test_that("magma_run works", {
options(download.file.method = "libcurl")
if(!is_32bit()){
magma_x <- magma_install()
magma_run(cmd = "--version")
}
testthat::expect_null(NULL)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.