FredHutch / metricminer-dashboard

Template Dashboard for data generated from metricminer
https://itcr-analytics.fredhutch.org/
1 stars 0 forks source link

Count R packages #2

Open howardbaik opened 10 months ago

howardbaik commented 10 months ago

To count the number of R packages we have created, we can see if a repo contains a DESCRIPTION file. RStudio and devtools consider any directory containing DESCRIPTION to be a package.

For more info, see https://r-pkgs.org/description.html#the-description-file