mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-matching: auto updated to 4.10.4-1
This commit is contained in:
parent
8b53833355
commit
3b112d264b
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=Matching
|
_pkgname=Matching
|
||||||
_pkgver=4.10-2
|
_pkgver=4.10-4
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=4.10.2
|
pkgver=4.10.4
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc='Multivariate and Propensity Score Matching with Balance Optimization'
|
pkgdesc='Multivariate and Propensity Score Matching with Balance Optimization'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -18,7 +18,7 @@ optdepends=(
|
||||||
r-rgenoud
|
r-rgenoud
|
||||||
)
|
)
|
||||||
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=('1e75dc61553c1687b2b520dc52688409c2e84285e4b6c16c94d8d85fd5ccece0')
|
sha256sums=('7e0a388fc148ecea55320fb5633d102322bd26c4d851b6fa90a2ea6109664feb')
|
||||||
|
|
||||||
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