R Development Guide: https://contributor.r-project.org/rdevguide/
R's Bugzilla: https://bugs.r-project.org
R Project Weblate server: https://translate.rx.studio/projects/r-project
R sources
- SVN repo: https://svn.r-project.org/R/trunk/
- GitHub mirror: https://github.com/r-devel/r-svn/
R-devel mailing list archives: https://stat.ethz.ch/pipermail/r-devel/, searchable GitHub repo: https://github.com/MichaelChirico/r-mailing-list-archive/tree/master/r-devel
Minutes from previous office hours: https://github.com/r-devel/rcontribution/tree/main/office_hours
Twitter: https://twitter.com/R_Contributors
Mastodon: https://hachyderm.io/@R_Contributors
Slack: https://contributor.r-project.org/slack
Please tell us a bit about yourself, following the template below:
Name: Heather Turner
Country I am currently in: UK
I'm interested in contributing to: R bugs, translations (English)
Something we could do or discuss together today: https://bugs.r-project.org/show_bug.cgi?id=16756
Name: Ella Kaye
Country I am currently in: UK
I'm interested in contributing to: R bugs, translations (English)
Something we could do or discuss together today: possibly using rig
to easily switch between R versions?
Name: Kirill Müller
Country I am currently in: Switzerland
I'm interested in contributing to: Submitting a change request to R-core
Something we could do or discuss together today: Running Docker on macOS
Name: Francis Mensah
Country I am currently in: Ghana
I'm interested in contributing to: oberservation for today
Something we could do or discuss together today:nothing really for today
R Installation Manager
- https://github.com/r-lib/rig
- Follow README for installation instructions
- Sets up user library - avoids problems with installing packages in system library that can happen e.g. with package check (R CMD check)
- Mac menu bar app can open Rig.app e.g. from Spotlight, allows you to switch versions.
rig add devel
to install latest version of R-devel- On Mac, can have issues if try to install old R versions that are only available for Intel architecture. Need to specify architecture e.g.
rig add -a x86_64 3.6
Running Intel and arm64 Docker on macOS Ventura + M1/M2
https://docs.google.com/document/d/1axInaYK6oK6riRio72uTAeQazuork1X0clY9UL9gYoE/edit?usp=sharing