r-shinymeta: fix checkdepends

This commit is contained in:
Pekka Ristola 2024-04-30 14:47:58 +03:00
parent 1f989cc34b
commit c2dc81c8d9
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ depends=(
checkdepends=( checkdepends=(
r-knitr r-knitr
r-rmarkdown r-rmarkdown
r-stringr
r-testthat r-testthat
) )
optdepends=( optdepends=(

View file

@ -14,6 +14,7 @@ repo_depends:
repo_makedepends: repo_makedepends:
- r-knitr - r-knitr
- r-rmarkdown - r-rmarkdown
- r-stringr
- r-testthat - r-testthat
update_on: update_on:
- source: rpkgs - source: rpkgs