mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-iso: auto updated to 0.0.21-1
This commit is contained in:
parent
6ccbc5a119
commit
06f98c1f32
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=Iso
|
_pkgname=Iso
|
||||||
_pkgver=0.0-18.1
|
_pkgver=0.0-21
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.0.18.1
|
pkgver=0.0.21
|
||||||
pkgrel=8
|
pkgrel=1
|
||||||
pkgdesc='Functions to Perform Isotonic Regression'
|
pkgdesc='Functions to Perform Isotonic Regression'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -16,7 +16,7 @@ makedepends=(
|
||||||
gcc-fortran
|
gcc-fortran
|
||||||
)
|
)
|
||||||
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=('2fa5f78a7603cbae94a5e38e791938596a053d48c609a7c120a19cbb7d93c66f')
|
sha256sums=('b6842ae1c7b629ebb63355f50bb2e5d96e5696fa59590807ac6028b6dce28fa6')
|
||||||
|
|
||||||
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