Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.47 KB

File metadata and controls

43 lines (30 loc) · 1.47 KB

Submission

This is a new package submission.

R CMD check results

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.

Test environments

  • 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)

Downstream dependencies

None (new package).

Additional notes

  • The package links to Rcpp and RcppArmadillo and uses OpenMP (SystemRequirements: OpenMP), guarded by the usual #ifdef _OPENMP checks 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.Rmd is what ships and is rebuilt during R CMD build/R CMD check. No network access or heavy computation happens during checking.