Skip to content

Commit

Permalink
adapt to new pkgdown v1.4 workflow
Browse files Browse the repository at this point in the history
see: r-lib/pkgdown#1136

and also deploy 📖 from "dev" branch
  • Loading branch information
mrustl committed Sep 9, 2019
1 parent 8458473 commit 9a09d6a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
^_pkgdown\.yml$
^docs$
^.gitlab-ci\.yml$
^.travis\.yml$
^\.travis\.yml$
^appveyor\.yml$
^codecov\.yml$
^README\.Rmd$
Expand Down
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
##############################################################################
### Autogenerated with R package kwb.pkgbuild v0.1.1
### (installed from 'Github (kwb-r/kwb.pkgbuild@0ac3694)' source code on 2019-09-06)
### by calling the function kwb.pkgbuild::use_travis()
### (file created at: 2019-09-09 09:33:45)
##############################################################################


language: r
sudo: required
cache: packages
Expand All @@ -16,4 +24,8 @@ matrix:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
skip_cleanup: 'true'
on:
branch:
- master
- dev
- r: oldrel
4 changes: 2 additions & 2 deletions index.Rmd → index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Appveyor build Status](https://ci.appveyor.com/api/projects/status/github/KWB-R/kwb.readxl?branch=master&svg=true)](https://ci.appveyor.com/project/KWB-R/kwb-readxl/branch/master)
[![Appveyor build Status](https://ci.appveyor.com/api/projects/status/0kvpqifpqdus2rs8/branch/master?svg=true)](https://ci.appveyor.com/project/KWB-R/kwb-readxl/branch/master)
[![Travis build Status](https://travis-ci.org/KWB-R/kwb.readxl.svg?branch=master)](https://travis-ci.org/KWB-R/kwb.readxl)
[![codecov](https://codecov.io/github/KWB-R/kwb.readxl/branch/master/graphs/badge.svg)](https://codecov.io/github/KWB-R/kwb.readxl)
[![Project Status](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
Expand All @@ -8,7 +8,7 @@ This package is based on the package readxl. It provides functions that read all

## Installation

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

0 comments on commit 9a09d6a

Please sign in to comment.