thibautjombart/treescape

Package is failing Travis check

Closed this issue · 2 comments

I believe this is a temporary problem with Travis which seems to be unable to install phangorn. The package still passes the check locally and on win-builder.

I had a similar issue I think, due to a dependency in phangorn being now
missing.

Dr Thibaut Jombart
Lecturer, Department of Infectious Disease Epidemiology
Imperial College London
https://sites.google.com/site/thibautjombart/
Twitter: @thibautjombart https://twitter.com/thibautjombart?lang=en-gb

On 16 December 2015 at 15:32, Michelle Kendall notifications@github.com
wrote:

I believe this is a temporary problem with Travis which seems to be unable
to install phangorn. The package still passes the check locally and on
win-builder.


Reply to this email directly or view it on GitHub
#63.

Adding

r_binary_packages:
  - phangorn

to .travis.yml seems to have done the trick.