Skip to content

Commit

Permalink
Merge pull request #7 from poissonconsulting/r3.4
Browse files Browse the repository at this point in the history
check works R 3.4 and later
  • Loading branch information
sebdalgarno authored Apr 7, 2020
2 parents cb2dc4f + 73ea5c6 commit 037afe6
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 037afe6

Please sign in to comment.