Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 3.13 KB

2024-10-17_AMER.md

File metadata and controls

74 lines (48 loc) · 3.13 KB

Welcome to the R Contributor Office Hour (AMER)!

2024-10-17

Useful links

Keeping in contact

Twitter: https://twitter.com/R_Contributors
Mastodon: https://hachyderm.io/@R_Contributors
Slack: https://contributor.r-project.org/slack

Facilitators

Heather Turner

Warm up

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)

Discussion

Graphics bugs

  • 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}.

LatinR

https://latinr.org/ (free!)

Graphics devices

  • 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.