rstudio / pkgs.rstudio.com

https://pkgs.rstudio.com
1 stars 1 forks source link

pkgs.rstudio.com - RStudio's Open Source R Packages

This is the source repository for the website https://pkgs.rstudio.com. This website is a central place to find Open Source R packages from RStudio.

Idea is that https://pkgs.rstudio.com/<pkgname> will lead you to the pkgdown website of the <pkgname> package.

How it works ?

This website is hosted on Netlify and acts as a central redirect for other pkgdown websites hosted on netlify or other place (like rstudio.github.io).

Currently, the url https://pkgs.rstudio.com/ works for:

How to add a package website in the main table on index page ?

Open a PR to add a rule in _redirect. If the package is not hosted on https://rstudio.github.io, then the index.html will be correctly rebuild when merging the PR.

Who to contact ?

Christophe (@cderv) cderv@rstudio.com