summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Branham2018-06-01 10:33:13 -0500
committerAlex Branham2018-06-01 10:33:13 -0500
commit1d0fbb2dde700b129cb96ebce9688a1250f91a2f (patch)
tree5069fafd1a6418abd0cd2bd6dc92cb42bfdf4eea /PKGBUILD
parent35784639ccadc6785bf816c703573e4a8c200e51 (diff)
downloadaur-1d0fbb2dde700b129cb96ebce9688a1250f91a2f.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 59fc9dae2221..a8a4c48328cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://cran.r-project.org/package=${_cranname}"
license=('GPL3')
depends=('r' 'r-knitr' 'r-yaml' 'r-htmltools' 'r-evaluate' 'r-base64enc' 'r-jsonlite' 'r-rprojroot' 'r-mime' 'r-stringr')
-optdepends=('r-tinytex' 'r-shiny' 'r-tufte' 'r-testthat' 'r-digest' 'r-tibble')
+optdepends=('pandoc' 'r-tinytex' 'r-shiny' 'r-tufte' 'r-testthat' 'r-digest' 'r-tibble')
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('c70c29545cc7af6c907a8dedec7aa7ce')