tests/testthat/test_giottoEnv.R

### TESTS FOR GIOTTO ENVIRONMENT INSTALLATION
# --------------------------------------------------------------

# test_that("No Giotto environment exists", {
#     # remove any preexisting giotto environment
#     if (checkGiottoEnvironment() == T) {
#         removeGiottoEnvironment()
#     }
#     
#     expect_false(checkGiottoEnvironment())
# })
# 
# 
# test_that("Environment now exists", {
#     # install environment
#     installGiottoEnvironment()
#     
#     expect_true(checkGiottoEnvironment())
# })
# 
# 
drieslab/Giotto_site_suite documentation built on April 26, 2023, 11:51 p.m.