tests/doRUnit.R

if (require("testthat", quietly = TRUE)) {
	pkg <- "REddyProcNCDF"
	#library(pkg, character.only = TRUE)
	#test_package(pkg)
	test_check(pkg)
} else {
	warning("cannot run unit tests -- package testthat is not available")
}

Try the REddyProcNCDF package in your browser

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

REddyProcNCDF documentation built on May 2, 2019, 10:15 a.m.