Skip to content

Commit

Permalink
Add new additional resources page
Browse files Browse the repository at this point in the history
  • Loading branch information
hturner committed Dec 5, 2024
2 parents e050cc5 + 3e43aa4 commit f74ab9f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
7 changes: 4 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ book:
- chapters/documenting.qmd
- chapters/message_translations.qmd
- chapters/testing_pre_release_r_versions.qmd
- chapters/r_core_developers.qmd
- chapters/where_to_get_help.qmd
- chapters/news_and_announcements.qmd
- chapters/developer_tools.qmd
- chapters/news_and_announcements.qmd
- chapters/developer_tools.qmd
- chapters/additional_resources.qmd
- chapters/r_core_developers.qmd

format:
html:
Expand Down
23 changes: 23 additions & 0 deletions chapters/additional_resources.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Additional resources {#AdditionalResources}

There are a number of further resources to help with contributions to R.

## R Contributor site

Contains information for people interested in contributing to R core, including details for the [R Contribution Working Group](https://contributor.r-project.org/working-group), the [R Contributors Slack workspace](https://contributor.r-project.org/slack) and upcoming [R Contributor events and meetups](https://contributor.r-project.org/events/).

## R developer page

The [R developer page](https://developer.r-project.org/) contains information about the plans of the R Core Team and details on the R release process, as well as pointers to technical write-ups including the [R blog](https://blog.r-project.org/).

## R manuals

There are a number of manuals created and included with R installations. The original latest and development versions of these are available from the [R Manuals site](https://cran.r-project.org/manuals.html). Note that the versions included on the site are created with Debian Linux. While there may be some variation for Windows and Mac manuals, most parts will be identical regardless of platform.

Particular manuals that might be of interest to R contributors are:

- [R installation and administration](https://cran.r-project.org/doc/manuals/r-release/R-admin.html) - gives more details on building R from source.
- [R internals](https://cran.r-project.org/doc/manuals/r-release/R-ints.html) - for those who want to read deeper into the internals R, for example, it contains chapters on special data types used in the C code, internal and primitive functions and details of graphics devices.
- [R language definition](https://cran.r-project.org/doc/manuals/r-release/R-lang.html) - an in depth overview of the R language, helpful for developing more advanced R knowledge from a user's perspective.

There is a [new re-styled R manuals site built with Quarto](https://rstudio.github.io/r-manuals/) that has been produced to make searching and navigating the manuals easier in a web browser. This site is automatically built from the original manuals site using a number of scripts in the [r-manuals GitHub repo](https://github.com/rstudio/r-manuals).
3 changes: 2 additions & 1 deletion chapters/message_translations.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,5 @@ Instead of translating one string at a time, it is possible to bulk translate a

## Helpful references

- Statistical terms glossary
- [Statistical terms glossary](https://www.isi-web.org/glossary)
- The [R Translations site](https://contributor.r-project.org/translations/) contains more details on translating R messages and getting involved in existing projects.

0 comments on commit f74ab9f

Please sign in to comment.