testthat::skip_if_not_installed()
for all tests requiring suggested
packages to ensure they are skipped gracefully when dependencies are unavailable.The majority of our tests rely uses snapshots to check results reproducibility. These tests are run locally and remotely with GHA (see below) without errors. The win-builder and R-hub tests are run without snapshots tests (to replicate CRAN testing). Locally, tests are run both with and without suggested packages.
Locally (Ubuntu 20.04.6), R-version 4.4.1 (with all packages and in a .libPath without suggested packages)
GHA (ubuntu-latest), R-versions: devel, release, oldrel-1, oldrel-2
There were no ERRORs, WARNINGs or NOTEs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.