summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-mco/package.py
blob: 4769f3a87929996575204d3e2f311daaa2986b05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2019 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 RMco(RPackage):
    """Functions for multiple criteria optimization using genetic algorithms
       and related test problems"""

    homepage = "https://github.com/cran/mco"
    url      = "https://cran.r-project.org/src/contrib/mco_1.0-15.1.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/mco"

    version('1.0-15.1', '1768dea61d0561d71be2bbc6ac3dccfa')
    version('1.0-15', '0b444e085c59d919611224e86b5637f8')