mablab / sftrack

sftrack: Modern classes for tracking and movement data
https://mablab.org/sftrack/
Other
53 stars 2 forks source link

Travis problem installing gsl on linux #34

Closed birderboone closed 4 years ago

birderboone commented 4 years ago

On dev branch travis is now failing on installing gsl, which is probably from adding amt and tracker to suggests. Internet suggest we may need to add some imports so travis can pass. But I havent looked into it thoroughly. This is likely a travis only issue and not a cran check issue as cran checks didnt seem to have this problem for me

pratikunterwegs commented 4 years ago

Hi, sorry to jump in, I get new issue alerts. I guess you could solve it by adding libgsl-dev under apt packages, should help the gsl package install. Hope it helps, apologies otherwise!

basille commented 4 years ago

Thanks @pratikunterwegs for jumping in! I have added libgsl-dev as you suggested… and that seemed to do the trick. Thanks a bunch for stopping by and helping us here!

For the record: https://travis-ci.org/github/mablab/sftrack/builds/737126933

pratikunterwegs commented 4 years ago

Happy to help :)