├── README.md ├── cran_usage.Rmd ├── reports ├── devtools-usage.md ├── dplyr-usage.md ├── glue-usage.md ├── rlang-usage.md └── usethis-usage.md └── run_reports.R /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimhester/cran_usage/HEAD/README.md -------------------------------------------------------------------------------- /cran_usage.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimhester/cran_usage/HEAD/cran_usage.Rmd -------------------------------------------------------------------------------- /reports/devtools-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimhester/cran_usage/HEAD/reports/devtools-usage.md -------------------------------------------------------------------------------- /reports/dplyr-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimhester/cran_usage/HEAD/reports/dplyr-usage.md -------------------------------------------------------------------------------- /reports/glue-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimhester/cran_usage/HEAD/reports/glue-usage.md -------------------------------------------------------------------------------- /reports/rlang-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimhester/cran_usage/HEAD/reports/rlang-usage.md -------------------------------------------------------------------------------- /reports/usethis-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimhester/cran_usage/HEAD/reports/usethis-usage.md -------------------------------------------------------------------------------- /run_reports.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimhester/cran_usage/HEAD/run_reports.R --------------------------------------------------------------------------------