Skip to content

Commit

Permalink
Use pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelasq committed Jul 22, 2018
1 parent f31692d commit a73b2b2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
.Ruserdata
docs/*
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,14 @@ r:
- devel

after_success:
- Rscript -e 'pkgdown::build_site()'
- Rscript -e 'covr::codecov()'

deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_PAT
keep-history: true
local-dir: docs
on:
branch: master
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Imports:
tidyr
Suggests:
covr,
pkgdown,
testthat
ByteCompile: true
Encoding: UTF-8
Expand Down

0 comments on commit a73b2b2

Please sign in to comment.