Skip to content

Commit

Permalink
adapt to new pkgdown v1.4 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Sep 9, 2019
1 parent eed340d commit 979817c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
^docs$
^_pkgdown\.yml$
^LICENSE\.md$
^.travis\.yml$
^\.travis\.yml$
^.gitlab-ci\.yml$
^appveyor\.yml$
^index\.Rmd$
Expand Down
14 changes: 12 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
##############################################################################
### Autogenerated with R package kwb.pkgbuild v0.1.1
### (installed from 'Github (kwb-r/kwb.pkgbuild@0ac3694)' source code on 2019-09-09)
### by calling the function kwb.pkgbuild::use_travis()
### (file created at: 2019-09-09 09:15:29)
##############################################################################


language: r
sudo: required
before_install:
- sudo apt-get install libmagick++-dev
cache: packages
r_packages:
- remotes
Expand All @@ -18,4 +24,8 @@ matrix:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
skip_cleanup: 'true'
on:
branch:
- master
- dev
- r: oldrel
2 changes: 1 addition & 1 deletion index.Rmd → index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Website Based on Hugo Academic Theme.

## Installation

```{r echo = TRUE, eval = FALSE}
```r
#install.packages("remotes", repos = "https://cloud.r-project.org")
remotes::install_github("KWB-R/kwb.pubs")
```

0 comments on commit 979817c

Please sign in to comment.