Skip to content

Commit

Permalink
travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbergstrom authored and erikbergstrom committed Aug 2, 2019
1 parent d427ff1 commit 80b59cc
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .Rproj.user/3B95E4F6/pcs/workbench-pane.pper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"TabSet1" : 0,
"TabSet1" : 3,
"TabSet2" : 0,
"TabZoom" : {
}
Expand Down
6 changes: 3 additions & 3 deletions .Rproj.user/3B95E4F6/persistent-state
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build-last-errors="[]"
build-last-errors-base-dir="~/Desktop/lab_shared_code/SigProfilerPlottingR/"
build-last-outputs="[{\"output\":\"==> R CMD INSTALL --preclean --no-multiarch --with-keep.source SigProfilerPlottingR\\n\\n\",\"type\":0},{\"output\":\"* installing to library ‘/Users/ebergstr/Library/R/3.5/library’\\n\",\"type\":1},{\"output\":\"* installing *source* package ‘SigProfilerPlottingR’ ...\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** R\\n\",\"type\":1},{\"output\":\"** byte-compile and prepare package for lazy loading\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** help\\n\",\"type\":1},{\"output\":\"*** installing help indices\\n\",\"type\":1},{\"output\":\"** building package indices\\n\",\"type\":1},{\"output\":\"** testing if installed package can be loaded\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"* DONE (SigProfilerPlottingR)\\n\",\"type\":1},{\"output\":\"\",\"type\":1}]"
build-last-outputs="[{\"output\":\"==> R CMD INSTALL --preclean --no-multiarch --with-keep.source SigProfilerPlottingR\\n\\n\",\"type\":0},{\"output\":\"* installing to library ‘/Users/ebergstr/Library/R/3.5/library’\\n\",\"type\":1},{\"output\":\"* installing *source* package ‘SigProfilerPlottingR’ ...\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** R\\n\",\"type\":1},{\"output\":\"** byte-compile and prepare package for lazy loading\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** help\\n\",\"type\":1},{\"output\":\"*** installing help indices\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** building package indices\\n\",\"type\":1},{\"output\":\"** testing if installed package can be loaded\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"* DONE (SigProfilerPlottingR)\\n\",\"type\":1},{\"output\":\"\",\"type\":1}]"
compile_pdf_state="{\"errors\":[],\"output\":\"\",\"running\":false,\"tab_visible\":false,\"target_file\":\"\"}"
files.monitored-path=""
find-in-files-state="{\"handle\":\"\",\"input\":\"\",\"path\":\"\",\"regex\":true,\"results\":{\"file\":[],\"line\":[],\"lineValue\":[],\"matchOff\":[],\"matchOn\":[]},\"running\":false}"
imageDirtyState="1"
saveActionState="-1"
imageDirtyState="0"
saveActionState="0"
Empty file.
Empty file.
37 changes: 0 additions & 37 deletions .Rproj.user/3B95E4F6/sources/s-2C62769B/90BB4D12-contents

This file was deleted.

Empty file.
Empty file.
22 changes: 0 additions & 22 deletions .Rproj.user/3B95E4F6/sources/s-2C62769B/D00BFD16

This file was deleted.

46 changes: 0 additions & 46 deletions .Rproj.user/3B95E4F6/sources/s-2C62769B/D00BFD16-contents

This file was deleted.

Empty file.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: R

sudo: false
cache: packages
warnings_are_errors: false
r:
- release
- devel

0 comments on commit 80b59cc

Please sign in to comment.