|
1 | 1 | ## Test environments |
2 | 2 |
|
3 | 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] |
| 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/) |
8 | 8 |
|
9 | 9 | ## R CMD check results |
10 | 10 |
|
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 |
29 | 14 |
|
30 | 15 | --- |
31 | 16 |
|
32 | 17 | This version addresses the following CRAN policy violation: |
33 | 18 |
|
34 | 19 | - '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)'. |
35 | 20 |
|
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. |
37 | 22 |
|
38 | 23 |
|
39 | 24 |
|
|
0 commit comments