Skip to content
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

Consider delaying XML downloads #101

Open
Enchufa2 opened this issue Sep 23, 2022 · 1 comment
Open

Consider delaying XML downloads #101

Enchufa2 opened this issue Sep 23, 2022 · 1 comment
Assignees

Comments

@Enchufa2
Copy link

This

robis/R/util.R

Lines 124 to 127 in c80af7a

extension_cols = list(
"DNADerivedData" = get_dwc_fields("https://rs.gbif.org/extension/gbif/1.0/dna_derived_data_2021-07-05.xml"),
"MeasurementOrFact" = get_dwc_fields("https://rs.gbif.org/extension/obis/extended_measurement_or_fact.xml")
)
is executed on package load. As a result, the package cannot be installed on systems without an Internet connection (which is the case for package builders for RPM creation, connectivity is not allowed there for security reasons).

@pieterprovoost pieterprovoost self-assigned this Sep 23, 2022
@pieterprovoost
Copy link
Member

Thanks, fixed in 2.11.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants