tests/ci-tests.R

# #!/usr/bin/env Rscript
# args = commandArgs(trailingOnly=TRUE)
# 
# library(devtools)
# library(testthat)
# library(here)
# 
# cat(args[1])
# cat(" ")
# cat(print("cape" %in% (.packages())))
# 
# 
# # set output xml file
# options(testthat.output_file = here("tests/test-out.xml"))
# 
# # run tests
# testthat::test_dir(here("tests/testthat"), env=.GlobalEnv, reporter = "junit")  #, filter = 'run')

Try the cape package in your browser

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

cape documentation built on May 20, 2022, 1:06 a.m.