What’s the best #rstats method for distributing packages within your organization. Rely on GitHub private repo installs with emails when there are updates or fixes? Local dev only, no browser based solutions possible
1
2
4
Replying to @stoltzmaniac
Not email: Use a _repository_ which I have done in several organisation -- and wrote a helper #Rstats package for. Ensure it is set as a repo, then `update.packages()` is all it takes. And in existing packages you can check and alert via startup code! cran.r-project.org/package=d…

Aug 27, 2022 · 2:46 PM UTC

2
7