summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-locfit/package.py
blob: f08811d14bb25b94b093cad4b3e5220dc04464fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2018 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 RLocfit(RPackage):
    """Local regression, likelihood and density estimation."""

    homepage = "https://cran.rstudio.com/web/packages/locfit/index.html"
    url      = "https://cran.rstudio.com/src/contrib/locfit_1.5-9.1.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/locfit"

    version('1.5-9.1', '38af7791c9cda78e2804020e65ac7fb4')

    depends_on('r-lattice', type=('build', 'run'))