From 9a09d6aa8000ae469f5c2539b1c6fd456894048a Mon Sep 17 00:00:00 2001 From: mrustl Date: Mon, 9 Sep 2019 09:35:16 +0200 Subject: [PATCH] adapt to new pkgdown v1.4 workflow see: https://github.com/r-lib/pkgdown/issues/1136 and also deploy :book: from "dev" branch --- .Rbuildignore | 2 +- .travis.yml | 12 ++++++++++++ index.Rmd => index.md | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) rename index.Rmd => index.md (85%) diff --git a/.Rbuildignore b/.Rbuildignore index 264c269..88d9b36 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,7 +2,7 @@ ^_pkgdown\.yml$ ^docs$ ^.gitlab-ci\.yml$ -^.travis\.yml$ +^\.travis\.yml$ ^appveyor\.yml$ ^codecov\.yml$ ^README\.Rmd$ diff --git a/.travis.yml b/.travis.yml index 9890d75..dcaecdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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 diff --git a/index.Rmd b/index.md similarity index 85% rename from index.Rmd rename to index.md index dd2fcf8..f4ac704 100644 --- a/index.Rmd +++ b/index.md @@ -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) @@ -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") ```