summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-dicekriging/package.py
blob: 6dcfddda69d97a40390d38fda863be1c9d71f79f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 RDicekriging(RPackage):
    """Estimation, validation and prediction of kriging models. Important
       functions : km, print.km, plot.km, predict.km."""

    homepage = "http://dice.emse.fr/"
    url      = "https://cran.r-project.org/src/contrib/DiceKriging_1.5.5.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/DiceKriging"

    version('1.5.5', 'ee3e2d7a91d4a712467ef4f0b69c2844')