Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add R-specific resources #34

Merged
merged 3 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions collections/_resources/r-packages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: R Packages (2e)
link: https://r-pkgs.org/
skills: [SP, LIBS]
audience: [learn]
---

Learn how to create a package, the fundamental unit of shareable, reusable, and reproducible R code.
8 changes: 8 additions & 0 deletions collections/_resources/r-universe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: R-universe
link: https://ropensci.org/r-universe/
skills: [SWREPOS, SP]
audience: [learn]
---

R-universe is rOpenSci’s platform for improving publication and discovery of research software in R. It provides a CRAN-like repository (so users can just use `install.packages()`) where package binaries are built for all platforms (including WASM!).
7 changes: 7 additions & 0 deletions collections/_resources/ropensci-r-package-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "rOpenSci Package: Development, Maintainence, and Peer Review"
link: https://devguide.ropensci.org/
skills: [SP, LIBS]
audience: [learn]
---
A guide for best practices in developing, maintaining, and reviewing R packages.
8 changes: 8 additions & 0 deletions collections/_resources/ropensci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: rOpenSci
link: https://ropensci.org/
skills: [LIBS, SWREPOS]
audience: [learn]
---

rOpenSci is an organization that supports development and maintenance of R packages for the sciences. One can submit an R package for review and if accepted it will be migrated to the rOpenSci organization and be searchable through rOpenSci's website. They also have an active Slack community and regular community calls and events.