forked from crsh/papaja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (35 loc) · 873 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
language: R
r:
- oldrel
- release
- devel
pandoc_version: 2.3.1
cache: packages
# Be strict when checking our package
warnings_are_errors: true
# Suggested packages needed to run tests
r_packages:
- car
- afex
- lsmeans
- multcomp
- MBESS
- ggplot2
- dplyr
- downloader
- testthat
- BayesFactor
- latex2exp
- covr
# Install other dependencies # longtable lscape tabularx
before_install:
- tlmgr install apa6 booktabs caption csquotes endfloat environ etoolbox fancyhdr fancyvrb framed lineno microtype mptopdf ms parskip pgf sttools threeparttable threeparttablex trimspaces txfonts upquote url was xcolor
after_success:
- Rscript -e 'covr::codecov()'
addons:
apt:
packages:
- lmodern
# - libgsl0ldbl # GNU scientific library for MBESS
- libgsl-dev # GNU scientific library for MBESS
- libnlopt-dev # nloptr