Skip to content

Commit

Permalink
Temporally fix due to pkgdown v1.4 priority change
Browse files Browse the repository at this point in the history
for details see: r-lib/pkgdown#1136
  • Loading branch information
mrustl committed Sep 5, 2019
1 parent 8c5373d commit 167f931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.Rmd → index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This package allows you to parse your R scripts and to calculate some staticstic
## Installation

Install the package from Github:
```{r eval = FALSE}
```r
#install.packages("remotes")
remotes::install_github("kwb-r/kwb.code")
```
Expand All @@ -20,7 +20,7 @@ If you have a lot of R scripts and you want to know what different packages
are loaded from within your scripts, you may use the function
`get_names_of_used_packages`:

```{r eval = FALSE}
```r
# Set path to directory in which to look recursively for R scripts
root_dir <- "~/Desktop/R-Development"

Expand Down

0 comments on commit 167f931

Please sign in to comment.