Nothing
test_that("smoothing_testing", {
# path <- system.file("extdata", "waters_raw_ex", package="PKChromaMetrics")
# main <- read_chrom(path)
main <- smooth_chrom(main, filter = "mean", window = 2, iter = 3)
is_smoothed(main)
expect_set_equal(is_smoothed(main)$smoothed, TRUE)
})
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.