Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.35 KB

cran-comments.md

File metadata and controls

44 lines (28 loc) · 1.35 KB

Test environments

  • Local machine, Windows 10, R devel (2024-09-02 r87090 ucrt)

  • devtools::check_win_devel()

  • GitHub Actions:

    • windows-latest, R release
    • Ubuntu-latest, R 3.6, release and devel
    • Mac OS X 10.15.7, R release, via GitHub actions
  • valgrind mem-check

  • R-hub:

    • linux,macos,macos-arm64,windows,atlas,mkl,clang-asan,valgrind

Downstream dependencies

"revdepcheck" confirmed no changes to worse in the three downstream dependencies:

'Rogue', 'TBRDist', and 'TreeSearch'

(all of which I maintain).

R CMD check results

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.