Nothing
testthat::skip_on_cran()
testthat::skip_if_not(
condition = check_aif_py_modules(trace = FALSE, check = "pytorch"),
message = "Necessary python modules not available"
)
if(Sys.getenv("CI")=="true"){
print("---------------------------------------------------------")
print("On Continuous Integreation")
print("---------------------------------------------------------")
} else {
print("---------------------------------------------------------")
print("Not On Continuous Integreation")
print("---------------------------------------------------------")
}
#Print python versions of the test system
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.