Skip to content

Commit

Permalink
v0.99.29 -- change from devtools::session_info() to sessioninfo::sess…
Browse files Browse the repository at this point in the history
…ion_info() as requested by Jim Hester now that r-lib/sessioninfo#14 has been resolved
  • Loading branch information
lcolladotor committed Sep 24, 2018
1 parent a457ba9 commit 0de3145
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: recount.bwtool
Title: Compute coverage matrices from recount quickly using bwtool
Version: 0.99.28
Date: 2018-03-05
Version: 0.99.29
Date: 2018-09-24
Authors@R: c(person("Leonardo", "Collado-Torres", role = c("aut", "cre"),
email = "[email protected]"))
Depends:
Expand Down
2 changes: 1 addition & 1 deletion inst/extdata/jhpce/merge_rse.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
library('SummarizedExperiment')
library('Hmisc')
library('devtools')
library('sessioninfo')

files_load <- function(f) {
message(paste(Sys.time(), 'loading file', f))
Expand Down
2 changes: 1 addition & 1 deletion inst/extdata/jhpce/single_rse.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ stopifnot(packageVersion('recount.bwtool') >= '0.99.15')
library('recount.bwtool')
library('recount')
library('BiocParallel')
library('devtools')
library('sessioninfo')
library('getopt')

## Specify parameters
Expand Down

0 comments on commit 0de3145

Please sign in to comment.