mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-matching: auto updated to 4.10.8-1
This commit is contained in:
parent
4216bedf67
commit
0c68f122dd
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=Matching
|
||||
_pkgver=4.10-4
|
||||
_pkgver=4.10-8
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=4.10.4
|
||||
pkgver=4.10.8
|
||||
pkgrel=1
|
||||
pkgdesc='Multivariate and Propensity Score Matching with Balance Optimization'
|
||||
arch=('x86_64')
|
||||
|
@ -18,7 +18,7 @@ optdepends=(
|
|||
r-rgenoud
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('7e0a388fc148ecea55320fb5633d102322bd26c4d851b6fa90a2ea6109664feb')
|
||||
sha256sums=('54412e2ddd1f5eeb189ffc653e4d3ead3e2f9c5c4fe516cfb1966abf69ada49a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue