mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-isingfit: auto updated to 0.4-1
This commit is contained in:
parent
de53e91649
commit
64cf45e575
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=IsingFit
|
||||
_pkgver=0.3.1
|
||||
_pkgver=0.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.1
|
||||
pkgrel=3
|
||||
pkgver=0.4
|
||||
pkgrel=1
|
||||
pkgdesc='Fitting Ising Models Using the ELasso Method'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -18,7 +18,7 @@ optdepends=(
|
|||
r-isingsampler
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('8741d65b63818c927819155f13a62d21f7d7f4942b9d218e6f93ce12eeff2ddf')
|
||||
sha256sums=('18ab6a8d366fc8d1c4ff8305419b97b28503820ffd84dbc2d3ec1012e550b7df')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue