Skip to content

Commit fe1ad78

Browse files
authored
Create 2023-12-14.md
1 parent 2c97977 commit fe1ad78

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

office_hours/2023-12-14.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Welcome to the R Contributor Office Hour (EMEA/APAC)!
2+
2023-12-14
3+
4+
## Useful links
5+
6+
* R Development Guide: https://contributor.r-project.org/rdevguide/
7+
* R's Bugzilla: https://bugs.r-project.org
8+
* R Project Weblate server: https://translate.rx.studio/projects/r-project
9+
* R sources - SVN repo: https://svn.r-project.org/R/trunk/
10+
* GitHub mirror: https://github.com/r-devel/r-svn/
11+
* GitHub Codespace (R Dev Container) https://github.com/r-devel/r-dev-env
12+
* 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
13+
* Minutes from previous office hours: https://github.com/r-devel/rcontribution/tree/main/office_hours
14+
* Annotated list of bugs: https://docs.google.com/spreadsheets/d/1bhfPIJQXeKpydigMH79FKIkdHO9NxlBSB_bTRoCFnPY/edit#gid=0
15+
16+
## Keeping in contact
17+
18+
* Twitter: https://twitter.com/R_Contributors
19+
* Mastodon: https://hachyderm.io/@R_Contributors
20+
* Slack: https://contributor.r-project.org/slack
21+
22+
## Warm up
23+
24+
Please tell us a bit about yourself, following the template below:
25+
26+
Name: Heather Turner
27+
Country I am currently in: UK
28+
Something we could do or discuss together today:
29+
30+
Name: Ella Kaye
31+
Country I am currently in: UK
32+
Something we could do or discuss together today: Nothing in particular today
33+
34+
Name: Brian Terry
35+
Country I am currently in: UK
36+
Something we could do or discuss together today: Nothing in particular.
37+
38+
Name: Tim Davis
39+
Country I am currently in: UK
40+
Something we could do or discuss together today: Cherry trees data
41+
42+
## Discussion
43+
44+
### Cherry trees
45+
46+
- The `trees` data in R: Tim has tracked down the orginal source of the data, which correctly has diameter labelled as Diameter rather than Girth.
47+
48+
- Minimum proposal: add reference for original source in the help file
49+
50+
- Bigger proposal: correct data and removing confusing references to Girth
51+
52+
- Bigger propoasl will require changing help file, data file and examples. It will be a breaking change - affecting unknown number of CRAN packages. Decide it is is best to make minimum proposal, which should be uncontroversial and easy to fix.
53+
54+
55+
- Edit the helpfile directly to create a patch: https://github.com/r-devel/r-svn/blob/master/src/library/datasets/man/trees.Rd
56+
- This can be added as an attchment to a bug report on https://bugs.r-project.org
57+
58+
- Trick for getting a patch for R from GitHub.
59+
60+
- Make changes in a fork and commit it
61+
62+
- Click on the commit id
63+
64+
- Add '.diff' to the end of the URL
65+
66+
- Save the resulting file as a .diff text file
67+
68+
69+
70+
71+

0 commit comments

Comments
 (0)