summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-htmltable/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-htmltable/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-htmltable/package.py20
1 files changed, 9 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/r-htmltable/package.py b/var/spack/repos/builtin/packages/r-htmltable/package.py
index 9ee0cdccfb..97efa3f16f 100644
--- a/var/spack/repos/builtin/packages/r-htmltable/package.py
+++ b/var/spack/repos/builtin/packages/r-htmltable/package.py
@@ -7,20 +7,18 @@ from spack import *
class RHtmltable(RPackage):
- """Advanced Tables for Markdown/HTML
+ """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
- such as 'MS Word' or 'LibreOffice'. The package also contains a
- few text formatting functions that help outputting text
- compatible with HTML/'LaTeX'."""
+ 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 such as 'MS Word' or 'LibreOffice'. The
+ package also contains a few text formatting functions that help outputting
+ text compatible with HTML/'LaTeX'."""
- homepage = "https://cloud.r-project.org/package=htmlTable"
- 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"
+ cran = "htmlTable"
+ version('2.4.0', sha256='4ca2b5616d77cfeee8ae5ca74307b86407d478b12d1ce17ba9c447e233b89a9d')
version('2.1.0', sha256='4049339b317cbec1c8c7930e2e36cf0fc8b002516092dd270bb794d8db02f0bf')
version('1.13.1', sha256='689f32b65da6a57ad500e8d9ef3309d346401dca277c6b264a46c8d7c75884d0')
version('1.11.2', sha256='64a273b1cdf07a7c57b9031315ca665f95d78e70b4320d020f64a139278877d1')