unhcr / koboloadeR

deprecated please use {kobocruncher} - https://edouard-legoupil.github.io/kobocruncher/
https://unhcr.github.io/koboloadeR/docs/
28 stars 28 forks source link

Error in installation #81

Open pascalisfort opened 2 years ago

pascalisfort commented 2 years ago

when I try to install with this "remotes::install_github("unhcr/koboloadeR", Ncpus=4) " I receive this message "ERROR: dependency 'simFrame' is not available for package 'koboloadeR'

But when I go on the web page "cran.r-project.org/web/packages/simFrame" it tell me: Package ‘simFrame’ was removed from the CRAN repository. Formerly available versions can be obtained from the archive. Archived on 2021-07-31 as check problems were not corrected in time. A summary of the most recent check results can be obtained from the check results archive. Please use the canonical form https://CRAN.R-project.org/package=simFrame to link to this page.

Is it necessary this dependency?

Thank You Pascal

dickoa commented 2 years ago

Hi @pascalisfort @Edouard-Legoupil I think we can replace simFrame by simPop who can do similar things. I will send a PR

13w13 commented 2 years ago

Hi @pascalisfort, you can install simFrame with devtools::install_version("simFrame", "0.5.3")

koboloadeR installation will go fine after.

Cheers,