tests/testthat.R

#
# The Hadley-verse is an amazing place: unit testing via testthat
# See also  http://r-pkgs.had.co.nz/tests.html
#
library(testthat)
options(testthat.use_colours = FALSE)
test_check("kelvin")

Try the kelvin package in your browser

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

kelvin documentation built on July 2, 2020, 2:37 a.m.