library(testthat)
library(data.table)
library(openxlsx)
test_that("Test methodMassInfo SPH", {
mmi <- methodMassInfo(nameLibrary = "/home/jchitpin/Downloads/Masters/Projects/MATRIX/RPackages/testData/testthat_sampleSphingolipidsv109.xlsx")
trueData <- readRDS(file = "/home/jchitpin/Downloads/Masters/Projects/MATRIX/RPackages/testData/testthat_mmi_Validation Sphingo GT Jan 20 2017 only 192 samples Jan 27 2017.rds")
expect_equal(mmi, trueData)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.