inst/slowTests/testthat.R

library(testthat)
library(sse)

test_check("sse")


## some conventions:

## if expect_error is used, separat lines allow to easily read and check the error massage manually:
## e.g.:
## expect_error(
##     powPar(n = seq(from = 20, to = 60, by = 2))  ## READ ERROR MESSAGE
## )

Try the sse package in your browser

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

sse documentation built on May 19, 2021, 3 p.m.