mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-isingsampler: auto updated to 0.2.3-1
This commit is contained in:
parent
eaa9e8cc68
commit
d056664faf
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=IsingSampler
|
||||
_pkgver=0.2.1
|
||||
_pkgver=0.2.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.2.1
|
||||
pkgrel=6
|
||||
pkgver=0.2.3
|
||||
pkgrel=1
|
||||
pkgdesc='Sampling Methods and Distribution Functions for the Ising Model'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -17,7 +17,7 @@ depends=(
|
|||
r-rcpp
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('fb9d1c851941d74d218ae5be6d45ea3e9c228c938ef9cdfd34de9535cadc44b3')
|
||||
sha256sums=('7d6f146d79e6b1b36338df03e13547efd14146946cf490045df8c2b663a2bda4')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue