r-htmltable: package update (#7767)

* r-htmltable: package update

* r-htmltable: dependency fix

* r-htmltable: dependency fix #2

* r-htmltable: dependency fix #3
This commit is contained in:
Matteo Guglielmi 2018-04-17 14:26:37 +02:00 committed by Adam J. Stewart
parent b6d3feba20
commit 1c8df39024

View file

@ -35,13 +35,15 @@ class RHtmltable(RPackage):
compatible with HTML/'LaTeX'."""
homepage = "https://CRAN.R-project.org/package=htmlTable"
url = "https://cran.rstudio.com/src/contrib/htmlTable_1.9.tar.gz"
url = "https://cran.rstudio.com/src/contrib/htmlTable_1.11.2.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/htmlTable"
version('1.11.2', '473e6d486e7714f8dd7f16a31480c896')
version('1.9', '08c62c19e1ffe570e7d8fa57db5094b9')
depends_on('r-stringr', type=('build', 'run'))
depends_on('r-knitr', type=('build', 'run'))
depends_on('r-magrittr', type=('build', 'run'))
depends_on('r-knitr@1.6:', type=('build', 'run'))
depends_on('r-magrittr@1.5:', type=('build', 'run'))
depends_on('r-checkmate', type=('build', 'run'))
depends_on('r-htmlwidgets', type=('build', 'run'))
depends_on('r-rstudioapi@0.6:', type=('build', 'run'), when="@1.11.0:")