r-rmarkdown: add r-catools dependency (#9470)

This commit is contained in:
Justin Stanley 2018-10-18 15:15:01 -05:00 committed by Peter Scheibel
parent b1849f9c8b
commit 37056edb56

View file

@ -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:')