add version 2.1.0 to r-htmltable (#21046)

This commit is contained in:
Glenn Johnson 2021-01-17 13:30:01 -06:00 committed by GitHub
parent 44c58ad727
commit e4f9c5d213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,9 @@
class RHtmltable(RPackage):
"""Tables with state-of-the-art layout elements such as row
"""Advanced Tables for Markdown/HTML
Tables with state-of-the-art layout elements such as row
spanners, column spanners, table spanners, zebra striping, and
more. While allowing advanced layout, the underlying css-structure
is simple in order to maximize compatibility with word processors
@ -19,6 +21,7 @@ class RHtmltable(RPackage):
url = "https://cloud.r-project.org/src/contrib/htmlTable_1.11.2.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/htmlTable"
version('2.1.0', sha256='4049339b317cbec1c8c7930e2e36cf0fc8b002516092dd270bb794d8db02f0bf')
version('1.13.1', sha256='689f32b65da6a57ad500e8d9ef3309d346401dca277c6b264a46c8d7c75884d0')
version('1.11.2', sha256='64a273b1cdf07a7c57b9031315ca665f95d78e70b4320d020f64a139278877d1')
version('1.9', sha256='5b487a7f33af77db7d987bf61f3ef2ba18bb629fe7b9802409f8b3485c603132')