From c113f4d6779e96deba909d11c5e9fb88991f23c3 Mon Sep 17 00:00:00 2001 From: Eric Scott Date: Mon, 21 Oct 2024 16:50:28 -0700 Subject: [PATCH 1/3] add ropensci package guide and hadley's book --- collections/_resources/r-packages.md | 8 ++++++++ collections/_resources/ropensci-r-package-guide.md | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 collections/_resources/r-packages.md create mode 100644 collections/_resources/ropensci-r-package-guide.md diff --git a/collections/_resources/r-packages.md b/collections/_resources/r-packages.md new file mode 100644 index 0000000..a5e28a6 --- /dev/null +++ b/collections/_resources/r-packages.md @@ -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. diff --git a/collections/_resources/ropensci-r-package-guide.md b/collections/_resources/ropensci-r-package-guide.md new file mode 100644 index 0000000..21b4c25 --- /dev/null +++ b/collections/_resources/ropensci-r-package-guide.md @@ -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. \ No newline at end of file From ffd4157b9f0474a8155c78a908212027ee7aaec9 Mon Sep 17 00:00:00 2001 From: Eric Scott Date: Fri, 25 Oct 2024 16:11:15 -0700 Subject: [PATCH 2/3] add r-universe --- collections/_resources/r-universe.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 collections/_resources/r-universe.md diff --git a/collections/_resources/r-universe.md b/collections/_resources/r-universe.md new file mode 100644 index 0000000..82a5e4a --- /dev/null +++ b/collections/_resources/r-universe.md @@ -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!). \ No newline at end of file From cfb30300775416d35d5f7aee9dacfc86f8beb894 Mon Sep 17 00:00:00 2001 From: Eric Scott Date: Fri, 25 Oct 2024 16:15:45 -0700 Subject: [PATCH 3/3] add rOpenSci organization --- collections/_resources/ropensci.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 collections/_resources/ropensci.md diff --git a/collections/_resources/ropensci.md b/collections/_resources/ropensci.md new file mode 100644 index 0000000..2f0ee41 --- /dev/null +++ b/collections/_resources/ropensci.md @@ -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. \ No newline at end of file