R/utils_globalVariables.R

#' @importFrom utils globalVariables 

if (getRversion() >= "2.15.1") utils::globalVariables(c("."))
# warning no visible binding for global variable ‘.’
# After moving that line to its own file in my R folder I no longer had the message.
# https://stackoverflow.com/questions/60779639/title-missing-name-in-roxygen
JohnGavin/ccxt documentation built on Sept. 3, 2022, 5:53 a.m.