tools/install-and-run-tests.R

# This script is for running tests in Docker, in Travis CI or locally.
install.packages("devtools")
devtools::install_local(".", dependencies = TRUE)
# Run the tests separately from the check command so that warnings are logged.
devtools::test()
devtools::check(args = "--no-tests")

Try the civis package in your browser

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

civis documentation built on Aug. 30, 2025, 1:08 a.m.