aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: cbc491a91616a1a3b29a388ac5b16f3ddb36b663 (plain) (blame)
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
language: r
r:
  - 4.1.0
addons:
  apt:
    packages:
      - gcc
      - libgit2-dev
      - libmpfr-dev
cache: packages
repos:
  CRAN: https://cloud.r-project.org
  https: https://jranke.github.io/drat
r_packages:
  - nlme
  - devtools
  - covr
  - vdiffr
env: GITHUB_PAT=
r_github_packages:
  - jranke/saemixextension@warp_combined
script:
  - R CMD build .
  - R CMD check --no-tests mkin_*.tar.gz
  - Rscript -e 'devtools::test()'
after_success:
  - Rscript -e 'covr::codecov()'

Contact - Imprint