summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-tester/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-tester/package.py b/var/spack/repos/builtin/packages/r-tester/package.py
new file mode 100644
index 0000000000..9450dc05f6
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-tester/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2021 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 RTester(RPackage):
+ """tester allows you to test characteristics of common R objects."""
+
+ homepage = "https://github.com/gastonstat/tester"
+ url = "https://cloud.r-project.org/src/contrib/tester_0.1.7.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/tester"
+
+ version('0.1.7', sha256='b9c645119c21c69450f3d366c911ed92ac7c14ef61652fd676a38fb9d420b5f4')
+
+ depends_on('r@3.0:', type=('build', 'run'))