r-rmarkdown: add r-catools dependency (#9470)
This commit is contained in:
parent
b1849f9c8b
commit
37056edb56
1 changed files with 1 additions and 0 deletions
|
@ -26,4 +26,5 @@ class RRmarkdown(RPackage):
|
|||
depends_on('r-rprojroot', type=('build', 'run'))
|
||||
depends_on('r-mime', type=('build', 'run'))
|
||||
depends_on('r-stringr@1.2.0:', type=('build', 'run'))
|
||||
depends_on('r-catools', type=('build', 'run'))
|
||||
depends_on('r@3.0:')
|
||||
|
|
Loading…
Reference in a new issue