mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
jasp: bump pkgrel & fix url
This commit is contained in:
parent
237b60f3da
commit
20026e2ef9
34 changed files with 98 additions and 98 deletions
|
@ -4,7 +4,7 @@ _pkgname=jasp
|
|||
_pkgver=0.16.2
|
||||
pkgname=jasp-desktop
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A complete statistical package for both Bayesian and Frequentist statistical methods"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/jasp-stats/jasp-desktop"
|
||||
|
@ -82,7 +82,7 @@ prepare(){
|
|||
patch --strip=1 < ../${_pkgname}.patch
|
||||
cp -rf $srcdir/jaspColumnEncoder/* Common/jaspColumnEncoder
|
||||
cp -rf $srcdir/jaspResults/* R-Interface/jaspResults
|
||||
|
||||
|
||||
find Tools/CMake -name *.cmake -print0 | xargs -0 sed -i "s|/usr/local|/usr|g"
|
||||
}
|
||||
|
||||
|
@ -93,8 +93,8 @@ build(){
|
|||
cmake -S . -B build -DCUSTOM_R_PATH=/usr/lib/R -DLINUX_LOCAL_BUILD=OFF -DINSTALL_R_MODULES=OFF \
|
||||
-DUSE_LOCAL_R_LIBS_PATH=",lib=\"${srcdir}/usr/lib/R\"" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/lib/${pkgname} -DCMAKE_INSTALL_LIBDIR=lib
|
||||
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/lib/${pkgname} -DCMAKE_INSTALL_LIBDIR=lib
|
||||
|
||||
cmake --build build -- -j 5
|
||||
}
|
||||
|
||||
|
@ -110,13 +110,13 @@ package() {
|
|||
|
||||
rm -rf lib64
|
||||
rm -rf Modules/{renv-cache,*.log}
|
||||
|
||||
|
||||
|
||||
# fix RPATH
|
||||
patchelf --add-rpath /usr/lib/R/library/RInside/lib/ \
|
||||
${pkgdir}/usr/lib/jasp-desktop/bin/JASPEngine
|
||||
sed -i "s|^Exec.*|Exec=jasp %f|g" \
|
||||
${pkgdir}/usr/share/applications/org.jaspstats.JASP.desktop
|
||||
|
||||
|
||||
rm -rf ${pkgdir}/usr/lib/jasp-desktop/{renv-root,renv-cache}
|
||||
}
|
||||
|
|
|
@ -3,15 +3,15 @@ _pkgname=bstats
|
|||
_pkgver=0.0.0.9002
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Bayesian statistics"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/AlexanderLyNL/${_pkgname}"
|
||||
license=('LGPL3')
|
||||
depends=(r
|
||||
r-hypergeo
|
||||
r-hypergeo
|
||||
r-purrr
|
||||
r-suppdists
|
||||
r-suppdists
|
||||
)
|
||||
makedepends=(git)
|
||||
optdepends=()
|
||||
|
|
|
@ -3,7 +3,7 @@ _pkgname=conting
|
|||
_pkgver=1.7.9999
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Bayesian Analysis of Contingency Tables"
|
||||
arch=('any')
|
||||
url="https://github.com/vandenman/${_pkgname}"
|
||||
|
|
|
@ -3,7 +3,7 @@ _pkgname=flexplot
|
|||
_pkgver=0.13.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Graphically Based Data Analysis"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/dustinfife/${_pkgname}"
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspAnova
|
|||
_pkgver=0.15
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="ANOVA Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-afex
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspAudit
|
|||
_pkgver=0.16.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Audit Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-bstats
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspBain
|
|||
_pkgver=0.16.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Bain Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL3')
|
||||
depends=(r
|
||||
r-bain
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspBase
|
|||
_pkgver=0.15
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Package contains the JASP Bayesian and Frequentist analyses."
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
'r-ggplot2'
|
||||
|
@ -14,25 +14,25 @@ depends=(r
|
|||
'r-gridgraphics'
|
||||
'r-jsonlite'
|
||||
'r-modules'
|
||||
'r-officer'
|
||||
'r-officer'
|
||||
'r-pkgbuild'
|
||||
'r-plyr'
|
||||
'r-qgraph'
|
||||
'r-ragg'
|
||||
'r-r6'
|
||||
'r-plyr'
|
||||
'r-qgraph'
|
||||
'r-ragg'
|
||||
'r-r6'
|
||||
'r-renv'
|
||||
'r-rjson'
|
||||
'r-rvg'
|
||||
'r-svglite'
|
||||
'r-rjson'
|
||||
'r-rvg'
|
||||
'r-svglite'
|
||||
'r-systemfonts'
|
||||
'r-withr'
|
||||
'r-withr'
|
||||
'r-testthat'
|
||||
'r-data.table'
|
||||
'r-httr'
|
||||
'r-data.table'
|
||||
'r-httr'
|
||||
'r-lifecycle'
|
||||
'r-pkgload'
|
||||
'r-remotes'
|
||||
'r-stringi'
|
||||
'r-pkgload'
|
||||
'r-remotes'
|
||||
'r-stringi'
|
||||
'r-stringr'
|
||||
'r-vdiffr'
|
||||
)
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspBsts
|
|||
_pkgver=0.1.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Bsts Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-jaspbase
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspCircular
|
|||
_pkgver=0.15
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="CircularStatistics Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-jaspbase
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspCochrane
|
|||
_pkgver=0.15.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Cochrane Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-jaspbase
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspDescriptives
|
|||
_pkgver=0.15.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Descriptives Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
'r-ggplot2'
|
||||
|
@ -26,7 +26,7 @@ build() {
|
|||
mkdir -p ${srcdir}/usr/lib/R/library
|
||||
R -e "install.packages('${srcdir}/${_pkgname}',\
|
||||
type='source', repos=NULL,lib='${srcdir}/usr/lib/R/library', INSTALL_opts='--no-multiarch --no-docs --no-test-load')"
|
||||
|
||||
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspDistributions
|
|||
_pkgver=0.3.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Distributions Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-car
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspEquivalenceTTests
|
|||
_pkgver=0.15.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Equivalence T-Tests Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-bayesfactor
|
||||
|
@ -14,7 +14,7 @@ depends=(r
|
|||
r-jaspbase
|
||||
r-jaspgraphs
|
||||
r-metabma
|
||||
r-toster
|
||||
r-toster
|
||||
r-jaspttests
|
||||
)
|
||||
groups=(r-jasp r-jaspextra)
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspFactor
|
|||
_pkgver=0.15.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Factor Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-ggplot2
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspFrequencies
|
|||
_pkgver=0.15.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Frequencies Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-abtest
|
||||
|
|
|
@ -3,13 +3,13 @@ _pkgname=jaspGraphs
|
|||
_pkgver=0.5.2.13
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Custom Graphs for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
'r-jsonlite'
|
||||
'r-jsonlite'
|
||||
'r-lifecycle'
|
||||
'r-ggplot2'
|
||||
'r-gridextra'
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspJags
|
|||
_pkgver=0.15
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="JAGS Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-coda
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspLearnBayes
|
|||
_pkgver=0.15
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Learn Bayes Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-extradistr
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspMachineLearning
|
|||
_pkgver=0.16.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc=" Machine Learning Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-auc
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspMetaAnalysis
|
|||
_pkgver=0.15
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Meta-Analysis Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-dplyr
|
||||
|
|
|
@ -3,14 +3,14 @@ _pkgname=jaspMixedModels
|
|||
_pkgver=0.15.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Mixed Models Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-afex
|
||||
r-emmeans
|
||||
r-afex
|
||||
r-emmeans
|
||||
r-ggplot2
|
||||
r-ggpol
|
||||
r-jaspbase
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspNetwork
|
|||
_pkgver=0.15
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Network Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-bootnet
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspProcessControl
|
|||
_pkgver=0.16
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Quality Control Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-doe.base
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspProphet
|
|||
_pkgver=0.13.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Prophet Module (Beta) for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-ggplot2
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspRegression
|
|||
_pkgver=0.15
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Regression Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-bas
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspReliability
|
|||
_pkgver=0.16.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Reliability Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-bayesrel
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspResults
|
|||
_pkgver=1.16
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Easy results for your JASP analysis"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
'r-rcpp'
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspSem
|
|||
_pkgver=0.15.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="SEM Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-forcats
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspSummaryStatistics
|
|||
_pkgver=0.15
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Summary Statistics Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-bayesfactor
|
||||
|
|
|
@ -3,23 +3,23 @@ _pkgname=jaspTools
|
|||
_pkgver=1.5.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Helps preview and debug JASP analyses"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
'r-jsonlite'
|
||||
'r-jsonlite'
|
||||
'r-pkgbuild'
|
||||
'r-rjson'
|
||||
'r-rvg'
|
||||
'r-rjson'
|
||||
'r-rvg'
|
||||
'r-testthat'
|
||||
'r-data.table'
|
||||
'r-httr'
|
||||
'r-data.table'
|
||||
'r-httr'
|
||||
'r-lifecycle'
|
||||
'r-pkgload'
|
||||
'r-remotes'
|
||||
'r-stringi'
|
||||
'r-pkgload'
|
||||
'r-remotes'
|
||||
'r-stringi'
|
||||
'r-stringr'
|
||||
'r-vdiffr'
|
||||
)
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspTTests
|
|||
_pkgver=0.15.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="T-Tests Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-bayesfactor
|
||||
|
|
|
@ -3,10 +3,10 @@ _pkgname=jaspVisualModeling
|
|||
_pkgver=0.15
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Visual Modeling Module for JASP"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
url="https://github.com/jasp-stats/${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(r
|
||||
r-flexplot
|
||||
|
|
|
@ -3,7 +3,7 @@ _pkgname=stanova
|
|||
_pkgver=0.3-0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Bayesian Models with Categorical Variables"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/bayesstuff/${_pkgname}"
|
||||
|
@ -16,7 +16,7 @@ depends=(r
|
|||
)
|
||||
makedepends=(git)
|
||||
optdepends=(
|
||||
r-testthat
|
||||
r-testthat
|
||||
r-rstanarm
|
||||
r-brms
|
||||
r-memss
|
||||
|
|
Loading…
Add table
Reference in a new issue