summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorlingnanyuan <1297162327@qq.com>2017-10-31 17:17:53 -0500
committerChristoph Junghans <christoph.junghans@gmail.com>2017-10-31 16:17:53 -0600
commitaa1808c9a13894751953c8a1c816c89861e514d1 (patch)
tree820e7b5d7ed7aa00164f1e732c666acc0ec94a7c /var
parent6af19477effb1190182faf6d04bbd186e2f512e7 (diff)
downloadspack-aa1808c9a13894751953c8a1c816c89861e514d1.tar.gz
spack-aa1808c9a13894751953c8a1c816c89861e514d1.tar.bz2
spack-aa1808c9a13894751953c8a1c816c89861e514d1.tar.xz
spack-aa1808c9a13894751953c8a1c816c89861e514d1.zip
r-iso: Create new package. (#6061)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-iso/package.py36
1 files changed, 36 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-iso/package.py b/var/spack/repos/builtin/packages/r-iso/package.py
new file mode 100644
index 0000000000..8b364e7a2d
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-iso/package.py
@@ -0,0 +1,36 @@
+##############################################################################
+# Copyright (c) 2013-2017, Lawrence Livermore National Security, LLC.
+# Produced at the Lawrence Livermore National Laboratory.
+#
+# This file is part of Spack.
+# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
+# LLNL-CODE-647188
+#
+# For details, see https://github.com/llnl/spack
+# Please also see the NOTICE and LICENSE files for our notice and the LGPL.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License (as
+# published by the Free Software Foundation) version 2.1, February 1999.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
+# conditions of the GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+##############################################################################
+from spack import *
+
+
+class RIso(RPackage):
+ """Linear order and unimodal order (univariate) isotonic regression;
+ bivariate isotonic regression with linear order on both variables."""
+
+ homepage = "https://cran.r-project.org/package=Iso"
+ url = "https://cran.rstudio.com/src/contrib/Iso_0.0-17.tar.gz"
+ list_url = "https://cran.rstudio.com/src/contrib/Archive/Iso"
+
+ version('0.0-17', 'bf99821efb6a44fa75fdbf5e5c4c91e4')