matildabrown / rWCVP

Generating Summaries, Reports and Plots from the World Checklist of Vascular Plants
https://matildabrown.github.io/rWCVP/
GNU General Public License v3.0
19 stars 0 forks source link

added check for data package #26

Closed barnabywalker closed 2 years ago

barnabywalker commented 2 years ago

Removed any straggling local_wcvp arguments and added a check for whether or not the rWCVPdata package is installed. If not, a message runs at loading suggesting the user installs the package or provides a local copy of WCVP. Functions will also raise an error if no local version is provided and rWCVPdata is not installed.

closes #2 and closes #23

barnabywalker commented 2 years ago

Maybe pause on merging - just realised I should add a check for the latest version of WCVP.

matildabrown commented 2 years ago

This looks good - thanks! Should the fuzzy_match docs be consistent with the rest?

barnabywalker commented 2 years ago

This looks good - thanks! Should the fuzzy_match docs be consistent with the rest?

Yep - I think I should have fixed this with the latest commit, and it should be ready to merge?