-
Notifications
You must be signed in to change notification settings - Fork 4
/
.travis.yml
56 lines (48 loc) · 855 Bytes
/
.travis.yml
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
56
language: R
cache: packages
sudo: true
dist: bionic
r:
- release
- devel
services:
- xvfb
env:
global:
- _R_CHECK_FORCE_SUGGESTS_=false
- _R_CHECK_DONTTEST_EXAMPLES_=false
r_packages:
- devtools
- covr
- shiny
- shinythemes
- shinydashboard
- shinyWidgets
- shinyBS
- shinyjs
- RColorBrewer
- tidyr
- dplyr
- openxlsx
- foreign
- haven
- readxl
- stringr
- stringi
- DT
- RODBC
- formattable
r_github_packages:
- lozalojo/mem
- tidyverse/ggplot2
- ropensci/plotly
branches:
only:
- master
- development
after_success:
- Rscript -e 'library(covr); codecov()'
before_install:
- export DISPLAY=:99.0
- sudo apt-get --yes --force-yes update -qq
- sudo apt-get install --yes libssl-dev libcurl4-openssl-dev libmagick++-dev mdbtools unixodbc-dev zip graphicsmagick imagemagick