Skip to content

Commit

Permalink
Resolve dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbing committed Apr 21, 2018
1 parent 1f8c68c commit 986db02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
language: R
sudo: required
cache: packages
r:
- oldrel
- release
- devel

before_install:
- sudo apt-get install -y libsndfile1-dev
- sudo apt-get install -y libfftw3-dev
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Description: Standardize the process of bringing various modes of output
raw data from primary accelerometer and inertial measurement unit files.
ActiGraph monitors are used to estimate physical activity outcomes via
body-worn sensors that measure (e.g.) acceleration or rotational velocity.
Depends: R (>= 2.10)
Depends: R (>= 3.1.0)
License: GPL-3 | file LICENSE
Imports: data.table (>= 1.10.4),
utils,
Expand Down

0 comments on commit 986db02

Please sign in to comment.