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 in package definitions ? #255

Closed Paul-Mee closed 3 years ago

Paul-Mee commented 3 years ago

When running this code read_municipality(code_muni=1200179, year=2017) I get the following error Error in loadNamespace(x) : there is no package called ‘crul’

I assume that "crul" has been entered instead of "curl" in the code.

Cheers

Paul

rafapereirabr commented 3 years ago

Hi Paul. Thanks for the heads up. We actually use a package named crul. If you install crul on your machine the issue will be fixed.

I have added crul as a package dependecy to geobr, so this issue will be fixed for good on our next CRAN update.

Paul-Mee commented 3 years ago

Thanks for the quick response

On Thu, 8 Jul 2021, 15:19 Rafael H M Pereira, @.***> wrote:

Hi Paul. Thanks for the heads up. We actually use a package named crul. If you install crul on your machine the issue will be fixed.

I have added crul as a package dependecy to geobr, so this issue will be fixed for good on our next CRAN update.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ipeaGIT/geobr/issues/255#issuecomment-876480150, or unsubscribe https://github.com/notifications/unsubscribe-auth/APDJZECHXRP5HJOE2MOK7T3TWWXYHANCNFSM5AAZFXZQ .

rafapereirabr commented 3 years ago

This issue is now fixed with the new version of geobr v1.6.2 on CRAN