mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-effectsize: auto updated to 0.8.2-1
This commit is contained in:
parent
6e3e1fb437
commit
f97aa9df28
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Hu Butui <hot123tea123@gmail.com>
|
# Maintainer: Hu Butui <hot123tea123@gmail.com>
|
||||||
|
|
||||||
_pkgname=effectsize
|
_pkgname=effectsize
|
||||||
_pkgver=0.8.1
|
_pkgver=0.8.2
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.8.1
|
pkgver=0.8.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Indices of Effect Size and Standardized Parameters'
|
pkgdesc='Indices of Effect Size and Standardized Parameters'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -51,7 +51,7 @@ optdepends=(
|
||||||
r-tidyr
|
r-tidyr
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('065c4dc5e3e4b2fdb9061486238fe2d6a79fa7e3e665fff42f8a1772f19c8465')
|
sha256sums=('6ce2b2abb16cf918fd9429e54d6688388ef9b9e543a051da38ad9236efde73c5')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue