r-mirt: fix depends

This commit is contained in:
Shun Wang 2025-01-07 14:17:25 +08:00 committed by GitHub
parent ea534b5d52
commit aa39df9d01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View file

@ -12,18 +12,17 @@ license=('GPL-3.0-or-later')
depends=( depends=(
r-gparotation r-gparotation
r-gridextra r-gridextra
r-matrix
r-rcpp r-rcpp
r-mgcv
r-vegan r-vegan
r-deriv r-deriv
r-splines
r-pbapply r-pbapply
r-dcurver r-dcurver
r-simdesign r-simdesign
) )
makedepends=(
r-rcpparmadillo
)
optdepends=( optdepends=(
r-boot
r-latticeextra r-latticeextra
r-directlabels r-directlabels
r-shiny r-shiny

View file

@ -7,10 +7,8 @@ repo_depends:
- r-gridextra - r-gridextra
- r-matrix - r-matrix
- r-rcpp - r-rcpp
- r-mgcv
- r-vegan - r-vegan
- r-deriv - r-deriv
- r-splines
- r-pbapply - r-pbapply
- r-dcurver - r-dcurver
- r-simdesign - r-simdesign