summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 17:21:08 +0000
committerBioArchLinuxBot2022-11-26 17:21:08 +0000
commitd9d63826865408f3cb1655259722d45daab98b97 (patch)
treec2a330a3259e7f4e762c222f70f83f7108c41b6e /PKGBUILD
parented9ce3cda2cd7a386beaed7599e331853d492ec6 (diff)
downloadaur-d9d63826865408f3cb1655259722d45daab98b97.tar.gz
[lilac] updated to 1.4.2-3
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')