Nothing
## load data
data(ExampleData.BINfileData, envir = environment())
test_that("input validation", {
testthat::skip_on_cran()
expect_error(plot_Risoe.BINfileData("error"),
"'data' should be of class 'Risoe.BINfileData'")
expect_error(plot_Risoe.BINfileData(CWOSL.SAR.Data, position = 1,
curve.transformation = "error"),
"'curve.transformation' should be one of 'CW2pLM', 'CW2pLMi'")
})
test_that("general test", {
testthat::skip_on_cran()
expect_silent(plot_Risoe.BINfileData(CWOSL.SAR.Data, position = 1))
expect_silent(plot_Risoe.BINfileData(CWOSL.SAR.Data, position = 1,
sorter = "RUN"))
expect_silent(plot_Risoe.BINfileData(CWOSL.SAR.Data, position = 1,
sorter = "SET"))
expect_silent(plot_Risoe.BINfileData(CWOSL.SAR.Data, position = 1,
curve.transformation = "CW2pLM"))
expect_silent(plot_Risoe.BINfileData(CWOSL.SAR.Data, position = 1,
curve.transformation = "CW2pLMi"))
expect_warning(plot_Risoe.BINfileData(CWOSL.SAR.Data, position = 1,
curve.transformation = "CW2pHMi"),
"132 invalid values have been found and replaced by the mean")
SW({
expect_warning(plot_Risoe.BINfileData(CWOSL.SAR.Data, position = 1,
curve.transformation = "CW2pPMi"),
"t' is beyond the time resolution")
})
expect_silent(plot_Risoe.BINfileData(CWOSL.SAR.Data, position = 1,
dose_rate = 3))
## simulate v4
CWOSL.SAR.Data@METADATA$VERSION <- 04
expect_silent(plot_Risoe.BINfileData(CWOSL.SAR.Data, position = 1))
})
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.