summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-stargazer/package.py
blob: ef9126b1a1a496ce64196c5f1757a70ce9446a90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2024 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.package 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"

    license("GPL-2.0-or-later")

    version("5.2.3", sha256="208e9b48a11cf56ce142731c204f3d2bcb5b68719f84309a36362cd925414265")
    version("5.2.2", sha256="70eb4a13a6ac1bfb35af07cb8a63d501ad38dfd9817fc3fba6724260b23932de")