tests/testthat.R

library("testthat")
library("rnrfa")
library("lintr")

if (!curl::has_internet()) {
  message("No internet, cannot run tests")
}else {
  test_check("rnrfa")
}

Try the rnrfa package in your browser

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

rnrfa documentation built on Sept. 8, 2022, 5:07 p.m.