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"
|
||||
license=('GPL-3.0-only')
|
||||
depends=(
|
||||
r-network
|
||||
r-robustbase
|
||||
r-coda
|
||||
r-trust
|
||||
|
@ -26,9 +27,6 @@ depends=(
|
|||
r-knitr
|
||||
r-stringr
|
||||
)
|
||||
makedepends=(
|
||||
r-network
|
||||
)
|
||||
optdepends=(
|
||||
r-latticeextra
|
||||
r-sna
|
||||
|
@ -36,9 +34,10 @@ optdepends=(
|
|||
r-testthat
|
||||
r-ergm.count
|
||||
r-withr
|
||||
r-covr
|
||||
r-rglpk
|
||||
r-slam
|
||||
r-networkLite
|
||||
r-networklite
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('a3f51a8588d2bcec0ba6339a76be2cd2')
|
||||
|
|
Loading…
Add table
Reference in a new issue