Skip to content

Commit 6d5957e

Browse files
committed
update news, codemeta.json and bump to v1
1 parent 743a7fe commit 6d5957e

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: Provides a set of functions for interacting with the 'Digital
44
Ocean' API <https://www.digitalocean.com/>, including
55
creating images, destroying them, rebooting, getting details on regions, and
66
available images.
7-
Version: 0.9.4.93
7+
Version: 1.0.0
88
Authors@R: c(
99
person("Scott", "Chamberlain", role = c("aut", "cre"),
1010
email = "myrmecocystus@gmail.com",

NEWS.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
analogsea 1.0.0
22
===============
33

4+
### NEW FEATURES
5+
6+
* `debian_install_r()` gains argument `rprofile` to customize the `options` setting when installing R (#204) thanks @csgillespie
7+
48
### MINOR IMPROVEMENTS
59

6-
* xxx (#xxx) thanks @xxx
7-
* xxx (#xxx) thanks @xxx
8-
* xxx (#xxx) thanks @xxx
10+
* `debian_install_r()`: change `repos` entry from `http://cran.rstudio.com` to `https://cloud.r-project.org` (#202) thanks @csgillespie
11+
* change default region to `sfo3` throughout package (#203)
912
* update link to package docs
1013

1114

codemeta.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"codeRepository": "https://github.com/sckott/analogsea",
1111
"issueTracker": "https://github.com/sckott/analogsea/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "0.9.4.93",
13+
"version": "1.0.0",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
1717
"url": "https://r-project.org"
1818
},
19-
"runtimePlatform": "R version 4.0.5 Patched (2021-03-31 r80136)",
19+
"runtimePlatform": "R version 4.1.0 (2021-05-18)",
2020
"provider": {
2121
"@id": "https://cran.r-project.org",
2222
"@type": "Organization",
@@ -190,12 +190,15 @@
190190
],
191191
"releaseNotes": "https://github.com/sckott/analogsea/blob/master/NEWS.md",
192192
"readme": "https://github.com/sckott/analogsea/blob/master/README.md",
193-
"fileSize": "330.811KB",
193+
"fileSize": "331.391KB",
194194
"keywords": [
195195
"cloud-computing",
196196
"rstats",
197197
"droplet",
198198
"ssh"
199199
],
200-
"relatedLink": ["https://analogsea.icu/", "https://sckott.github.io/analogsea/"]
200+
"relatedLink": [
201+
"https://analogsea.icu/",
202+
"https://sckott.github.io/analogsea/"
203+
]
201204
}

0 commit comments

Comments
 (0)