-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix technical issues #27
Conversation
Pull origin pr24
@LBreugelmans I have merged your code with my fixes. There are no errors anymore, but there are still some issues:
|
Just to clarify. It is not so urgent that I can run the The second part about |
Optional data argument added and code updated to allow for selection of example dataset Signed-off-by: LBreugelmans <[email protected]>
- pull in pa (Protected Area) shapefile within function - make sure map is saved correctly when no cutoff is provided Signed-off-by: LBreugelmans <[email protected]>
Use function retrieve_example_data() to read in example data files Signed-off-by: LBreugelmans <[email protected]>
- In order to resolve problem with argument mcube, the aggregate_cube() and calculate_faithpd functions are now being called in the function get_pd_cube() which replaces get_pd()
Mostly due to incorrect specifications in function examples
@wlangera I have solved the issues you mentioned:
I am running into problems knitting README.Rmd because in the second chunk the package gets loaded from the repo main branch, which currently contains an older version. I need to first merge this branch with main in order to knit the README.Rmd. Unsure why Mac OS check did not pass. |
No description provided.