Skip to content

Commit e7954ae

Browse files
authored
Merge pull request #24 from NICHD-BSPC/suggest_pkgs
- Add pkgs to Suggests
2 parents 0c658f3 + 8462455 commit e7954ae

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

DESCRIPTION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: carnation
22
Title: Shiny App to Explore RNA-Seq Analysis
3-
Version: 0.99.7
3+
Version: 0.99.8
44
Authors@R:
55
c(
66
person("Apratim", "Mitra", , "apratim.mitra@nih.gov",
@@ -62,9 +62,11 @@ Imports:
6262
Suggests:
6363
airway,
6464
BiocStyle,
65+
DEGreport,
66+
GenomicFeatures,
67+
goseq,
6568
knitr,
6669
org.Hs.eg.db,
67-
DEGreport,
6870
rmarkdown,
6971
testthat
7072
VignetteBuilder: knitr

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# carnation
22

3+
## v0.99.8
4+
5+
- Add packages to `Suggests::` to address build issues.
6+
37
## v0.99.7
48

59
- Add unit tests

0 commit comments

Comments
 (0)