2024-09-12
- 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:
Name: gwynn gebeyehu
Country I am currently in: USA
Something we could do or discuss together today:
gwynn is up to Algorithms section in CS50 C material, taking time to work on harder problems, such as Tideman problem in Problem Set 3.
Review the status of the issue Prepare unequal sampling probability code for inclusion in base R that gwynn and Heather worked on with Thomas Lumley at the R Dev Day after posit::conf.
- Checked that gwynn has access to Heather's fork of the r-svn GitHub repo, where we can collaborate on a patch.
- Reviewed gwynn's changes to
sample.Rd
, made some minor edits and committed. - Re-familiarised ourselves with the code developed by Ahmadou Dicko in sondage package
- Need to write notes so we don't have to do this each time we come back to it! [Notes started here: https://hackmd.io/@hturner/ryoM3dZaR/edit]
- Thomas has added note to issue that C code will need to be called with
.Internal
and then register the C functions insrc/main/names.c
. He says it would be tider to move more ofsample_pps()
to C so that only one new C function needs to be added.- Perhaps add code as is (as close as possible) in the first place, so we can get a working version before refactoring.