Skip to content

Commit 41d2afa

Browse files
committed
use safer namespace loading strategy
1 parent de6962f commit 41d2afa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.onLoad = function(...) {
1+
.onLoad = \(...) {
22
requireNamespace("Rcpp", quietly = TRUE)
33
}

0 commit comments

Comments
 (0)