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 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
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