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/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 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 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