Skip to content

Commit 7b00b06

Browse files
ready for new CRAN version
1 parent 7d1c788 commit 7b00b06

3 files changed

Lines changed: 16 additions & 24 deletions

File tree

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# ready4 0.0.1
1+
# ready4 0.1.19
2+
3+
This patch addresses a CRAN policy violation related to unsuccessful internet requests needing to fail gracefully by updating the get_gracefully function and its calls by other functions as well as updating one of the vignettes. A new S4 class Ready4Project has also been created.
24

35
# ready4 0.1.18
46

cran-comments.md

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,24 @@
11
## Test environments
22

33
* Local Windows (mingw32), R version 4.4.1 (2024-06-14 ucrt) [1 NOTE generated]
4-
* Mac OS macos-13 (R-hub action at https://github.com/ready4-dev/ready4/actions/runs/11098113463/job/30830326617)
5-
* Windows windows-latest (R-hub action at https://github.com/ready4-dev/ready4/actions/runs/11098113463/job/30830326737)
6-
* Fedora Linux 38 R Under development (unstable) gcc13 (R-hub action at https://github.com/ready4-dev/ready4/actions/runs/11098113463/job/30830326459)
7-
* Windows Server 2022 x64 (build 20348) (on winbuilder at https://win-builder.r-project.org/sH3ODhP8kLOl/00check.log) [1 NOTE generated]
4+
* macos-15 on GitHub, ASAN + UBSAN on macOS (R-hub action at https://github.com/ready4-dev/ready4/actions/runs/20090837951/job/57637811313)
5+
* macos-latest on GitHub (R-hub action at https://github.com/ready4-dev/ready4/actions/runs/20090837951/job/57637811305)
6+
* Ubuntu 22.04.5 LTS (R-hub action at https://github.com/ready4-dev/ready4/actions/runs/20090837951/job/57637811306)
7+
* Windows Server 2022 x64 (build 20348) (on winbuilder at https://win-builder.r-project.org/aOI1Z96vUUef/)
88

99
## R CMD check results
1010

11-
There was 1 NOTE (on Local Windows and on winbuilder):
12-
13-
Maintainer: 'Matthew Hamilton <matthew.hamilton1@monash.edu>'
14-
15-
New submission
16-
17-
Package was archived on CRAN
18-
19-
Version contains large components (0.1.17.9001)
20-
21-
Possibly misspelled words in DESCRIPTION:
22-
al (21:21)
23-
et (21:18)
24-
25-
CRAN repository db overrides:
26-
X-CRAN-Comment: Archived on 2024-08-20 for policy violation
27-
28-
On Internet access
11+
There was 1 NOTE (on Local Windows):
12+
13+
unable to verify current timestamps
2914

3015
---
3116

3217
This version addresses the following CRAN policy violation:
3318

3419
- 'Packages which use Internet resources should fail gracefully with an informative message if the resource is not available or has changed (and not give a check warning nor error)'.
3520

36-
In particular, this version addresses bugs in how the get_gracefully() function is used in functions such as make_datasets_tb(). The affected functions have been updated so that get_gracefully() is now called with the not_chr_1L_lgl argument set to TRUE, which will ensure a NULL return when internet resources have not been retrieved.
21+
In particular, this version updates the get_gracefully() function and its use in functions such as get_libraries_tb(). The affected functions have been updated so that get_gracefully() is now called with either TRUE, FALSE or NA values supplied to the not_chr_1L_lgl argument. This should ensure a NULL return when internet resources have not been retrieved and more appropriate message delivery.
3722

3823

3924

data-raw/DATASET.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ paste0(".github/workflows/", c("pkgdown.yaml", "R-CMD-check.yaml")) %>%
128128
writeLines(path_1L_chr)
129129
}
130130
})
131+
## MANUAL STEP REQUIRED ##
132+
## Delete "Addresses issue with incompatibility between libcurl4-gnutls-dev and libcurl4-openssl-dev" and following six lines in test-coverage.yaml
133+
134+
135+
131136
# Important addition:
132137
# rhub::rhub_setup()
133138
#

0 commit comments

Comments
 (0)