summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 11 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b1dab793d20..164362315803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,27 +4,37 @@ _pkgname=heplots
_pkgver=1.4-2
pkgname=r-${_pkgname,,}
pkgver=1.4.2
-pkgrel=1
+pkgrel=3
pkgdesc='Visualizing Hypothesis Tests in Multivariate Linear Models'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
license=('GPL')
depends=(
r
+ r-broom
r-car
+ r-magrittr
+ r-purrr
+ r-tibble
)
optdepends=(
r-animation
+ r-bookdown
r-candisc
r-corrgram
+ r-dplyr
r-effects
+ r-ggplot2
r-gplots
+ r-knitr
r-lattice
r-mvinfluence
r-nlme
r-reshape
r-reshape2
r-rgl
+ r-rmarkdown
+ r-tidyr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('5d48d3971939fd54c756abffb90c913933d7531ae9ba9d4eeecc8f3e043fd3ce')