summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-deoptim/package.py
blob: 7a4daac46b3f532248a8f73ba508122c4b523e3d (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 RDeoptim(RPackage):
    """Implements the differential evolution algorithm for global optimization
    of a real-valued function of a real-valued parameter vector."""

    homepage = "https://cran.r-project.org/package=DEoptim"
    url      = "https://cran.r-project.org/src/contrib/DEoptim_2.2-3.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/DEoptim"

    version('2.2-3', 'ed406e6790f8f1568aa9bec159f80326')