Skip to content

Commit ec07550

Browse files
committed
temp
1 parent 9673500 commit ec07550

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

R/kfold-package.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ NULL
1616
.onLoad <- function(libname, pkgname) {
1717
if (getRversion() >= "2.15.1") {
1818
utils::globalVariables(
19-
c(
20-
"."
21-
)
19+
c(".")
2220
)
2321
}
2422
}

0 commit comments

Comments
 (0)