Nothing
context("simPopEtas")
## unloadNamespace("NMsim")
## unloadNamespace("NMdata")
## load_all("~/wdirs/NMdata")
## load_all()
## library(NMdata)
library(data.table)
data.table::setDTthreads(1)
NMdataConf(reset=T)
test_that("Basic",{
fileRef <- "testReference/simPopEtas_01.rds"
## file.mod <- "../../inst/examples/nonmem/xgxr022.mod"
file.mod <- "testData/nonmem/xgxr025.mod"
res <- simPopEtas(file.mod,N=10,seed=4)
expect_equal_to_reference(res,fileRef)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.