File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # #############################################################################
2+ # ## Autogenerated with R package kwb.pkgbuild v0.0.0.9000
3+ # ## (installed from 'Github (kwb-r/kwb.pkgbuild@5ce7e12)' source code on 2019-03-14)
4+ # ## by calling the function kwb.pkgbuild::use_appveyor()
5+ # ## (file created at: 2019-03-14 21:28:44)
6+ # #############################################################################
7+
8+
9+
10+ # ## Configuration copied from:
11+ # ## https://raw.githubusercontent.com/tidyverse/readxl/5649e2643d25bb5b6353797fc48bbcbb0eb72f6d/appveyor.yml"
12+ # ## But in addition also use two environment variables:
13+ # ## - USE_RTools = true(for details see: https://github.com/KWB-R/kwb.pkgbuild/issues/37)
14+ # ## - R_REMOTES_STANDALONE = true (for details see: https://github.com/r-lib/remotes#standalone-mode, https://github.com/krlmlr/r-appveyor/issues/135)
15+
116# DO NOT CHANGE the "init" and "install" sections below
217
318# Download script file from GitHub
@@ -16,7 +31,11 @@ cache:
1631# Adapt as necessary starting from here
1732
1833environment :
34+ # ## Add RTools (for details see: https://github.com/KWB-R/kwb.pkgbuild/issues/37)
1935 USE_RTOOLS : true
36+ # ## Add R_REMOTES_STANDALONE(for details see: https://github.com/krlmlr/r-appveyor/issues/135
37+ # ## or https://github.com/r-lib/remotes#standalone-mode)
38+ R_REMOTES_STANDALONE : true
2039
2140build_script :
2241 - travis-tool.sh install_deps
You can’t perform that action at this time.
0 commit comments