Skip to content

Commit abe2409

Browse files
committed
CRAN Release V0.7.6
Update all the descriptor files for CRAN
1 parent 526e71a commit abe2409

File tree

5 files changed

+22
-12
lines changed

5 files changed

+22
-12
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ tests/vcr_cassettes/griddap_fixes_user_inputs_2.yml
2929
vignettes/rerddap.Rmd
3030
vignettes/Using_rerddap.Rmd
3131
revdep/
32+
^CRAN-RELEASE$

CRAN-RELEASE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This package was submitted to CRAN on 2021-08-17.
2+
Once it is accepted, delete this file and tag the release (commit 526e71a).

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
rerddap 0.7.6
2+
=============
3+
4+
### MINOR IMPROVEMENTS
5+
6+
* fixed a bug in dealing with trailing slashes in URLs
7+
18
rerddap 0.7.4
29
=============
310

codemeta.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"codeRepository": "https://github.com/ropensci/rerddap",
1111
"issueTracker": "https://github.com/ropensci/rerddap/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "0.7.4",
13+
"version": "0.7.6",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
1717
"url": "https://r-project.org"
1818
},
19-
"runtimePlatform": "R version 4.0.4 Patched (2021-02-17 r80031)",
19+
"runtimePlatform": "R version 4.1.1",
2020
"provider": {
2121
"@id": "https://cran.r-project.org",
2222
"@type": "Organization",
@@ -47,10 +47,9 @@
4747
"maintainer": [
4848
{
4949
"@type": "Person",
50-
"givenName": "Scott",
51-
"familyName": "Chamberlain",
52-
"email": "myrmecocystus@gmail.com",
53-
"@id": "https://orcid.org/0000-0003-1444-9135"
50+
"givenName": "Roy",
51+
"familyName": "Mendelssohn",
52+
"email": "roy.mendelssohn@noaa.gov"
5453
}
5554
],
5655
"softwareSuggestions": [

cran-comments.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
## Test environments
22

3-
* local macOS install, R 4.0.4
4-
* ubuntu 16.04 (on github actions), R 4.0.4
3+
* local macOS install, R 4.1.1
4+
* rhub ubuntu, debian, solaris
55
* win-builder (devel and release)
66

77
## R CMD check results
88

9-
0 errors | 0 warnings | 0 notes
9+
1 Note due to change in maintainer.
1010

1111
## Reverse dependencies
1212

13-
* I have run R CMD check on the 4 reverse dependencies. No problems were found.
13+
* No probelms with reverse dependencies.
1414

1515
---
1616

17-
This version fixes broken tests.
17+
New maintainer of package - Roy Mendelssohn
18+
This version fixes a bug dealing with trailing slashes in URLs
1819

1920
Thanks!
20-
Scott Chamberlain
21+
Roy Mendelssohn

0 commit comments

Comments
 (0)