Skip to content

Commit 771d8b7

Browse files
committed
fix appveyor with kwb.pkgbuild::use_appveyor()
1 parent f7bbb80 commit 771d8b7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

appveyor.yml

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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:48:55)
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
@@ -15,6 +30,13 @@ cache:
1530

1631
# Adapt as necessary starting from here
1732

33+
environment:
34+
### Add RTools (for details see: https://github.com/KWB-R/kwb.pkgbuild/issues/37)
35+
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
39+
1840
build_script:
1941
- travis-tool.sh install_deps
2042

0 commit comments

Comments
 (0)