Skip to content

Commit

Permalink
check works R 3.4 and later
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Apr 1, 2020
1 parent c0cb6f4 commit 73ea5c6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
sudo: false
cache: packages

r:
- devel
- release
- oldrel
- 3.5
- 3.4

after_success:
- Rscript -e 'covr::codecov()'

notifications:
email: false
slack:
rooms:
- poissonconsulting:BKjfn7jsVh8zXTu2rq7BEQEb
on_success: change
on_failure: change
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Authors@R: c(
Description: Generate a palette of tints, shades or both from a single colour.
URL: https://github.com/poissonconsulting/tinter
BugReports: https://github.com/poissonconsulting/tinter/issues
Depends:
R (>= 3.4)
Imports:
chk,
grDevices
Expand Down

0 comments on commit 73ea5c6

Please sign in to comment.