This is a new package submission.
0 errors | 0 warnings | 2 notes
-
checking CRAN incoming feasibility ... NOTE
This is because the package is a new (first) submission to CRAN
-
checking HTML version of manual ... NOTE
"Skipping checking HTML validation: 'tidy' doesn't look like recent enough HTML Tidy." This is a limitation of the HTML Tidy version installed on the local check machine (macOS), not an issue with the package documentation.
- Local macOS (aarch64), R 4.5.2
- Windows Server 2022 (x86_64-w64-mingw32), R devel (via win-builder)
- Windows Server 2022 (x86_64-w64-mingw32), R release (via win-builder)
None (new package).
- The package links to Rcpp and RcppArmadillo and uses OpenMP
(
SystemRequirements: OpenMP), guarded by the usual#ifdef _OPENMPchecks so the package also builds and runs correctly without OpenMP support. - The vignette downloads a small dataset from OSF to
demonstrate the full workflow on a real network. Since this requires
network access and a non-trivial amount of computation (Monte Carlo
simulation for sample-size planning), the vignette is then precompiled:
the live source is
vignettes/getting-started.Rmd.orig(not shipped), and the static,vignettes/getting-started.Rmdis what ships and is rebuilt duringR CMD build/R CMD check. No network access or heavy computation happens during checking.