@@ -99,7 +99,7 @@ test_that("runTCRdist .add_allele handles vector input", {
9999test_that(" runTCRdist returns correct structure" , {
100100 skip_if_not_installed(" Seurat" )
101101 skip_if_not_installed(" immApex" )
102- skip_if_no_python ()
102+ skip_if_no_tcrdist ()
103103
104104 data(" immLynx_example" , package = " immLynx" )
105105
@@ -114,7 +114,7 @@ test_that("runTCRdist returns correct structure", {
114114test_that(" runTCRdist returns distance matrix of correct dimensions" , {
115115 skip_if_not_installed(" Seurat" )
116116 skip_if_not_installed(" immApex" )
117- skip_if_no_python ()
117+ skip_if_no_tcrdist ()
118118
119119 data(" immLynx_example" , package = " immLynx" )
120120
@@ -128,7 +128,7 @@ test_that("runTCRdist returns distance matrix of correct dimensions", {
128128test_that(" runTCRdist handles add_to_object parameter for Seurat" , {
129129 skip_if_not_installed(" Seurat" )
130130 skip_if_not_installed(" immApex" )
131- skip_if_no_python ()
131+ skip_if_no_tcrdist ()
132132
133133 data(" immLynx_example" , package = " immLynx" )
134134
@@ -142,7 +142,7 @@ test_that("runTCRdist handles add_to_object parameter for Seurat", {
142142test_that(" runTCRdist handles both chains" , {
143143 skip_if_not_installed(" Seurat" )
144144 skip_if_not_installed(" immApex" )
145- skip_if_no_python ()
145+ skip_if_no_tcrdist ()
146146
147147 data(" immLynx_example" , package = " immLynx" )
148148
@@ -155,7 +155,7 @@ test_that("runTCRdist handles both chains", {
155155test_that(" runTCRdist tcr_data has correct format" , {
156156 skip_if_not_installed(" Seurat" )
157157 skip_if_not_installed(" immApex" )
158- skip_if_no_python ()
158+ skip_if_no_tcrdist ()
159159
160160 data(" immLynx_example" , package = " immLynx" )
161161
@@ -174,7 +174,7 @@ test_that("runTCRdist tcr_data has correct format", {
174174test_that(" runTCRdist produces messages during execution" , {
175175 skip_if_not_installed(" Seurat" )
176176 skip_if_not_installed(" immApex" )
177- skip_if_no_python ()
177+ skip_if_no_tcrdist ()
178178
179179 data(" immLynx_example" , package = " immLynx" )
180180
0 commit comments