Fixes for the CRAN package check errors here. These errors result from the gcspikelite package being unavailable on certain systems.
The fixes ensure that any tests and examples that require the gcspikelite are skipped when the package is unavailable. These include:
skipping the unit tests requiring the gcspikelite package when it is not installed.
using \dontrun for any examples that require the gcspikelite package
the addition of a code chunk to the vignette that will skip the evaluation of all the code chunks when the gcspikelite is unavailable. This will also add a message in the vignette to notify users that this has occured during the vignette build.
Fixes for the CRAN package check errors here. These errors result from the
gcspikelite
package being unavailable on certain systems.The fixes ensure that any tests and examples that require the
gcspikelite
are skipped when the package is unavailable. These include:gcspikelite
package when it is not installed.gcspikelite
packagegcspikelite
is unavailable. This will also add a message in the vignette to notify users that this has occured during the vignette build.