You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cran-comments.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,26 @@
1
1
## Test environments
2
2
3
-
* Local Windows (mingw32), R version 4.4.1 (2024-06-14 ucrt) [1 WARNING generated]
4
-
* Mac OS macos-13 (R-hub action at https://github.com/ready4-dev/ready4/actions/runs/9800145754/job/27061585744)
5
-
* Windows windows-latest (R-hub action at https://github.com/ready4-dev/ready4/actions/runs/9800145754/job/27061585842)
6
-
* Fedora Linux 38 R Under development (unstable) gcc13 (R-hub action at https://github.com/ready4-dev/ready4/actions/runs/9800145754/job/27061585644)
7
-
* Windows Server 2022 x64 (build 20348) (on winbuilder at https://win-builder.r-project.org/9PdZ3j1vR23X/00check.log)
3
+
* 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]
8
8
9
9
## R CMD check results
10
10
11
-
There was 1 WARNING (on Local Windows).
11
+
There was 1 NOTE (on Local Windows and on winbuilder):
12
12
13
13
Maintainer: 'Matthew Hamilton <matthew.hamilton1@monash.edu>'
14
-
14
+
15
15
New submission
16
16
17
17
Package was archived on CRAN
18
18
19
-
Version contains large components (0.1.17.9000)
19
+
Version contains large components (0.1.17.9001)
20
+
21
+
Possibly misspelled words in DESCRIPTION:
22
+
al (21:21)
23
+
et (21:18)
20
24
21
25
CRAN repository db overrides:
22
26
X-CRAN-Comment: Archived on 2024-08-20 for policy violation
@@ -29,7 +33,7 @@ This version addresses the following CRAN policy violation:
29
33
30
34
- '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)'.
31
35
32
-
To address this issue, this version introduces the get_gracefully() function and deploys it within functions that seek to retrieve internet resources. Functions within which get_gracefully() has been deployed have also be written to exit without failing if get_gracefully() returns NULL (ie when internet resources have not been retrieved).
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.
0 commit comments