-
Notifications
You must be signed in to change notification settings - Fork 27
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
Pending update to ridigbio will break spocc! #263
Comments
Will the |
We recently identified multiple data users who are using the spocc and gatoRs are the only official CRAN packages that depend on ridigbio. gatoRs does not use the default fields, therefore this modification only will impact spocc. How long would spocc maintainers need? We plan to publish our update as a new version, so couldn't spocc just set the requirement for ridigbio as <= 0.3.7? |
Resolved and on it's way to CRAN. |
Currently ridigbio returns datecollected, a field that is randomly generated and may lack biological meaning. Current use of this field is biologically meaningless, thus may skew current research leveraging dates from this field. The generated dates are also difficult to detect, as they are randomly distributed.
We plan to update the ridigbio package to instead return "data.dwc:eventDate", "data.dwc:year", "data.dwc:month", and "data.dwc:day" - which are all text fields, rather than dates, but are not randomly generated, are directly from data providers, and may provide meaning in biological research. See current issue and pull request.
This modification will impact the following lines:
spocc/R/plugin_helpers.R
Line 34 in 59f6b3b
spocc/R/occ2df.R
Line 104 in 59f6b3b
spocc/R/plugins.r
Line 266 in 59f6b3b
Please let us know if you have any questions.
The text was updated successfully, but these errors were encountered: