summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-modeltools/package.py
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-01-31 08:54:34 -0600
committerTodd Gamblin <tgamblin@llnl.gov>2017-01-31 09:54:34 -0500
commit0c0a1fdedc036c1a7bbd420780d48215a9488819 (patch)
tree325ebd78e2d27c3021a7328f97e6bf423932413c /var/spack/repos/builtin/packages/r-modeltools/package.py
parent19cf7a2833ba2ffcff46bd4543ed93fd80c1d8ea (diff)
downloadspack-0c0a1fdedc036c1a7bbd420780d48215a9488819.tar.gz
spack-0c0a1fdedc036c1a7bbd420780d48215a9488819.tar.bz2
spack-0c0a1fdedc036c1a7bbd420780d48215a9488819.tar.xz
spack-0c0a1fdedc036c1a7bbd420780d48215a9488819.zip
Add several new R packages (#2952)
* Add several new R packages * Add a few more R packages * Update more versions * Convert Package to RPackage * Add a few more packages * Add missing dependencies
Diffstat (limited to 'var/spack/repos/builtin/packages/r-modeltools/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-modeltools/package.py35
1 files changed, 35 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-modeltools/package.py b/var/spack/repos/builtin/packages/r-modeltools/package.py
new file mode 100644
index 0000000000..97c3cf0682
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-modeltools/package.py
@@ -0,0 +1,35 @@
+##############################################################################
+# Copyright (c) 2013-2016, 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 LICENSE file 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 RModeltools(RPackage):
+ """A collection of tools to deal with statistical models."""
+
+ homepage = "https://cran.r-project.org/package=modeltools"
+ url = "https://cran.r-project.org/src/contrib/modeltools_0.2-21.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/modeltools"
+
+ version('0.2-21', '3bf56b2e7bf78981444385d87eeccdd7')