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 86465cd commit 13b11ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
^appveyor\.yml$
^codecov\.yml$
^index\.Rmd$
^index\.md$
^README\.md$
^.*\.Rproj$
^\.Rproj\.user$
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ to a predefined style.

```r
#install.packages("remotes", repos = "https://cloud.r-project.org")
# Workaround for issue https://github.com/KWB-R/kwb.pkgbuild/issues/21
# Requires that R 64bit is used on Windoows
remotes::install_github("kwb-r/kwb.pkgbuild", INSTALL_opts = c('--no-multiarch'))
```

Expand Down
4 changes: 1 addition & 3 deletions index.Rmd → index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ to a predefined style.

## Installation

```{r echo = TRUE, eval = FALSE}
```r
#install.packages("remotes", repos = "https://cloud.r-project.org")
# Workaround for issue https://github.com/KWB-R/kwb.pkgbuild/issues/21
# Requires that R 64bit is used on Windoows
remotes::install_github("kwb-r/kwb.pkgbuild", INSTALL_opts = c('--no-multiarch'))
```

0 comments on commit 13b11ca

Please sign in to comment.