mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-stringmagic: fix tests
This commit is contained in:
parent
ecae3b0ec1
commit
79dbdba5b4
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
||||||
|
|
||||||
_pkgname=stringmagic
|
_pkgname=stringmagic
|
||||||
_pkgver=1.0.0
|
_pkgver=1.1.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
pkgdesc="Character String Operations and Interpolation, Magic Edition"
|
pkgdesc="Character String Operations and Interpolation, Magic Edition"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
|
@ -18,8 +18,8 @@ optdepends=(
|
||||||
r-rmarkdown
|
r-rmarkdown
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
md5sums=('fb2a47a42735f26602831e0ac3bf0997')
|
md5sums=('dc71f4f3d14034bf20fc380d32969c4c')
|
||||||
b2sums=('555816100b3c954a5792c13b659deb74b3567c480f15710b666217e3556ad086afcb1f8db020da406ba407a540ac74c0dcad269617553ecca91ead3c74371862')
|
b2sums=('62b7944777aafb6e12929f8c036ce5a4faa164b3e942e3e593dd71b4efff7fc197baa96a0e98a8cae63dcd43cfbb73e2c422b6b1f6a8a64d8a5bbc043dff9eb6')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
@ -28,7 +28,7 @@ build() {
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$_pkgname/tests"
|
cd "$_pkgname/tests"
|
||||||
R_LIBS="$srcdir/build" Rscript --vanilla stringmagick_tests.R
|
R_LIBS="$srcdir/build" Rscript --vanilla stringmagic_tests.R
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue