File tree Expand file tree Collapse file tree 5 files changed +22
-12
lines changed Expand file tree Collapse file tree 5 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,4 @@ tests/vcr_cassettes/griddap_fixes_user_inputs_2.yml
29
29
vignettes/rerddap.Rmd
30
30
vignettes/Using_rerddap.Rmd
31
31
revdep/
32
+ ^CRAN-RELEASE$
Original file line number Diff line number Diff line change
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).
Original file line number Diff line number Diff line change
1
+ rerddap 0.7.6
2
+ =============
3
+
4
+ ### MINOR IMPROVEMENTS
5
+
6
+ * fixed a bug in dealing with trailing slashes in URLs
7
+
1
8
rerddap 0.7.4
2
9
=============
3
10
Original file line number Diff line number Diff line change 10
10
"codeRepository" : " https://github.com/ropensci/rerddap" ,
11
11
"issueTracker" : " https://github.com/ropensci/rerddap/issues" ,
12
12
"license" : " https://spdx.org/licenses/MIT" ,
13
- "version" : " 0.7.4 " ,
13
+ "version" : " 0.7.6 " ,
14
14
"programmingLanguage" : {
15
15
"@type" : " ComputerLanguage" ,
16
16
"name" : " R" ,
17
17
"url" : " https://r-project.org"
18
18
},
19
- "runtimePlatform" : " R version 4.0.4 Patched (2021-02-17 r80031) " ,
19
+ "runtimePlatform" : " R version 4.1.1 " ,
20
20
"provider" : {
21
21
"@id" : " https://cran.r-project.org" ,
22
22
"@type" : " Organization" ,
47
47
"maintainer" : [
48
48
{
49
49
"@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"
54
53
}
55
54
],
56
55
"softwareSuggestions" : [
Original file line number Diff line number Diff line change 1
1
## Test environments
2
2
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
5
5
* win-builder (devel and release)
6
6
7
7
## R CMD check results
8
8
9
- 0 errors | 0 warnings | 0 notes
9
+ 1 Note due to change in maintainer.
10
10
11
11
## Reverse dependencies
12
12
13
- * I have run R CMD check on the 4 reverse dependencies. No problems were found .
13
+ * No probelms with reverse dependencies.
14
14
15
15
---
16
16
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
18
19
19
20
Thanks!
20
- Scott Chamberlain
21
+ Roy Mendelssohn
You can’t perform that action at this time.
0 commit comments