summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorcodeandkey <jtst@iastate.edu>2020-02-07 14:25:08 -0600
committerPeter Scheibel <scheibel1@llnl.gov>2020-02-11 16:52:51 -0800
commit78f16d703dba477f27c77213729a7707eafe08d8 (patch)
tree4da8484ba8e54b5ffe456734fd60812c117ad5f5 /var
parentc56c4b334d80e9cc954cac5f087dd49f3a4f1066 (diff)
downloadspack-78f16d703dba477f27c77213729a7707eafe08d8.tar.gz
spack-78f16d703dba477f27c77213729a7707eafe08d8.tar.bz2
spack-78f16d703dba477f27c77213729a7707eafe08d8.tar.xz
spack-78f16d703dba477f27c77213729a7707eafe08d8.zip
r-truncdist: new package at 1.0-2
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-truncdist/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-truncdist/package.py b/var/spack/repos/builtin/packages/r-truncdist/package.py
new file mode 100644
index 0000000000..5ead0acf76
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-truncdist/package.py
@@ -0,0 +1,19 @@
+# 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 RTruncdist(RPackage):
+ """truncdist: Truncated Random Variables"""
+
+ homepage = "https://cloud.r-project.org/package=truncdist"
+ url = "https://cloud.r-project.org/src/contrib/truncdist_1.0-2.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/truncdist"
+
+ version('1.0-2', sha256='b848b68bdd983bd496fa7327632ffa8add8d2231229b8af5c8bc29d823e1300a')
+
+ depends_on('r@2.0.1:', type=('build', 'run'))
+ depends_on('r-evd', type=('build', 'run'))