Open mauriciogtec opened 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.
devtools::install_github("czigler/arepa")
zipcode
The error seems to be solved by manually running
devtools::install_github("cran/zipcode")
before installation.
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 packagezipcode
not being available.