summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-glue/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-glue/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-glue/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-glue/package.py b/var/spack/repos/builtin/packages/r-glue/package.py
new file mode 100644
index 0000000000..bfd92fcdbd
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-glue/package.py
@@ -0,0 +1,20 @@
+# Copyright 2013-2018 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 RGlue(RPackage):
+ """An implementation of interpreted string literals, inspired by Python's
+ Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/>
+ and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's
+ Triple-Quoted String Literals <https://docs.julialang.org/en/stable/
+ manual/strings/#triple-quoted-string-literals>."""
+
+ homepage = "https://github.com/tidyverse/glue"
+ url = "https://cran.r-project.org/src/contrib/glue_1.2.0.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/glue"
+
+ version('1.2.0', '77d06b6d86abc882fa1c0599e457c5e2')