library(testthat)
library(MsBackendMgf)
fls <- dir(system.file("extdata", package = "MsBackendMgf"),
full.names = TRUE, pattern = "mgf$")[1:2]
test_check("MsBackendMgf")
## Run tests defined in test suites from the Spectra package.
fls <- dir(system.file("extdata", package = "MsBackendMgf"),
full.names = TRUE, pattern = "mgf$")[1:2]
be <- MsBackendMgf()
be <- backendInitialize(be, fls)
## Run the MsBackend spectra variable test suite
test_suite <- system.file("test_backends", "test_MsBackend",
package = "Spectra")
## Run single test file.
res <- test_dir(test_suite, stop_on_failure = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.