Open jharcum opened 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
analysisOrganizeData
analySpec
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 inanalySpec