summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorGlenn Johnson <glennpj@gmail.com>2021-02-25 21:39:58 -0600
committerGitHub <noreply@github.com>2021-02-26 03:39:58 +0000
commitc6413c89250d0ecd4aeccadc687059c2d3f31f4c (patch)
tree5caee1d03d91603fd4d6a63fee3323da6b30719c /var
parentcedbded9d75c73cae9f0b6680ece4152763dd455 (diff)
downloadspack-c6413c89250d0ecd4aeccadc687059c2d3f31f4c.tar.gz
spack-c6413c89250d0ecd4aeccadc687059c2d3f31f4c.tar.bz2
spack-c6413c89250d0ecd4aeccadc687059c2d3f31f4c.tar.xz
spack-c6413c89250d0ecd4aeccadc687059c2d3f31f4c.zip
Revert "New package r-circstat@0.2-6 (#21777)" (#21974)
This reverts commit 61c8bc2b19941bb009bf261337765a2475a42459.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-circstat/package.py24
1 files changed, 0 insertions, 24 deletions
diff --git a/var/spack/repos/builtin/packages/r-circstat/package.py b/var/spack/repos/builtin/packages/r-circstat/package.py
deleted file mode 100644
index eb3c1223af..0000000000
--- a/var/spack/repos/builtin/packages/r-circstat/package.py
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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 RCircstat(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/web/packages/CircStats/index.html"
- 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'))