Skip to content

Commit c9a5ba5

Browse files
committed
adding newline at end of file
1 parent eceac2d commit c9a5ba5

15 files changed

+15
-16
lines changed

tests/testthat/test-bart.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
test_that("check_args() works", {
22
# Here for completeness, no checking is done
33
expect_true(TRUE)
4-
})
4+
})

tests/testthat/test_boost_tree.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ test_that("check_args() works", {
8686
fit(spec, class ~ ., hpc)
8787
}
8888
)
89-
})
89+
})

tests/testthat/test_decision_tree.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ test_that('argument checks for data dimensions', {
7373
test_that("check_args() works", {
7474
# Here for completeness, no checking is done
7575
expect_true(TRUE)
76-
})
76+
})

tests/testthat/test_gen_additive_model.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ test_that('classification', {
102102
test_that("check_args() works", {
103103
# Here for completeness, no checking is done
104104
expect_true(TRUE)
105-
})
105+
})

tests/testthat/test_linear_reg.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,4 @@ test_that("check_args() works", {
359359
fit(spec, compounds ~ ., hpc)
360360
}
361361
)
362-
})
362+
})

tests/testthat/test_logistic_reg.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,5 +286,4 @@ test_that("check_args() works", {
286286
fit(spec, Class ~ ., lending_club)
287287
}
288288
)
289-
290-
})
289+
})

tests/testthat/test_mars.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ test_that("check_args() works", {
247247
fit(spec, class ~ ., hpc)
248248
}
249249
)
250-
})
250+
})

tests/testthat/test_mlp.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ test_that("check_args() works", {
7979
fit(spec, class ~ ., hpc)
8080
}
8181
)
82-
})
82+
})

tests/testthat/test_multinom_reg.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ test_that('check_args() works', {
3737
fit(spec, class ~ ., hpc)
3838
}
3939
)
40-
})
40+
})

tests/testthat/test_nearest_neighbor.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ test_that('check_args() works', {
3434
fit(spec, class ~ ., hpc)
3535
}
3636
)
37-
})
37+
})

tests/testthat/test_nullmodel.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ test_that('null_model printing', {
127127
test_that("check_args() works", {
128128
# Here for completeness, no checking is done
129129
expect_true(TRUE)
130-
})
130+
})

tests/testthat/test_rand_forest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ test_that('bad input', {
1717
test_that("check_args() works", {
1818
# Here for completeness, no checking is done
1919
expect_true(TRUE)
20-
})
20+
})

tests/testthat/test_svm_linear.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,4 +373,4 @@ test_that('linear svm classification prediction: kernlab', {
373373
test_that("check_args() works", {
374374
# Here for completeness, no checking is done
375375
expect_true(TRUE)
376-
})
376+
})

tests/testthat/test_svm_poly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ test_that('svm poly classification probabilities', {
189189
test_that("check_args() works", {
190190
# Here for completeness, no checking is done
191191
expect_true(TRUE)
192-
})
192+
})

tests/testthat/test_svm_rbf.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ test_that('svm rbf classification probabilities', {
198198
test_that("check_args() works", {
199199
# Here for completeness, no checking is done
200200
expect_true(TRUE)
201-
})
201+
})

0 commit comments

Comments
 (0)