summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-xtable/package.py
blob: 78a5833949aec735478371a372e4378af28b35ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class RXtable(RPackage):
    """Coerce data to LaTeX and HTML tables."""

    homepage = "http://xtable.r-forge.r-project.org/"
    url      = "https://cran.r-project.org/src/contrib/xtable_1.8-2.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/xtable"

    version('1.8-2', '239e4825cd046156a67efae3aac01d86')