r-prettydoc: fix dependency (#27791)

The markdown dependency is `r-rmarkdown` rather than `r-markdown`.
This commit is contained in:
Glenn Johnson 2021-12-06 10:13:44 -06:00 committed by GitHub
parent 30007f7897
commit 37a4c0ff59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,5 +19,5 @@ class RPrettydoc(RPackage):
version('0.4.1', sha256='1094a69b026238d149435472b4f41c75151c7370a1be6c6332147c88ad4c4829') version('0.4.1', sha256='1094a69b026238d149435472b4f41c75151c7370a1be6c6332147c88ad4c4829')
depends_on('r-markdown@1.17:', type=('build', 'run')) depends_on('r-rmarkdown@1.17:', type=('build', 'run'))
depends_on('pandoc@1.12.3:', type='build') depends_on('pandoc@1.12.3:', type='build')