You can put the following R code somewhere in your package, perhaps an R/globals.R
script.
utils::globalVariables(c("prob", "section", "y"))
You can put the following R code somewhere in your package, perhaps an R/globals.R
script.
utils::globalVariables(c("prob", "section", "y"))