mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-cftime: fix depends
This commit is contained in:
parent
e01da85962
commit
f5966ad3d5
1 changed files with 1 additions and 1 deletions
|
@ -11,12 +11,12 @@ url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=(
|
depends=(
|
||||||
r
|
r
|
||||||
|
r-r6
|
||||||
)
|
)
|
||||||
checkdepends=(
|
checkdepends=(
|
||||||
r-ncdf4
|
r-ncdf4
|
||||||
r-stringr
|
r-stringr
|
||||||
r-testthat
|
r-testthat
|
||||||
r-r6
|
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
r-knitr
|
r-knitr
|
||||||
|
|
Loading…
Add table
Reference in a new issue