summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-pspline/package.py
blob: 3d7fae83850f2d3038191cbebce5c9762ed645f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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.package import *


class RPspline(RPackage):
    """Penalized Smoothing Splines.

    Smoothing splines with penalties on order m derivatives."""

    cran = "pspline"

    version('1.0-19', sha256='ba55bf193f1df9785a0e13b7ef727d5fd2415b318cd6a26b48a2db490c4dfe40')
    version('1.0-18', sha256='f71cf293bd5462e510ac5ad16c4a96eda18891a0bfa6447dd881c65845e19ac7')

    depends_on('r@2.0.0:', type=('build', 'run'))