Nothing
library(testthat)
test_that("read_acqus works", {
urine1_dir <- pkg_file("example_datasets/bruker/urine/urine_1")
acqus <- read_acqus(urine1_dir)
expect_equal(as.numeric(acqus$SW), 20.0236144338963)
expect_equal(as.numeric(acqus$SW_h), 12019.2307692308)
})
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.