summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-multcompview/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-multcompview/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-multcompview/package.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-multcompview/package.py b/var/spack/repos/builtin/packages/r-multcompview/package.py
new file mode 100644
index 0000000000..e79a509a66
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-multcompview/package.py
@@ -0,0 +1,21 @@
+# Copyright 2013-2022 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 RMultcompview(RPackage):
+ """Visualizations of Paired Comparisons.
+
+ Convert a logical vector or a vector of p-values or a correlation,
+ difference, or distance matrix into a display identifying the pairs for
+ which the differences were not significantly different. Designed for use in
+ conjunction with the output of functions like TukeyHSD, dist{stats},
+ simint, simtest, csimint, csimtest{multcomp}, friedmanmc,
+ kruskalmc{pgirmess}."""
+
+ cran = "multcompView"
+
+ version('0.1-8', sha256='123d539172ad6fc63d83d1fc7f356a5ed7b691e7803827480118bebc374fd8e5')