mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ergm: fix depends
This commit is contained in:
parent
24279fbb2d
commit
10c1e4dc8a
1 changed files with 3 additions and 4 deletions
|
@ -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')
|
||||||
|
|
Loading…
Add table
Reference in a new issue