r-geomorph and other r fixes (#5961)

This commit is contained in:
Audrey Thoma
2017-10-28 13:13:38 -05:00
committed by Christoph Junghans
parent 57611397c9
commit f340333e6e
3 changed files with 53 additions and 0 deletions

View File

@@ -45,3 +45,4 @@ class RShiny(RPackage):
depends_on('r-digest', type=('build', 'run'))
depends_on('r-htmltools', type=('build', 'run'))
depends_on('r-r6', type=('build', 'run'))
depends_on('r-sourcetools', type=('build', 'run'))