mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-precrec: auto updated to 0.14.2-1
This commit is contained in:
parent
d84bbc059b
commit
7f68ec4588
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=precrec
|
||||
_pkgver=0.14.1
|
||||
_pkgver=0.14.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.14.1
|
||||
pkgrel=3
|
||||
pkgver=0.14.2
|
||||
pkgrel=1
|
||||
pkgdesc='Calculate Accurate Precision-Recall and ROC (Receiver Operator Characteristics) Curves'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -27,7 +27,7 @@ optdepends=(
|
|||
r-vdiffr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a81be3001ad25ff8d2dfff29390a08008875e0b4e4a8e398e37f8d4b18c7fe12')
|
||||
sha256sums=('8293b01e1c4b9b66b905af51152c8e2c8411b25e3944c986b226ee736deb3b95')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue