File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ addons:
11
11
- qpdf
12
12
13
13
env :
14
- - R_LIBS_USER=~/R/library NOT_CRAN=true
15
-
16
- cache :
17
- directories :
18
- $R_LIBS_USER
19
14
global :
15
+ - R_LIBS_USER=~/R/library NOT_CRAN=true
20
16
# plotly_api_key (for posting to plot.ly)
21
17
- secure : " UAETDsmeXkXm9eUpZa3JTm8/cv+jyLmArXE0TQD0yQNICFNPkGeNergoQmkesRqG+ifLu6V1lPXu1XlqQPdXY60clUHThDN+AjsBmcv9F170k6RtBSV8pIKL9fsW8t0v/maEet86qOSf3cNa5+gK8GjBH1pmLrN2rF9r7RhwUdg="
22
18
# GITHUB_PAT (for pushing to plotly-test-table)
23
19
- secure : " LHJONgWOo+98vNeFLI7LSJU3RtbMVszlI79GB8CcXmc2mlgM/UtZ5b6RnkNlhmg3Gj1/uObfm/rIybVTwuS1yNpeKv73+gsZOYhobVXiUGVxdRFG/mg5mbqwyWkkuofjPGFlMZCEMgHim37eZzgjSibwVH1LClRDsCoFMCgvgV0="
24
20
21
+ cache :
22
+ directories :
23
+ $R_LIBS_USER
24
+
25
25
before_script :
26
26
- mkdir -p "$R_LIBS_USER"
27
27
- echo "Sys.setenv('plotly_username' = 'RTestBot3000')" > ~/.Rprofile
@@ -30,10 +30,6 @@ before_script:
30
30
- Rscript -e 'if (length(find.package("devtools", quiet = TRUE)) == 0L) { install.packages("devtools", repos = "http://cran.rstudio.com") }'
31
31
- Rscript -e 'library(devtools);update_packages("devtools", repos = "http://cran.rstudio.com")'
32
32
- Rscript -e 'library(devtools);install_deps(repos = "http://cran.rstudio.com", dependencies = TRUE)'
33
- # for debugging
34
- - Rscript -e 'devtools::install()'
35
- - Rscript -e 'plotly:::verify("username")'
36
- - Rscript -e 'plotly:::verify("api_key")'
37
33
38
34
script :
39
35
- Rscript -e 'devtools::check()'
You can’t perform that action at this time.
0 commit comments