tests/testthat.R

## follow http://adv-r.had.co.nz/Testing.html
print(sprintf("Test seqminer [version %s]", packageVersion("seqminer")))
print("Platform")
print(str(.Platform))

print("Sys.info()")
print(Sys.info())

print(citation("seqminer"))

library(testthat)
library(seqminer)
## ## test code are under inst/tests
## ## test_package("seqminer", reporter="tap")
## test_package("seqminer")
test_check("seqminer")

Try the seqminer package in your browser

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

seqminer documentation built on Sept. 2, 2023, 9:08 a.m.