summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-praise/package.py
blob: be0785716bca2e9c81111ce1e8bd908a19b2a0d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 RPraise(RPackage):
    """Build friendly R packages that praise their users if they have done
    something good, or they just need it to feel better."""

    homepage = "https://github.com/gaborcsardi/praise"
    url      = "https://cran.r-project.org/src/contrib/praise_1.0.0.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/praise"

    version('1.0.0', '9318724cec0454884b5f762bee2da6a1')