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+
})

0 commit comments

Comments
 (0)