Task description
Please update copilot instructions. Right now, they only specify, e.g., repos="https://r-lib.r-universe.dev", but everywhere should probably look like repos = c('https://paul-buerkner.r-universe.dev', 'https://cloud.r-project.org') (like online examples, so reference to CRAN install as backup) to properly install dependencies? Otherwise I am seeing errors like this:
> if (!requireNamespace("brms", quietly = TRUE)) { install.packages("brms", repos="https://paul-buerkner.r-universe.dev") }
Installing package into ‘/home/runner/R/library’
(as ‘lib’ is unspecified)
Warning: dependencies ‘rstan’, ‘ggplot2’, ‘loo’, ‘posterior’, ‘rstantools’, ‘bayesplot’, ‘bridgesampling’, ‘future’, ‘future.apply’, ‘matrixStats’, ‘nleqslv’, ‘coda’, ‘abind’ are not available
trying URL 'https://paul-buerkner.r-universe.dev/src/contrib/sha256-c7561e44d7a064af6b4e1020628c9328a4f790b61e018e046b785228c20a50f0'
downloaded 3.2 MB
ERROR: dependencies ‘rstan’, ‘ggplot2’, ‘loo’, ‘posterior’, ‘rstantools’, ‘bayesplot’, ‘bridgesampling’, ‘future’, ‘future.apply’, ‘matrixStats’, ‘nleqslv’, ‘coda’, ‘abind’ are not available for package ‘brms’
Task description
Please update copilot instructions. Right now, they only specify, e.g.,
repos="https://r-lib.r-universe.dev", but everywhere should probably look likerepos = c('https://paul-buerkner.r-universe.dev', 'https://cloud.r-project.org')(like online examples, so reference to CRAN install as backup) to properly install dependencies? Otherwise I am seeing errors like this: