Nothing
testthat::skip_on_cran()
testthat::skip_if_not(
condition = check_aif_py_modules(trace = FALSE),
message = "Necessary python modules not available"
)
if (Sys.getenv("CI") == "true") {
cat("\n")
cat("---------------------------------------------------------\n")
cat("On Continuous Integreation\n")
cat("---------------------------------------------------------\n")
} else {
cat("\n")
cat("---------------------------------------------------------\n")
cat("Not On Continuous Integreation\n")
cat("---------------------------------------------------------\n")
}
# Print python versions of the test system
if (Sys.getenv("CI") == "true") {
prepare_session(env_type = "conda", envname = "r-reticulate")
} else {
prepare_session()
}
# print(get_py_package_versions())
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.