Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
earnaud committed Dec 2, 2020
1 parent c63bdc2 commit 34ef248
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
Binary file modified .RData
Binary file not shown.
31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
language: r
env:
- CODECOV_TOKEN="9693b968-05d2-43bd-8eae-2db59d594127"
r_github_packages:
- EDIorg/EMLassemblyline
- ThinkR-open/tagsinput
- ropenscilabs/emldown
- earnaud/cedarr
- trestletech/shinyAce
warnings_are_errors: false
matrix:
include:
- os: linux
r: develaddons:
apt:
sources:
- sourceline: 'ppa:opencpu/jq'
packages:
- libcurl4-openssl-dev
- libxml2-dev
- libssl-dev
- libpoppler-cpp-dev
- librdf0-dev
- libv8-dev
- libjq-dev
- libudunits2-dev
script:
- R CMD build .
- travis_wait 30 R CMD check *tar.gz
after_success:
- travis_wait 30 Rscript -e 'library(covr); codecov()'
1 change: 1 addition & 0 deletions R/eal_1_SelectDP.R
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ SelectDP <- function(id,main.env) {
main.env$EAL$history <- main.env$save.variable$history
}

devmsg(main.env$save.variable$SelectDP$dp.data.path)
shinyjs::enable("dp_load")
})

Expand Down

0 comments on commit 34ef248

Please sign in to comment.