Skip to content

Commit ac3d857

Browse files
committed
Silence unbound "." warning
1 parent d977b01 commit ac3d857

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

R/ModelArray-package.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@
7171
#'
7272
#' @keywords internal
7373
"_PACKAGE"
74+
75+
## Suppress R CMD check NOTEs for non-standard evaluation symbols
76+
## used inside magrittr pipe expressions.
77+
utils::globalVariables(".")

0 commit comments

Comments
 (0)