summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Branham2018-06-01 10:33:07 -0500
committerAlex Branham2018-06-01 10:33:07 -0500
commit360be8a50059acf4779169d9976d20ebf8f83144 (patch)
treef46ae1901b94bd9e465a52a5dd9d04dd44a49a25 /PKGBUILD
parent7c474f9acbcd013990b03f592df0ff985436bc18 (diff)
downloadaur-360be8a50059acf4779169d9976d20ebf8f83144.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 96ee1035568f..1d77bbeb2ab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://cran.r-project.org/package=${_cranname}"
license=('GPL')
depends=('r' 'r-htmlwidgets' 'r-htmltools' 'r-knitr' 'r-jsonlite' 'r-shiny' 'r-magrittr' 'r-crosstalk' 'r-manipulatewidget')
-optdepends=('r-rmarkdown' 'r-deldir' 'r-orientlib' 'r-misc3d' 'r-rstudioapi' 'r-magick')
+optdepends=('pandoc' 'r-rmarkdown' 'r-deldir' 'r-orientlib' 'r-misc3d' 'r-rstudioapi' 'r-magick')
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('85b15452c982b11c3e001121e68cbf88')