You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
Installing koboloadeR from RStudio Cloud (R version 4.2.0)
Problem
Ran remotes::install_github("unhcr/koboloadeR", Ncpus=4) from project walkthrough
Expected result
successful koboloadeR installation
Current result
package 'dummies' reported as not available
remotes::install_github("unhcr/koboloadeR", Ncpus=4)
#> Downloading GitHub repo unhcr/koboloadeR@HEAD#> Skipping 1 packages not available: dummies#> * checking for file ‘/tmp/RtmpZpDcOa/remotes18a447f62e95/unhcr-koboloadeR-93f0d63/DESCRIPTION’ ... OK#> * preparing ‘koboloadeR’:#> * checking DESCRIPTION meta-information ... OK#> * checking for LF line-endings in source and make files and shell scripts#> * checking for empty or unneeded directories#> Omitted ‘LazyData’ from DESCRIPTION#> * building ‘koboloadeR_0.1.9.tar.gz’#> Warning in sprintf(gettext(fmt, domain = domain, trim = trim), ...) :#> one argument not used by format 'invalid uid value replaced by that for user 'nobody''#> Warning: invalid uid value replaced by that for user 'nobody'#> Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.2'#> (as 'lib' is unspecified)#> Warning in i.p(...): installation of package '/tmp/RtmpZpDcOa/file18a439061160/#> koboloadeR_0.1.9.tar.gz' had non-zero exit status
Possible Fix
not obligatory, but suggest fixes or reasons for the bug
The text was updated successfully, but these errors were encountered:
Hi @izwan-roslan -- Actually, I am working on a major rewrite of KooboloadeR - it's here - https://edouard-legoupil.github.io/kobocruncher/ -- Still working on it to re-implement the core capacity of koboloadeR - should be done soon! But you can start having a look
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please briefly describe your context, your problem and what output you expect.
Please include if possible a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.
Context
Installing koboloadeR from RStudio Cloud (R version 4.2.0)
Problem
Ran
remotes::install_github("unhcr/koboloadeR", Ncpus=4)
from project walkthroughExpected result
successful koboloadeR installation
Current result
package 'dummies' reported as not available
Possible Fix
not obligatory, but suggest fixes or reasons for the bug
The text was updated successfully, but these errors were encountered: