summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-optimx/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-optimx/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-optimx/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-optimx/package.py b/var/spack/repos/builtin/packages/r-optimx/package.py
index e32576d55e..f020b19fd0 100644
--- a/var/spack/repos/builtin/packages/r-optimx/package.py
+++ b/var/spack/repos/builtin/packages/r-optimx/package.py
@@ -7,7 +7,7 @@ from spack import *
class ROptimx(RPackage):
- """Expanded Replacement and Extension of the 'optim' Function:
+ """Expanded Replacement and Extension of the 'optim' Function.
Provides a replacement and extension of the optim() function to call to
several function minimization codes in R in a single statement. These
@@ -18,8 +18,9 @@ class ROptimx(RPackage):
Many methods previously separate are now included here. This is the version
for CRAN."""
- cran = "optimx"
+ cran = "optimx"
+ version('2021-10.12', sha256='39384c856b5efa3992cd230548b60eff936d428111ad6ad5b8fb98a3bcbb7943')
version('2020-4.2', sha256='6381c25c322287fc98ab1b2965d3f68c9a92c587c76aca1d33fd6428b2167101')
depends_on('r-numderiv', type=('build', 'run'))