tetratech / baytrends

Evaluate long-term trends in the Chesapeake Bay using a Generalized Additive Modeling (GAM) approach
https://tetratech.github.io/baytrends/
12 stars 4 forks source link

methodsList is set to globalVariables #44

Open jharcum opened 4 years ago

jharcum commented 4 years ago

Describe the solution you'd like in zzz.R, the variable methodsList is set to a global variable.

if(getRversion() >= "2.15.1") utils::globalVariables(c("begin", "methodsList", "figNum")) invisible()

Consider whether to move to a variable that is passed through gamTest. Or do we want to include in analysisOrganizeData so that it can be incorporated in analySpec