mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-pema: auto updated to 0.1.3-1
This commit is contained in:
parent
d819b1b90a
commit
9c874635c6
1 changed files with 3 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=pema
|
||||
_pkgver=0.1.2
|
||||
_pkgver=0.1.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.1.2
|
||||
pkgver=0.1.3
|
||||
pkgrel=1
|
||||
pkgdesc='Penalized Meta-Analysis'
|
||||
arch=('x86_64')
|
||||
|
@ -30,10 +30,9 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('0d3c2098dfd713cb0e6c198a8c18ce5b62fc576cae337bda8f92060a7a459c8f')
|
||||
sha256sums=('7ecacecaae13d0a15e1236fc4b641a4a897b066c18e11798d2277d8374c1bf7a')
|
||||
|
||||
build() {
|
||||
export MAKE="make -j2"
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue