R/0init.R

#' @importFrom magrittr %>% %<>%
NULL
# magrittr's pipes use the '.' special variable to refer to the piped argument in function calls.
# This code registers this placeholder to silence NOTEs in R CMD checks.
if( getRversion() >= "2.15.1" )  utils::globalVariables( c( "." ) ) 
jtatria/qualtricks documentation built on Dec. 12, 2020, 7:23 a.m.