jaspmetaanalysis: add pkg depends

This commit is contained in:
Shun Wang 2024-12-19 02:58:20 +00:00 committed by sukanka
parent e66668ca3d
commit 3c5c4cdf16
2 changed files with 12 additions and 0 deletions

View file

@ -28,6 +28,12 @@ depends=(r
r-robma
r-metamisc
r-ggmcmc
r-clubsandwich
r-compquadform
r-sp
r-dfoptim
r-nleqslv
r-patchwork
)
groups=(r-jasp r-jaspextra)
source=("${_pkgname}_${_pkgver}.tar.gz::${url}/archive/refs/tags/v${_pkgver}.tar.gz")

View file

@ -21,6 +21,12 @@ repo_depends:
- r-robma
- r-metamisc
- r-ggmcmc
- r-clubSandwich
- r-CompQuadForm
- r-sp
- r-dfoptim
- r-nleqslv
- r-patchwork
pre_build: vcs_update
post_build_script: |
git_pkgbuild_commit()