Skip to content

Commit

Permalink
v1.7.6 -- change from devtools::session_info() to sessioninfo::sessio…
Browse files Browse the repository at this point in the history
…n_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 50ea27f commit aeae299
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: recount
Title: Explore and download data from the recount project
Version: 1.7.5
Date: 2018-07-28
Version: 1.7.6
Date: 2018-09-24
Authors@R: c(person("Leonardo", "Collado-Torres", role = c("aut", "cre"),
email = "lcollado@jhu.edu"), person("Abhinav", "Nellore", role = "ctb",
email = "anellore@gmail.com"), person(c("Andrew", "E."), "Jaffe",
Expand Down Expand Up @@ -36,7 +36,7 @@ Suggests:
BiocManager,
BiocStyle (>= 2.5.19),
DESeq2,
devtools (>= 1.6),
sessioninfo,
EnsDb.Hsapiens.v79,
GenomicFeatures,
knitcitations,
Expand Down
6 changes: 3 additions & 3 deletions vignettes/recount-quickstart.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bib <- c(
BiocStyle = citation('BiocStyle'),
derfinder = citation('derfinder')[1],
DESeq2 = citation('DESeq2'),
devtools = citation('devtools'),
sessioninfo = citation('sessioninfo'),
downloader = citation('downloader'),
EnsDb.Hsapiens.v79 = citation('EnsDb.Hsapiens.v79'),
GEOquery = citation('GEOquery'),
Expand Down Expand Up @@ -791,7 +791,7 @@ The `r Biocpkg('recount')` package `r citep(bib[['recount']])` was made possible
* `r Biocpkg('BiocParallel')` `r citep(bib[['BiocParallel']])`
* `r Biocpkg('BiocStyle')` `r citep(bib[['BiocStyle']])`
* `r Biocpkg('derfinder')` `r citep(bib[['derfinder']])`
* `r CRANpkg('devtools')` `r citep(bib[['devtools']])`
* `r CRANpkg('sessioninfo')` `r citep(bib[['sessioninfo']])`
* `r CRANpkg('downloader')` `r citep(bib[['downloader']])`
* `r Biocpkg('EnsDb.Hsapiens.v79')` `r citep(bib[['EnsDb.Hsapiens.v79']])`
* `r Biocpkg('GEOquery')` `r citep(bib[['GEOquery']])`
Expand Down Expand Up @@ -846,7 +846,7 @@ round(totalTime, digits=3)

```{r reproduce3, echo=FALSE}
## Session info
library('devtools')
library('sessioninfo')
options(width = 120)
session_info()
```
Expand Down

0 comments on commit aeae299

Please sign in to comment.