tests/testthat.R

library(testthat)
library(tidyvpc)
registered_threads <- data.table::getDTthreads()
data.table::setDTthreads(2)
on.exit(data.table::setDTthreads(registered_threads))
test_check("tidyvpc")

Try the tidyvpc package in your browser

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

tidyvpc documentation built on May 29, 2024, 8:29 a.m.