Skip to content

Commit f74ab9f

Browse files
committed
Add new additional resources page
2 parents e050cc5 + 3e43aa4 commit f74ab9f

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

_quarto.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ book:
2727
- chapters/documenting.qmd
2828
- chapters/message_translations.qmd
2929
- chapters/testing_pre_release_r_versions.qmd
30-
- chapters/r_core_developers.qmd
3130
- chapters/where_to_get_help.qmd
32-
- chapters/news_and_announcements.qmd
33-
- chapters/developer_tools.qmd
31+
- chapters/news_and_announcements.qmd
32+
- chapters/developer_tools.qmd
33+
- chapters/additional_resources.qmd
34+
- chapters/r_core_developers.qmd
3435

3536
format:
3637
html:

chapters/additional_resources.qmd

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Additional resources {#AdditionalResources}
2+
3+
There are a number of further resources to help with contributions to R.
4+
5+
## R Contributor site
6+
7+
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/).
8+
9+
## R developer page
10+
11+
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/).
12+
13+
## R manuals
14+
15+
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.
16+
17+
Particular manuals that might be of interest to R contributors are:
18+
19+
- [R installation and administration](https://cran.r-project.org/doc/manuals/r-release/R-admin.html) - gives more details on building R from source.
20+
- [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.
21+
- [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.
22+
23+
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).

chapters/message_translations.qmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,5 @@ Instead of translating one string at a time, it is possible to bulk translate a
352352

353353
## Helpful references
354354

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

0 commit comments

Comments
 (0)