Skip to content

Commit 790f5e2

Browse files
authored
Prepare for release of version 1.0.3
* Increment patch version number * Update NEWS with recent changes * Build README * Update codemeta * Update codecov.io link * Update cran-comments
1 parent 052131e commit 790f5e2

File tree

6 files changed

+84
-39
lines changed

6 files changed

+84
-39
lines changed

‎DESCRIPTION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: EDIutils
22
Title: An API Client for the Environmental Data Initiative Repository
3-
Version: 1.0.2
3+
Version: 1.0.3
44
Authors@R:
55
c(person("Colin", "Smith", email = "[email protected]", role = c("aut", "cre"), comment = "https://orcid.org/0000-0003-2261-9931"),
66
person("Corinna", "Gries", role = "ctb", comment = "https://orcid.org/0000-0002-9091-6543"),

‎NEWS.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
EDIutils 1.0.3 (2023-10-10)
2+
===========================
3+
4+
### MINOR IMPROVEMENTS
5+
6+
* Demonstrate retrieval of newest data package version (#46)
7+
* Update EDI contact email (#51)
8+
9+
### BUG FIXES
10+
11+
* Fix `read_data_package_archive()` from calling a deprecated endpoint (#47)
12+
113
EDIutils 1.0.2 (2022-09-05)
214
===========================
315

‎README.Rmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ knitr::opts_chunk$set(
2121
[![R-CMD-check](https://github.com/ropensci/EDIutils/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/EDIutils/actions)
2222
[![Status at rOpenSci Software Peer Review](https://badges.ropensci.org/498_status.svg)](https://github.com/ropensci/software-review/issues/498)
2323
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/EDIutils)](https://cran.r-project.org/package=EDIutils)
24-
[![codecov.io](https://codecov.io/gh/ropensci/EDIutils/branch/main/graph/badge.svg)](https://codecov.io/github/ropensci/EDIutils?branch=main)
24+
[![codecov.io](https://codecov.io/gh/ropensci/EDIutils/branch/main/graph/badge.svg)](https://app.codecov.io/github/ropensci/EDIutils?branch=main)
2525
[![DOI](https://zenodo.org/badge/159572464.svg)](https://zenodo.org/badge/latestdoi/159572464)
2626

2727
<!-- badges: end -->

‎README.md‎

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
1111
[![R-CMD-check](https://github.com/ropensci/EDIutils/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/EDIutils/actions)
1212
[![Status at rOpenSci Software Peer
1313
Review](https://badges.ropensci.org/498_status.svg)](https://github.com/ropensci/software-review/issues/498)
14-
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/EDIutils)](https://cran.r-project.org/package=EDIutils)
15-
[![codecov.io](https://codecov.io/gh/ropensci/EDIutils/branch/main/graph/badge.svg)](https://codecov.io/github/ropensci/EDIutils?branch=main)
14+
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/EDIutils)](https://cran.r-project.org/package=EDIutils)
15+
[![codecov.io](https://codecov.io/gh/ropensci/EDIutils/branch/main/graph/badge.svg)](https://app.codecov.io/github/ropensci/EDIutils?branch=main)
1616
[![DOI](https://zenodo.org/badge/159572464.svg)](https://zenodo.org/badge/latestdoi/159572464)
1717

1818
<!-- badges: end -->
@@ -27,14 +27,14 @@ stack](https://pastaplus-core.readthedocs.io/en/latest/index.html#).
2727
EDIutils includes functions to search and access existing data, evaluate
2828
and upload new data, and assist with related data management tasks.
2929

30-
- [Search and Access
31-
Data](https://docs.ropensci.org/EDIutils/articles/search_and_access.html)
32-
- [Evaluate and Upload
33-
Data](https://docs.ropensci.org/EDIutils/articles/evaluate_and_upload.html)
34-
- [Retrieve Download
35-
Metrics](https://docs.ropensci.org/EDIutils/articles/retrieve_downloads.html)
36-
- [Retrieve Citation
37-
Metrics](https://docs.ropensci.org/EDIutils/articles/retrieve_citations.html)
30+
- [Search and Access
31+
Data](https://docs.ropensci.org/EDIutils/articles/search_and_access.html)
32+
- [Evaluate and Upload
33+
Data](https://docs.ropensci.org/EDIutils/articles/evaluate_and_upload.html)
34+
- [Retrieve Download
35+
Metrics](https://docs.ropensci.org/EDIutils/articles/retrieve_downloads.html)
36+
- [Retrieve Citation
37+
Metrics](https://docs.ropensci.org/EDIutils/articles/retrieve_citations.html)
3838

3939
## Installation
4040

@@ -70,8 +70,7 @@ organizational unit, “identifier” the series, and “revision” the version
7070

7171
Authentication is required by data evaluation and upload functions, and
7272
to access user audit logs and services. Contact EDI for an account
73-
<[email protected]>. Authenticate with `login()`
74-
function.
73+
<[email protected]>. Authenticate with the `login()` function.
7574

7675
### Search and Access Data
7776

@@ -144,13 +143,11 @@ data
144143
### Evaluate and Upload Data
145144

146145
The EDI data repository has a
147-
[staging](https://portal-s.edirepository.org/nis/home.jsp)
148-
environment to test the upload and rendering of new data packages before
149-
publishing to
150-
[production](https://portal.edirepository.org/nis/home.jsp)”.
146+
[staging](https://portal-s.edirepository.org/nis/home.jsp)” environment
147+
to test the upload and rendering of new data packages before publishing
148+
to “[production](https://portal.edirepository.org/nis/home.jsp)”.
151149
Authentication is required by functions involving data evaluation and
152-
upload. Request an account from
153-
150+
upload. Request an account from <[email protected]>.
154151

155152
``` r
156153
# Authenticate
@@ -257,11 +254,11 @@ filing bug reports, please include a minimal reproducible example.
257254

258255
## Contributing
259256

260-
Community contributions are welcome\! Please reference our [contributing
257+
Community contributions are welcome! Please reference our [contributing
261258
guidelines](https://github.com/ropensci/EDIutils/blob/master/CONTRIBUTING.md)
262259
for details.
263260

264-
-----
261+
------------------------------------------------------------------------
265262

266263
Please note that this package is released with a [Contributor Code of
267264
Conduct](https://ropensci.org/code-of-conduct/). By contributing to this

‎codemeta.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"codeRepository": "https://github.com/ropensci/EDIutils",
99
"issueTracker": "https://github.com/ropensci/EDIutils/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.1.0 (2021-05-18)",
17+
"runtimePlatform": "R version 4.2.2 (2022-10-31)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -172,7 +172,7 @@
172172
},
173173
"SystemRequirements": null
174174
},
175-
"fileSize": "645.486KB",
175+
"fileSize": "645.787KB",
176176
"citation": [
177177
{
178178
"@type": "SoftwareSourceCode",

‎cran-comments.md‎

Lines changed: 50 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,60 @@
11
## Revision
2-
This release fixes a failing CRAN Check originating from resource outages in
3-
the EDI data repository
2+
This release fixes a deprecated endpoint in the EDI API and fixes outdated
3+
documentation.
44

55

66
## Test environments
7-
* local Windows install, R 4.1.0
8-
* x86_64-w64-mingw32 (64-bit), (R-hub builder), R 4.1.3 (2022-03-10)
9-
* x86_64-w64-mingw32 (64-bit), (R-hub builder), R 4.2.1 (2022-06-23 ucrt)
10-
* x86_64-w64-mingw32 (64-bit), (R-hub builder), R-dev (2022-08-15 r82721 ucrt)
11-
* x86_64-apple-darwin17.0 (64-bit), (R-hub builder), R 4.1.1 (2021-08-10)
12-
* aarch64-apple-darwin20 (64-bit), (R-hub builder), R 4.1.3 (2022-03-10)
13-
* x86_64-pc-linux-gnu (64-bit), (R-hub builder), R 4.2.0 (2022-04-22)
14-
* x86_64-pc-linux-gnu (64-bit), (R-hub builder), R 4.2.1 (2022-06-23)
15-
* x86_64-pc-linux-gnu (64-bit), (R-hub builder), R-dev (2022-09-03 r82798)
7+
* aarch64-apple-darwin20, (local machine), R 4.2.2
8+
* x86_64-w64-mingw32 (R-hub), R-devel (2023-07-21 r84722 ucrt)
9+
* x86_64-w64-mingw32 (R-hub), R 4.3.1 (2023-06-16 ucrt)
10+
* x86_64-w64-mingw32 (R-hub), R 4.2.3 (2023-03-15 ucrt)
11+
* x86_64-pc-linux-gnu Ubuntu (R-hub), R-devel (2023-06-09 r84528)
12+
* x86_64-pc-linux-gnu Fedora (R-hub), R-devel (2023-06-09 r84528)
13+
* x86_64-pc-linux-gnu Debian (R-hub), 4.2.2 Patched (2022-11-10 r83330)
14+
* x86_64-pc-linux-gnu Ubuntu (R-hub), 4.3.0 (2023-04-21)
1615

1716

1817
## R CMD check results
19-
0 ERROR | 0 WARNINGS | 0 NOTES
18+
0 ERROR | 0 WARNINGS | 3 NOTES
19+
20+
### NOTES
21+
22+
```
23+
#> * checking for non-standard things in the check directory ... NOTE
24+
#> Found the following files/directories:
25+
#> ''NULL''
26+
```
27+
This note appears to be an issue with the R-hub platform. This note occurs on:
28+
29+
* x86_64-w64-mingw32 (R-hub), R-devel (2023-07-21 r84722 ucrt)
30+
* x86_64-w64-mingw32 (R-hub), R 4.3.1 (2023-06-16 ucrt)
31+
* x86_64-w64-mingw32 (R-hub), R 4.2.3 (2023-03-15 ucrt)
32+
33+
```
34+
#> * checking for detritus in the temp directory ... NOTE
35+
#> Found the following files/directories:
36+
#> 'lastMiKTeXException'
37+
```
38+
This note is a recognized bug on R-hub test platforms (for more
39+
see [here](https://github.com/r-hub/rhub/issues/560)). This note occurs on:
40+
41+
* x86_64-w64-mingw32 (R-hub), R-devel (2023-07-21 r84722 ucrt)
42+
* x86_64-w64-mingw32 (R-hub), R 4.3.1 (2023-06-16 ucrt)
43+
* x86_64-w64-mingw32 (R-hub), R 4.2.3 (2023-03-15 ucrt)
44+
45+
```
46+
#> * checking HTML version of manual ... NOTE
47+
#> Skipping checking HTML validation: no command 'tidy' found
48+
```
49+
This note appears to be an issue with the R-hub test platform. This note occurs
50+
on:
51+
52+
* x86_64-pc-linux-gnu Fedora (R-hub), R-devel (2023-06-09 r84528)
53+
* x86_64-pc-linux-gnu Ubuntu (R-hub), 4.3.0 (2023-04-21)
54+
* x86_64-pc-linux-gnu Ubuntu (R-hub), R-devel (2023-06-09 r84528)
55+
2056

2157
## Downstream dependencies
22-
There are currently no downstream dependencies for this package
58+
There are currently no downstream dependencies for this package.
2359

24-
Many thanks!
60+
Thank you!

0 commit comments

Comments
 (0)