-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aaatravis.yml.txt
55 lines (48 loc) · 920 Bytes
/
aaatravis.yml.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
language: r
warnings_are_errors: false
cache: packages
sudo: required
branches:
only:
- master
r_packages:
- markdown
- devtools
- dplyr
- magrittr
- testthat
- rmarkdown
- knitr
- renv
- janitor
- jmv
- kableExtra
- magicfor
- pkgdown
r_github_packages:
- rstudio/distill
- easystats/report
- r-lib/covr
- ropenscilabs/icon
- DataWookie/feedeR
- haozhu233/kableExtra
- ropensci/RefManageR
before_script:
- Rscript -e 'print("before script")'
script:
- Rscript -e 'rmarkdown::render("Report.Rmd")'
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_PAT
on:
branch: master
local_dir: docs
target_branch: gh-pages
addons:
apt:
update: true
sources:
- sourceline: 'ppa:opencpu/imagemagick'
packages:
- libmagick++-dev