Skip to content

Commit

Permalink
update NEWS and cran-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau committed Sep 29, 2018
1 parent 6eeb92e commit 96a934e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## rotl 3.0.5

### New features

* The data types in the data frame returned by `tnrs_match_names` are
consistent, and remain the same even after using `update()`.

### Other changes

* Small internal changes that reflect changes in the data structures returned by
the API.

## rotl 3.0.4

### New features
Expand Down
26 changes: 4 additions & 22 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,13 @@

## Test environments

- local Ubuntu 17.10, R 3.4.4
- Ubuntu 14.04 (travis-ci), R 3.3.3, R 3.4.4, and R devel (2018-04-02 r74501)
- Windows with R-hub (R Under development (2018-03-30 r74499)
- local Ubuntu 18.04, R 3.5.1
- Ubuntu 14.04 (travis-ci), R 3.4.4, R 3.5.1, and R-devel (2019-09-28 r75378)
- Windows with win-builder R 3.5.1 and R-devel (2019-09-28 r75378)

## R CMD check results

- There were no ERRORs or WARNINGs

- There was 3 NOTEs

```
* Maintainer: ‘Francois Michonneau <[email protected]>’
* Unknown, possibly mis-spelled, fields in DESCRIPTION:
‘X-schema.org-keywords’ ‘X-schema.org-isPartOf’ ‘X-schema.org-relatedLink’
* checking DESCRIPTION meta-information ... NOTE
Authors@R field gives persons with non-standard roles:
Scott Chamberlain [rev] (0000-0003-1444-9135): rev
```

The "unknown" fields in DESCRIPTION corresponds to the codemeta metadata standard for the package as indicated here: https://github.com/ropensci/codemetar#using-the-description-file

The role "rev" stands for reviewer and it is my understanding that it will fully supported starting with R 3.5.0

- There were no ERRORs, WARNINGs, or NOTEs

## Downstream dependencies

Expand Down

0 comments on commit 96a934e

Please sign in to comment.