From 93e00c86f7571af665a9b9142e305bdfb78c1e9e Mon Sep 17 00:00:00 2001 From: "Gavin L. Simpson" Date: Wed, 7 Sep 2016 10:29:57 -0600 Subject: [PATCH] more travis config: cache packages and install packages that we xref in the Rd files *except* vegan3d as that might need more headers... --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.travis.yml b/.travis.yml index ae902e61..ca448027 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: r +cache: packages r: - release @@ -11,6 +12,19 @@ addons: packages: - qpdf +r_packages: + - ade4 + - cclust + - bipartite + - labdsv + - car + - ellipse + - smacof + - coda + - maptools + - ape + - picante + r_github_packages: - jimhester/covr