-
Notifications
You must be signed in to change notification settings - Fork 0
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
undefined global functions or variables #62
Comments
I think another possible solution would be to add
in each of the function containing this kind of variables not defined. For instance in
in the first lines of the function I have tried and it works. Please revise the corresponding functions. I've worked on the main branch, and also push on it. |
Thanks Antonio Yes, we haven't paid much attention to CMD CHECK yet, as we were still changing and revising functions. IMO the best way to fix the "undefined global variables" is using |
Ok, I agree with you. We can use |
Thanks Antonio, I will write them once all functions are definitive and testing are passing fine for all of them. |
After try to check the pkg, there are a lots of NOTES related to
undefined global functions or variables
. Specifically I got:I was sailing in the web and found this that points a possible solution by creating a
global_variables.R
@dario-ssm @Pakillo @AMBarbosa have you address this problem previously?
The text was updated successfully, but these errors were encountered: