summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDesmond Orton <odesmond21@gmail.com>2021-02-26 14:57:56 -0600
committerGitHub <noreply@github.com>2021-02-26 14:57:56 -0600
commitf22caeca36e5d2a27a7a43f3b53a9e72ff3d22cb (patch)
tree13c80e7a44194659d59685a64baf84a0f6537398 /var
parent1a45bdb036a4ee8ff6aa61b44c255b3793422d8f (diff)
downloadspack-f22caeca36e5d2a27a7a43f3b53a9e72ff3d22cb.tar.gz
spack-f22caeca36e5d2a27a7a43f3b53a9e72ff3d22cb.tar.bz2
spack-f22caeca36e5d2a27a7a43f3b53a9e72ff3d22cb.tar.xz
spack-f22caeca36e5d2a27a7a43f3b53a9e72ff3d22cb.zip
Package/r circstats (#21966)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-circstats/package.py24
1 files changed, 24 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-circstats/package.py b/var/spack/repos/builtin/packages/r-circstats/package.py
new file mode 100644
index 0000000000..dad3b152f6
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-circstats/package.py
@@ -0,0 +1,24 @@
+# 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 RCircstats(RPackage):
+ """Circular Statistics, from "Topics in Circular Statistics" (2001)
+
+ Circular Statistics, from "Topics in Circular Statistics" (2001) S.
+ Rao Jammalamadaka and A. SenGupta, World Scientific."""
+
+ homepage = "https://cloud.r-project.org/package=CircStats"
+ url = "https://cloud.r-project.org/src/contrib/CircStats_0.2-6.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/CircStats"
+
+ maintainers = ['dorton21']
+
+ version('0.2-6', sha256='8efed93b75b314577341effea214e3dd6e0a515cfe1212eb051047a1f3276f1d')
+
+ depends_on('r-mass', type=('build', 'run'))
+ depends_on('r-boot', type=('build', 'run'))