-
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
Package issues #3
Comments
Sorry to be brief it's 6pm I'm on the train
|
I don't think I have any variables in the package. The issue is that I have my run.eco function using the terrain matrix: The check gives me an error saying: object 'terra' not found |
Right, I see. There is a bug in this function. You're using terra - is it I don't think I have any variables in the package. The issue is that I have The check gives me an error saying: object 'terra' not found — Reply to this email directly, view it on GitHub |
Right now it is not but I tried using it as an argument and it gave me the same error... |
I feel like this should be simple but I am missing something. My plants.r is calling for the 'terrain' matrix that originates from my terrain.r. When I do R CMD check, I get a note telling me that 'no visible binding for global variable: terrain'
How do I go about solving the problem of having an object on one .r and then using it on another .r without causing problems with the check?
The text was updated successfully, but these errors were encountered: