summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-stargazer/package.py
blob: 9806d460e25f57cc8a3fa0d9dec597ecb0946e55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2022 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 RStargazer(RPackage):
    """Well-Formatted Regression and Summary Statistics Tables.

    Produces LaTeX code, HTML/CSS code and ASCII text for well-formatted tables
    that hold regression analysis results from several models side-by-side, as
    well as summary statistics."""

    cran = "stargazer"

    version('5.2.2', sha256='70eb4a13a6ac1bfb35af07cb8a63d501ad38dfd9817fc3fba6724260b23932de')