-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no visible binding for global variable for CRAN check #57
Comments
Causes an R CMD check note: r-lib/zeallot#57 Also specify where c14_lab_code thesaurus comes from, for the same reason.
To pass CRAN checks you just need to use
You can specify all such variables throughout your package in a single |
Using Another solution would be to simply initialize the variables before the assignment: d_fit <- info_peak <- NA # or whatever makes more sense than NA
c(d_fit, info_peak) %<-% rough_fitting(INPUT) |
Read r-lib/zeallot#57 for more details
when using zeallot, package can't pass CRAN check:
Any suggestions?
The text was updated successfully, but these errors were encountered: