We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fd5d0 commit 63d0015Copy full SHA for 63d0015
1 file changed
R/zzz.R
@@ -24,7 +24,7 @@
24
25
.onLoad <- function(libname, pkgname){
26
# . is used as a placeholder by stantet.common::NVL3().
27
- utils::globalVariables(c(".", ".fitted", ".against", ".rownames", ".pearson", ".weight"))
+ utils::globalVariables(c(".", ".fitted", ".against", ".rownames", ".pearson", ".weight", "bids", "bmap"))
28
29
eval(COLLATE_ALL_MY_CONTROLS_EXPR)
30
0 commit comments