Skip to content

r-devel/rdevguide

Repository files navigation

License: CC BY 4.0

A Guide for Contributing to R Core

All Contributors

This guide is a work in progress, inspired by http://devguide.python.org/. It is deployed at https://contributor.r-project.org/rdevguide/.

Background Resources

A list of existing resources on R core development that we can use for reference or that we should document in the guide is given in the Wiki for this repo.

Contributing

Without write access

Corrections, suggestions and general improvements are welcome as issue submissions.

You can also suggest changes by editing the .qmd files that are in the chapters/ folder at the root of this repository and submitting a pull request. Please target your pull requests to the main branch.

With write access

You can push directly to main for small fixes. Please use PRs to main for discussing larger updates - try to limit to one section or at least one chapter in each PR, so that changes are easier to review.

Editing notes

  • Images must be included in the source, not provided as URLs, for the PDF book to compile.
  • Images should have alt text for accessibility - note this is shown as a caption in the EPUB version.

Technical details

Deployment is done via GitHub Actions, as specified in the publish.yml workflow:

If you want to render the guide locally, you need to download and install the Quarto CLI (command line interface) as documented on the Quarto website. Then, from the command line (not the R console), run:

quarto preview

to preview changes in real time, or:

quarto render

to generate the book in the _book/ folder. This will also generate the PDF and ePub versions of the book, so takes a little longer. You can open the HTML version of the guide from the command line via open _book/index.html.

If you are using RStudio, VS Code or Positron, you can use the Preview button (VS Code/Positron) or Render button (RStudio) instead.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Acknowledgements

This book started using Sean Kross' minimal bookdown example as described on their blog.

This README borowed ideas from ropensci/dev_guide.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Heather Turner
Heather Turner

πŸ–‹ πŸ’» 🚧 πŸ§‘β€πŸ« πŸ“† πŸ‘€ πŸ” πŸ’¬ πŸ“‹ πŸ“’
Saranjeet Kaur
Saranjeet Kaur

πŸ–‹ πŸ“– πŸ€” πŸ” πŸ’¬ πŸ“‹ πŸ“’ πŸ“Ή πŸ‘€ πŸ’‘ πŸ”¬
Maya Gans
Maya Gans

πŸš‡
Carol Willing
Carol Willing

πŸ‘€
LluΓ­s
LluΓ­s

πŸ‘€ πŸ–‹ πŸ’¬ πŸ”¬ πŸ“– πŸ’‘ 🚧
Toby Dylan Hocking
Toby Dylan Hocking

πŸ‘€ πŸ’‘ πŸ”¬ πŸ’¬
bettinagruen
bettinagruen

πŸ‘€ πŸ”¬ πŸ’¬
Martin MΓ€chler
Martin MΓ€chler

πŸ‘€
Anelda van der Walt
Anelda van der Walt

πŸ‘€
Mine Cetinkaya-Rundel
Mine Cetinkaya-Rundel

πŸ‘€
Michael Chirico
Michael Chirico

πŸ‘€ πŸ’¬ πŸ–‹ πŸ“– πŸ”¬
Elin Waring
Elin Waring

πŸ’¬
Michael Lawrence
Michael Lawrence

πŸ‘€ πŸ€” πŸ§‘β€πŸ«
Gabe Becker
Gabe Becker

πŸ‘€ πŸ’¬
Kirill MΓΌller
Kirill MΓΌller

πŸ’¬
Lionel Henry
Lionel Henry

πŸ’¬
John Hayes
John Hayes

πŸ‘€
nbenn
nbenn

πŸ‘€ πŸ”¬ πŸ’¬
Ben
Ben

πŸ–‹ πŸ‘€ πŸ”¬ πŸ’¬
Debartha Paul
Debartha Paul

πŸ–‹
Lydia Gibson, MS, GStat
Lydia Gibson, MS, GStat

πŸ–‹ πŸ“– πŸ€”
Patricia A. Loto
Patricia A. Loto

πŸ–‹ πŸ“– πŸ€”
Isabella VelΓ‘squez
Isabella VelΓ‘squez

πŸ–‹ πŸ“– πŸ€”
Cam Race
Cam Race

πŸš‡ πŸ–‹ πŸ“–
Shannon Pileggi
Shannon Pileggi

πŸ–‹ πŸ“– πŸ€”
Paul Murrell
Paul Murrell

πŸ–‹
Zhian N. Kamvar
Zhian N. Kamvar

πŸ–‹ πŸ“– πŸ€”
Joan Maspons
Joan Maspons

πŸš‡
Hanne Oberman
Hanne Oberman

πŸ–‹
Sebastian Meyer
Sebastian Meyer

πŸ€” πŸ”¬ πŸ’¬
Hannah Frick
Hannah Frick

πŸ“– πŸ€”
S Jaffa
S Jaffa

πŸ–‹ πŸ“–
Binod Jung Bogati
Binod Jung Bogati

πŸ–‹ πŸ“–
Gergely DarΓ³czi
Gergely DarΓ³czi

πŸ‘€
Mahmoud Abdelrazek
Mahmoud Abdelrazek

πŸ–‹ πŸ“–
Ella Kaye
Ella Kaye

πŸ’» πŸš‡
Carlos CΓ‘mara
Carlos CΓ‘mara

🚧 πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!