r-cftime: fix depends

This commit is contained in:
Shun Wang 2025-02-19 14:14:48 +08:00 committed by GitHub
parent e01da85962
commit f5966ad3d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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