summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5269b2c105d2..3b059d2f51d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-ngsreports
pkgdesc = Load FastqQC reports and other NGS related files
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/ngsReports
arch = any
license = custom
@@ -16,11 +16,12 @@ pkgbase = r-ngsreports
depends = r-ggplot2
depends = r-lifecycle
depends = r-lubridate
- depends = r-patchwork
depends = r-pander
+ depends = r-patchwork
depends = r-plotly
depends = r-readr
depends = r-reshape2
+ depends = r-rlang
depends = r-rmarkdown
depends = r-scales
depends = r-stringr
diff --git a/PKGBUILD b/PKGBUILD
index b6300fd50dfe..473e367c65a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=ngsReports
_pkgver=2.0.1
pkgname=r-${_pkgname,,}
pkgver=2.0.1
-pkgrel=1
+pkgrel=3
pkgdesc='Load FastqQC reports and other NGS related files'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -21,11 +21,12 @@ depends=(
r-ggplot2
r-lifecycle
r-lubridate
- r-patchwork
r-pander
+ r-patchwork
r-plotly
r-readr
r-reshape2
+ r-rlang
r-rmarkdown
r-scales
r-stringr