Rapi-build-checks {Rapi}R Documentation

Dummy examples to check build step

Description

This page checks some examples on build process to avoid missing

Examples


obj <- get_series(template_test(), debug = TRUE)
x <- print(obj)
if (!inherits(x, "Rapi_GETPREP")) {
  stop()
}


[Package Rapi version 1.0.5 Index]