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