Skip to content

Commit

Permalink
Add package Description field to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jabenninghoff committed Dec 30, 2020
1 parent 3ca28a4 commit f84e299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ output: github_document

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, include = FALSE}
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
Expand All @@ -18,7 +18,7 @@ knitr::opts_chunk$set(
<!-- badges: start -->
<!-- badges: end -->

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: <https://jabenninghoff.github.io/rtraining/>.
`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: <https://jabenninghoff.github.io/rtraining/>.

## Installation

Expand Down

0 comments on commit f84e299

Please sign in to comment.