mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-effectsize: auto updated to 0.8.7-1
This commit is contained in:
parent
0c7d1088a9
commit
c7dae1dfca
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Hu Butui <hot123tea123@gmail.com>
|
# Maintainer: Hu Butui <hot123tea123@gmail.com>
|
||||||
|
|
||||||
_pkgname=effectsize
|
_pkgname=effectsize
|
||||||
_pkgver=0.8.6
|
_pkgver=0.8.7
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.8.6
|
pkgver=0.8.7
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc='Indices of Effect Size and Standardized Parameters'
|
pkgdesc='Indices of Effect Size and Standardized Parameters'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -41,7 +41,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
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=('d1ee2d6d912bae45e6110b8ab0bcc986bd69687fcd287c36dc628e708433b33d')
|
sha256sums=('624d47a3eb7167fbf693699419840fd1ffc0717b46c3d4bd975641bc2f508e1e')
|
||||||
|
|
||||||
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