-
Local machine, Windows 10, R devel (2024-09-02 r87090 ucrt)
-
devtools::check_win_devel()
-
- windows-latest, R release
- Ubuntu-latest, R 3.6, release and devel
- Mac OS X 10.15.7, R release, via GitHub actions
-
- linux,macos,macos-arm64,windows,atlas,mkl,clang-asan,valgrind
"revdepcheck" confirmed no changes to worse in the three downstream dependencies:
'Rogue', 'TBRDist', and 'TreeSearch'
(all of which I maintain).
There were no ERRORs or WARNINGs.
There was one NOTE:
Suggests or Enhances not in mainstream repositories: TreeDistData Availability using Additional_repositories specification: TreeDistData yes https://ms609.github.io/packages/TreeDistData [...] Package suggested but not available for checking: 'TreeDistData'
'TreeDistData' is too large to be submitted on CRAN.
All calls to data(package = "TreeDistData")
are wrapped within
if(require('TreeDistData'))
to ensure that vignettes fail gracefully when
'TreeDistData' is not installed.