File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,13 @@ matrix:
9
9
- r : devel
10
10
- r : release
11
11
env : USE_VDIFFR=true
12
- r_github_packages :
13
- - lionel-/vdiffr
14
- - tidyverse/tidytemplate
15
- - r-lib/pkgdown
16
-
12
+ before_cache :
13
+ - Rscript -e 'remotes::install_cran("pkgdown")'
14
+ - Rscript -e 'remotes::install_github("tidyverse/tidytemplate")'
17
15
deploy :
18
16
provider : script
19
17
script : Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
20
18
skip_cleanup : true
21
-
22
19
- r : oldrel
23
20
- r : 3.2
24
21
env : R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ url: https://ggplot2.tidyverse.org
3
3
template :
4
4
package : tidytemplate
5
5
6
- # development:
7
- # mode: auto
6
+ development :
7
+ mode : auto
8
8
9
9
home :
10
10
strip_header : true
You can’t perform that action at this time.
0 commit comments