r-ergm: fix depends

This commit is contained in:
Shun Wang 2025-01-08 14:25:43 +08:00 committed by GitHub
parent 24279fbb2d
commit 10c1e4dc8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ arch=('x86_64')
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=('GPL-3.0-only') license=('GPL-3.0-only')
depends=( depends=(
r-network
r-robustbase r-robustbase
r-coda r-coda
r-trust r-trust
@ -26,9 +27,6 @@ depends=(
r-knitr r-knitr
r-stringr r-stringr
) )
makedepends=(
r-network
)
optdepends=( optdepends=(
r-latticeextra r-latticeextra
r-sna r-sna
@ -36,9 +34,10 @@ optdepends=(
r-testthat r-testthat
r-ergm.count r-ergm.count
r-withr r-withr
r-covr
r-rglpk r-rglpk
r-slam r-slam
r-networkLite r-networklite
) )
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=('a3f51a8588d2bcec0ba6339a76be2cd2') md5sums=('a3f51a8588d2bcec0ba6339a76be2cd2')