tests/testthat/test-magma_run.R

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)
})
NathanSkene/MAGMA_Celltyping documentation built on May 19, 2024, 7:23 a.m.