@@ -7,8 +7,7 @@ download_with_user_agent <- function(url, destfile) {
77}
88
99# test_that("lungExtraction works with CT modality", {
10- # skip_on_cran()
11- # skip_if_not_installed("ANTsRNet")
10+ # # skip_if_not_installed("ANTsRNet")
1211# skip_if_not_installed("ANTsR")
1312# library(ANTsRNet); library(ANTsR)
1413
@@ -21,7 +20,6 @@ download_with_user_agent <- function(url, destfile) {
2120# })
2221
2322test_that(" lungExtraction works with proton and derived masks" , {
24- skip_on_cran()
2523 skip_if_not_installed(" ANTsRNet" )
2624 skip_if_not_installed(" ANTsR" )
2725 library(ANTsRNet ); library(ANTsR )
@@ -41,7 +39,6 @@ test_that("lungExtraction works with proton and derived masks", {
4139})
4240
4341test_that(" lungExtraction works with X-ray (CXR) input" , {
44- skip_on_cran()
4542 skip_if_not_installed(" ANTsRNet" )
4643 skip_if_not_installed(" ANTsR" )
4744 library(ANTsRNet ); library(ANTsR )
@@ -55,7 +52,6 @@ test_that("lungExtraction works with X-ray (CXR) input", {
5552})
5653
5754test_that(" lungExtraction works with ventilation images" , {
58- skip_on_cran()
5955 skip_if_not_installed(" ANTsRNet" )
6056 skip_if_not_installed(" ANTsR" )
6157 library(ANTsRNet ); library(ANTsR )
@@ -69,7 +65,6 @@ test_that("lungExtraction works with ventilation images", {
6965})
7066
7167test_that(" elBicho runs on ventilation + mask" , {
72- skip_on_cran()
7368 skip_if_not_installed(" ANTsRNet" )
7469 skip_if_not_installed(" ANTsR" )
7570 library(ANTsRNet ); library(ANTsR )
@@ -89,7 +84,6 @@ test_that("elBicho runs on ventilation + mask", {
8984})
9085
9186test_that(" chexNet returns prediction scores with/without TB" , {
92- skip_on_cran()
9387 skip_if_not_installed(" ANTsRNet" )
9488 skip_if_not_installed(" ANTsR" )
9589 library(ANTsRNet ); library(ANTsR )
0 commit comments