2024-10-17
- 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/
- GitHub Codespace (R Dev Container) https://github.com/r-devel/r-dev-env
- 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
- Annotated list of bugs: https://docs.google.com/spreadsheets/d/1bhfPIJQXeKpydigMH79FKIkdHO9NxlBSB_bTRoCFnPY/edit#gid=0
Twitter: https://twitter.com/R_Contributors
Mastodon: https://hachyderm.io/@R_Contributors
Slack: https://contributor.r-project.org/slack
Heather Turner
Please tell us a bit about yourself, following the template below:
Name: Heather Turner
Country I am currently in: UK
Something we could do or discuss together today: R Dev Day @ LatinR
Name: Tomasz Gieorgijewski
Country I am currently in: Poland
Something we could do or discuss together today: graphics devices, bugs solved.
Name: gwynn gebeyehu
Country I am currently in: Cabin John, MD
Something we could do or discuss together today: Just listening
Name: Atharva S
Country I am currently in : India
Something we could do or discuss together today: Discussion related to LatinR talk (R Dev Container project)
- TG has fixed a bug and got some feedback from Paul Murrell. Waiting for Simon Urbanek to check on macOS before being committed to R-devel. Also fixed one other graphics bug. Looking for more graphics bugs.
- https://bugs.r-project.org/show_bug.cgi?id=17848 could be worth working on. Paul Murrell comments: Needs debugging into plotmath code to see how it is returning widths/heights for text containing newlines. plotmath is a C file in the R sources.
- Also https://bugs.r-project.org/show_bug.cgi?id=16983 and https://bugs.r-project.org/show_bug.cgi?id=16987 both related to grid.cap, need debugging on macOS.
- Could be useful to share code for regression testing (testing if your fix breaks existing examples in grid etc) with {gdiff}.
https://latinr.org/ (free!)
-
R Dev Day
-
Details: https://github.com/r-devel/r-dev-day/blob/main/preparation/LatinR2024/LatinR2024_en.md
-
hopefully registration will open end this week/beginning next week.
-
-
Talks
-
Atharva S is giving talk on R Dev Container (he will also work on adding something about the R Dev Container to the R Dev Guide)
-
Jasmine Daly and Beni Altmann will talk about the CRAN Cookbook: https://github.com/r-devel/cran-cookbook
-
- TG is learning more about graphics devices to be able to contribute more in this area. Plans to get some advice from Paul Murrell about this. Creating his own device as part of learning more.