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

    homepage = "https://cloud.r-project.org/package=stargazer"
    url      = "https://cloud.r-project.org/src/contrib/stargazer_5.2.2.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/stargazer"

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