summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-09 18:29:20 +0000
committerBioArchLinuxBot2023-02-09 18:29:20 +0000
commitb0c29d7a224ae7065bf60ec373f565a22533d663 (patch)
tree29032842ab1dbb240a795d550213dcdd3419fccb /PKGBUILD
parent6e86ad89575f6b90eda9a4c685dc29fbdae13ed0 (diff)
downloadaur-r-pbkrtest.tar.gz
[lilac] updated to 0.5.2-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be1865bf21dd..9fb025b4bbdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=pbkrtest
_pkgver=0.5.2
pkgname=r-${_pkgname,,}
pkgver=0.5.2
-pkgrel=1
+pkgrel=3
pkgdesc='Parametric Bootstrap, Kenward-Roger and Satterthwaite Based Methods for Test in Mixed Models'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -15,11 +15,12 @@ depends=(
r
r-broom
r-dplyr
- r-knitr
r-lme4
- r-magrittr
r-numderiv
)
+optdepends=(
+ r-knitr
+)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('8e79adf035a0fcf3c82145ad55847497379e009f7be880ba3007ebeb2e69b6e3')