Skip to content

Commit 0dec773

Browse files
bump version, fix README, update cran-comments, update NEWS
1 parent 7d105c7 commit 0dec773

File tree

4 files changed

+12
-35
lines changed

4 files changed

+12
-35
lines changed

‎DESCRIPTION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: DataSpaceR
22
Type: Package
33
Title: Interface to 'the CAVD DataSpace'
4-
Version: 0.7.6
4+
Version: 0.7.7
55
Authors@R: c(person("Ju Yeong", "Kim", role = "aut"),
66
person("Sean", "Hughes", role = "rev"),
77
person("Jason", "Taylor", email = "[email protected]", role = c("aut", "cre")),

‎NEWS.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# DataSpaceR 0.7.7
2+
3+
* Fixed issues querying mab and donor information.
4+
* Added workarounds for errors and warnings when trying to verify certs and querying the database with GROUP_CONCAT operations.
5+
16
# DataSpaceR 0.7.6
27

38
* Add new feature adding LANL metadata to NAb mAb data pulls.

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- badges: start -->
77
[![R build
88
status](https://github.com/ropensci/DataSpaceR/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/DataSpaceR/actions)
9-
[![codecov](https://codecov.io/gh/ropensci/DataSpaceR/branch/main/graph/badge.svg)](https://codecov.io/gh/ropensci/DataSpaceR/branch/main)
9+
[![codecov](https://app.codecov.io/gh/ropensci/DataSpaceR/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ropensci/DataSpaceR/branch/main)
1010
[![CRAN
1111
Status](https://www.r-pkg.org/badges/version/DataSpaceR)](https://cran.r-project.org/package=DataSpaceR)
1212
[![Project Status: Active – The project has reached a stable, usable

‎cran-comments.md‎

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,16 @@
11
## Release summary
22

3-
* This is a new release.
4-
* Two new package features added.
3+
* This is a patch to the existing release.
54

65
## Test environments
76

8-
* local R installation, R 4.1.1
9-
* ubuntu 18.04 and macOS (on GitHub Actions), R 4.1.1
10-
* win-builder (devel)
7+
* local R installation, R 4.4.2
8+
* OS: ubuntu 24.04.01, macOS 14.7.2, Windows Server 2022, R : release, devel, 4.0.4
119

1210
## `R CMD check` results
1311

14-
0 errors | 0 warning | 0 notes
12+
Status: OK
1513

1614
## `devtools::check()` results
1715

18-
0 errors | 1 warning | 0 notes
19-
20-
❯ checking for unstated dependencies in examples ... OK
21-
WARNING
22-
‘qpdf’ is needed for checks on size reduction of PDFs
23-
24-
## `devtools::check_win_devel()` results
25-
26-
These are valid URLs:
27-
28-
```
29-
Found the following (possibly) invalid URLs:
30-
URL: https://dataspace.cavd.org
31-
From: DESCRIPTION
32-
inst/doc/DataSpaceR.html
33-
README.md
34-
Status: 401
35-
Message: Unauthorized
36-
URL: https://dataspace.cavd.org/
37-
From: README.md
38-
Status: 401
39-
Message: Unauthorized
40-
URL: https://dataspace.cavd.org/_webdav/static/%40files/documents/dataspacer_cheat_sheet.pdf
41-
From: README.md
42-
Status: 401
43-
Message: Unauthorized
44-
```
16+
0 errors | 0 warning | 0 notes

0 commit comments

Comments
 (0)