mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-modelr: auto updated to 0.1.9-1
This commit is contained in:
parent
62ae06bf94
commit
da8d1f4e63
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=modelr
|
||||
_pkgver=0.1.8
|
||||
_pkgver=0.1.9
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.1.8
|
||||
pkgrel=5
|
||||
pkgver=0.1.9
|
||||
pkgrel=1
|
||||
pkgdesc='Modelling Functions that Work with the Pipe'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -27,7 +27,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('825ba77d95d60cfb94920bec910872ca2ffe7790a44148b2992be2759cb361c4')
|
||||
sha256sums=('10e9fde89e4695bbab3de2490336f68805cc327807a809982231169963dfa9c9')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue