tests/testthat/test-00_00_print_information_tests.R

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())

Try the aifeducation package in your browser

Any scripts or data that you put into this service are public.

aifeducation documentation built on April 4, 2025, 2:01 a.m.