Skip to content

Commit 93ffb7e

Browse files
committed
Added a globalVariables() entry to suppress a spurious warning.
1 parent 17a3119 commit 93ffb7e

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
@@ -24,7 +24,7 @@
2424

2525
.onLoad <- function(libname, pkgname){
2626
# . is used as a placeholder by stantet.common::NVL3().
27-
utils::globalVariables(c(".", ".fitted", ".against", ".rownames", ".pearson", ".weight"))
27+
utils::globalVariables(c(".", ".fitted", ".against", ".rownames", ".pearson", ".weight", "bids", "bmap"))
2828

2929
eval(COLLATE_ALL_MY_CONTROLS_EXPR)
3030

0 commit comments

Comments
 (0)