Nothing
test_that("xpose used for special covariate name in the data ", {
modelName <- "SpecialCovNameSaveAsInputData"
workingDir <- system.file(paste0("extdata/", modelName),
package = "Certara.Xpose.NLME",
mustWork = TRUE
)
# turn off locale-specific sorting
Sys.setlocale("LC_COLLATE", "C")
xpdb <- xposeNlme(
dir = workingDir,
modelName = modelName
)
Summaryresults <- as.data.frame(xpdb$summary)
# removing dir
Summaryresults$value[Summaryresults$label == "dir"] <- ""
testthat::local_edition(3)
testthat::expect_snapshot(Summaryresults)
})
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.