Skip to content

Commit

Permalink
add travis ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleMStevens committed Jun 10, 2021
1 parent 1be1ee1 commit 3dba046
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
sudo: false
cache: packages
warnings_are_errors: false
after_success:
- Rscript -e 'covr::codecov()'
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Imports:
patchwork (>= 1.1.1),
rstudioapi (>= 0.13),
parallel (>= 4.0.4),
extrafont
extrafont,
devtools
LazyData: true
BugReports: https://github.com/DanielleMStevens/permissR/issues
Date: 2021-06-09
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ conda install isescan

The on the R-console:
```R
install.packages('devtools')
library(devtools)

usethis::edit_r_profile()

# edit path to conda version of python. Anaconda should be located in your home or user directory.
Expand Down

0 comments on commit 3dba046

Please sign in to comment.