summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Branham2018-06-01 10:33:19 -0500
committerAlex Branham2018-06-01 10:33:19 -0500
commit3e5782911c540340669e8edfd0ce8bbc3239948c (patch)
tree83e479a748d3a0e55af2d4954e784b2b341b8d8e /PKGBUILD
parentd4690c29eb7ead60f14e733efb3a60babc18dfd5 (diff)
downloadaur-3e5782911c540340669e8edfd0ce8bbc3239948c.tar.gz
Add optdeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2a1ceb6ed6e..c35bfd5a1c37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://cran.r-project.org/package=${_cranname}"
license=('GPL3')
depends=('r' 'r-ggplot2' 'r-stanheaders' 'r-inline' 'r-cran-gridextra' 'r-bh' 'r-stanheaders')
-optdepends=('r-bh' 'r-loo' 'r-shinystan' 'r-bayesplot' 'r-rstantools' 'r-rstudioapi' 'r-knitr')
+optdepends=('pandoc' 'r-bh' 'r-loo' 'r-shinystan' 'r-bayesplot' 'r-rstantools' 'r-rstudioapi' 'r-knitr')
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('942f119d1dd76a915374eb37f54cb9a4')