summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-cubature/package.py
blob: 2701f470e4671e0ade323a18168ef0bc42d14bc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 RCubature(RPackage):
    """Adaptive multivariate integration over hypercubes"""

    homepage = "https://cran.r-project.org/package=cubature"
    url      = "https://cran.r-project.org/src/contrib/cubature_1.1-2.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/cubature"

    version('1.1-2', '5617e1d82baa803a3814d92461da45c9')