From f84e2998e1d606e249d8edbfda05a23e88976443 Mon Sep 17 00:00:00 2001 From: John Benninghoff Date: Wed, 30 Dec 2020 12:57:10 -0600 Subject: [PATCH] Add package Description field to README --- README.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 4549bb9..530ba81 100644 --- a/README.Rmd +++ b/README.Rmd @@ -4,7 +4,7 @@ output: github_document -```{r, include = FALSE} +```{r setup, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", @@ -18,7 +18,7 @@ knitr::opts_chunk$set( -My notes and experiences learning R and RStudio, bundled as an R package (work-in-progress). The package is currently not yet functional, but you can read my [R Training Log](notebooks/r-training-log.Rmd) using the GitHub Pages URL: . +`r packageDescription("rtraining", fields = "Description")` The package is currently not yet functional, but you can read my [R Training Log](notebooks/r-training-log.Rmd) using the GitHub Pages URL: . ## Installation