1- A minor revision to resolve CRAN Package Check errors arising from changes to
2- the structure of the source data. Package now also includes resource checks to
3- ensure that tests 'fail gracefully' if retrosheet.org is not available.
1+ A minor revision to resolve CRAN Package Check note 'lost braces in \\ itemize',
2+ as per change noted in second item: https://developer.r-project.org/blosxom.cgi/R-devel/NEWS/2023/10/11
43
5- I have also updated the three URLs in the README with HTTP status codes >= 300 .
4+ Additionally, a remote path has been updated to reflect changed location of source data .
65
7- There are three unique NOTEs when building this package on R-Hub. My
8- understanding is that all three are related to issues with R-Hub, not the
9- package. To be sure, I've also added testing via Github Actions to confirm.
10- All five builds via Github Actions come back OK.
116
127## Test environments
138* locally
14- * Mint 21.1 Vera, R 4.3.1
9+ * Mint 21.1 Vera, R 4.3.2
1510 * 0 errors ✓ | 0 warnings ✓ | 0 notes ✓
1611
1712* via winbuilder
18- * Windows Server 2022 x64, R Under development (unstable) (2023-07-05 r84643 ucrt)
13+ * Windows Server 2022 x64, R Under development (unstable) (2024-02-19 r85946 ucrt)
1914 * Status: OK
2015
2116* via R-Hub
2217 * Windows Server 2022, R-devel, 64 bit
2318 * Status: 2 NOTEs
24- * Ubuntu Linux 20.04.1 LTS, R-release, GCC
19+ * Ubuntu Linux 20.04.1 LTS, R-release, GCC
2520 * Status: 1 NOTE
2621 * Fedora Linux, R-devel, clang, gfortran
2722 * Status: 1 NOTE
@@ -40,15 +35,16 @@ All five builds via Github Actions come back OK.
4035
4136## R-Hub Notes:
4237
43- * only on Windows R-devel:
38+ * On Windows R-devel:
4439 * NOTE 1: ` Found the following files/directories: ''NULL'' `
4540 * NOTE 2: ` Found the following files/directories: 'lastMiKTeXException' `
46- * Both notes seem to be related to a bug in R-Hub and can safely be ignored
47- * Note 1 Issue : https://github.com/r-hub/rhub/issues/560
48- * Note 2 Issue : https://github.com/r-hub/rhub/issues/503
41+ * Both notes seem to be related to bugs in R-Hub and can safely be ignored
42+ * Note 1 issue : https://github.com/r-hub/rhub/issues/560
43+ * Note 2 issue : https://github.com/r-hub/rhub/issues/503
4944* On Ubuntu R-release and Fedora R-devel:
5045 * NOTE: ` Skipping checking HTML validation: no command 'tidy' found `
51- * I believe this to be an issue with R-Hub, I cannot add ` tidy ` to their PATH
46+ * This is an issue with R-Hub (I cannot add ` tidy ` to their path)
47+ * Issue: https://github.com/r-hub/rhub/issues/548
5248
5349## Downstream dependencies
5450None
0 commit comments