File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77^\.RData$
88^\.Rproj\.user$
99^\.here$
10- ^.travis\.yml$
10+ ^\ .travis\.yml$
1111^.gitlab-ci\.yml$
1212^appveyor\.yml$
13- ^index\.Rmd $
13+ ^index\.md $
1414^README\.md$
1515^R/\.setup\.R
Original file line number Diff line number Diff line change 1+ # #############################################################################
2+ # ## Autogenerated with R package kwb.pkgbuild v0.1.1
3+ # ## (installed from 'Github (kwb-r/kwb.pkgbuild@0ac3694)' source code on 2019-09-06)
4+ # ## by calling the function kwb.pkgbuild::use_travis()
5+ # ## (file created at: 2019-09-09 10:34:55)
6+ # #############################################################################
7+
8+
19language : r
210sudo : required
311cache : packages
@@ -16,4 +24,8 @@ matrix:
1624 provider : script
1725 script : Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
1826 skip_cleanup : ' true'
27+ on :
28+ branch :
29+ - master
30+ - dev
1931 - r : oldrel
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Helper Functions For Analysing KWB Endnote Library
99
1010## Installation
1111
12- ``` {r echo = TRUE, eval = FALSE}
12+ ``` r
1313# install.packages("remotes", repos = "https://cloud.r-project.org")
1414remotes :: install_github(" KWB-R/kwb.endnote" )
1515```
You can’t perform that action at this time.
0 commit comments