ipeaGIT / geobr

Easy access to official spatial data sets of Brazil in R and Python
https://ipeagit.github.io/geobr/
789 stars 118 forks source link

Typo causing "Error in loadNamespace(name) : there is no package called ‘crul’" #253

Closed gbrlambais closed 3 years ago

gbrlambais commented 3 years ago

Line 277 of utils.R and line 34 of DESCRIPTION should spell "curl" not "crul".

gbrlambais commented 3 years ago

There is something else going on, when I fix the typo I get "Error: 'ok' is not an exported object from 'namespace:curl'"

rafapereirabr commented 3 years ago

Thank you, but we actually use a package named crul.

gbrlambais commented 3 years ago

Thanks, installed crul and now it's working. Should be good to install crul as a dependency then.

rafapereirabr commented 3 years ago

Thanks. I've just added crul as a package dependency