We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9673500 commit ec07550Copy full SHA for ec07550
1 file changed
R/kfold-package.R
@@ -16,9 +16,7 @@ NULL
16
.onLoad <- function(libname, pkgname) {
17
if (getRversion() >= "2.15.1") {
18
utils::globalVariables(
19
- c(
20
- "."
21
- )
+ c(".")
22
)
23
}
24
0 commit comments