czigler / arepa

2 stars 4 forks source link

Installation fails - dependency zipcode no longer in CRAN #12

Open mauriciogtec opened 3 years ago

mauriciogtec commented 3 years ago

As of July 2021 one of the dependencies "zipcode" is no longer in CRAN.

Installation with devtools::install_github("czigler/arepa") gives an error due to package zipcode not being available.

mauriciogtec commented 3 years ago

The error seems to be solved by manually running

devtools::install_github("cran/zipcode")

before installation.