summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-mco/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-mco/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-mco/package.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/r-mco/package.py b/var/spack/repos/builtin/packages/r-mco/package.py
index ec591cd8e6..4e20993e58 100644
--- a/var/spack/repos/builtin/packages/r-mco/package.py
+++ b/var/spack/repos/builtin/packages/r-mco/package.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Copyright 2013-2021 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)
@@ -7,13 +7,17 @@ from spack import *
class RMco(RPackage):
- """Functions for multiple criteria optimization using genetic algorithms
- and related test problems"""
+ """Multiple Criteria Optimization Algorithms and Related Functions
+
+ A collection of function to solve multiple criteria optimization problems
+ using genetic algorithms (NSGA-II). Also included is a collection of test
+ functions."""
homepage = "https://github.com/cran/mco"
url = "https://cloud.r-project.org/src/contrib/mco_1.0-15.1.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/mco"
+ version('1.15.6', sha256='17ebe279cb9c89b7cd8054ac50d3b657d2b10dadbc584b88da7e79c3a9680582')
version('1.0-15.1', sha256='3c13ebc8c1f1bfa18f3f95b3998c57fde5259876e92456b6c6d4c59bef07c193')
version('1.0-15', sha256='a25e3effbb6dcae735fdbd6c0bfc775e9fbbcc00dc00076b69c53fe250627055')