mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-dixontest: auto updated to 1.0.3-1
This commit is contained in:
parent
4f1c723dc2
commit
36ae3c338e
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
_pkgname=dixonTest
|
||||
_pkgver=1.0.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgver=1.0.3
|
||||
pkgrel=1
|
||||
pkgdesc="Dixon's Ratio Test for Outlier Detection"
|
||||
arch=('x86_64')
|
||||
|
@ -16,7 +16,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a')
|
||||
sha256sums=('9b8711bed5e469ef4987f3ea63a897c4b7104b8e112c51a1046be5f2c0607ea8')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue