tests/testthat.R

library(testthat)
library(tidyvpc)
registered_threads <- data.table::getDTthreads()
data.table::setDTthreads(1)
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 Nov. 2, 2023, 6:26 p.m.