Skip to content

Commit

Permalink
update news and cran comments and codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 3, 2021
1 parent 296fd3a commit f13b376
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
analogsea 0.9.4
===============

### NEW FEATURES

* all `debian_` functions gain four parameters: `user`, `keyfile`, `ssh_passwd` and `verbose` (#199) thanks @muschellij2


analogsea 0.9.0
===============

Expand Down
9 changes: 4 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
],
"@type": "SoftwareSourceCode",
"identifier": "analogsea",
"description": "Provides a set of functions for interacting with the 'Digital\n Ocean' API at <https://developers.digitalocean.com/documentation/v2>, including\n creating images, destroying them, rebooting, getting details on regions, and\n available images.",
"description": "Provides a set of functions for interacting with the 'Digital\n Ocean' API <https://www.digitalocean.com/>, including\n creating images, destroying them, rebooting, getting details on regions, and\n available images.",
"name": "analogsea: Interface to 'Digital Ocean'",
"codeRepository": "https://github.com/sckott/analogsea",
"issueTracker": "https://github.com/sckott/analogsea/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.9.0",
"version": "0.9.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.2 Patched (2020-09-01 r79114)",
"runtimePlatform": "R version 4.0.3 Patched (2021-02-02 r79929)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -190,8 +190,7 @@
],
"releaseNotes": "https://github.com/sckott/analogsea/blob/master/NEWS.md",
"readme": "https://github.com/sckott/analogsea/blob/master/README.md",
"fileSize": "0KB",
"contIntegration": ["https://travis-ci.org/sckott/analogsea", "https://ci.appveyor.com/project/sckott/analogsea/branch/master", "https://codecov.io/github/sckott/analogsea?branch=master"],
"fileSize": "330.323KB",
"keywords": [
"cloud-computing",
"rstats",
Expand Down
8 changes: 3 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

* local OS X install, R 4.0.2 patched
* ubuntu 16.04 (on travis-ci), R 4.0.2
* local OS X install, R 4.0.3 patched
* ubuntu 16.04 (on github actions), R 4.0.3
* win-builder (devel and release)

## R CMD check results
Expand All @@ -14,9 +14,7 @@ There are no reverse dependencies.

---

This version includes a number of bug fixes.

This is a re-submission of this same version after fixing some urls.
This version makes changes for a suite of functions to better handle ssh usage.

Thanks!
Scott Chamberlain

0 comments on commit f13b376

Please sign in to comment.