Devin Pastoor

Results 45 comments of Devin Pastoor

@armstrtw I'd love to - that being said, my language repertoire consists of R, javascript, go, and python.... the distinct lack of c++ makes it tough for me to directly...

@stewid can't this just be done with: `add(repo, "path/to/file") %>% commit("committing file")`

ah I see, so a helper function of sorts would be needed check if any files added already --> in on.exit hook add() --> reset files --> add/commit single file...

@barrettford @alexgorbatchev you can use my branch if the author is doesn't have a chance to merge this into master soon

FYI related PR: https://github.com/rstudio/shinyapps-package-dependencies/pull/313

This connects to #328 and are one and the same issue. We need to adjust the customization reconciliation

Thanks for the report Brian - what type of repo are you pulling from - gitlab pages? rstudio package manager? MRAN, other? There is pretty high concurrency of these requests....

ok thanks - that CRAN server is.... not great... has had a number of outages. pkgr needs improvement here _but_ in the meantime - some knowledge to drop - switch...

url: https://packagemanager.rstudio.com/client/#/repos/1/overview

kk give #389 a try - that has an exponential backoff built in (thanks hashicorp) and the concurrency control knob - perhaps `PKGR_DL_CONCURRENCY=3 pkgr install ...` combined with the retries...