r-stargazer: new package at 5.2.2

This commit is contained in:
codeandkey 2020-02-07 14:28:47 -06:00 committed by Peter Scheibel
parent d1d5f5f9e7
commit 3a3a58a106

View file

@ -0,0 +1,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')