Package/r circstats (#21966)
This commit is contained in:
parent
1a45bdb036
commit
f22caeca36
24
var/spack/repos/builtin/packages/r-circstats/package.py
Normal file
24
var/spack/repos/builtin/packages/r-circstats/package.py
Normal file
@ -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'))
|
Loading…
Reference in New Issue
Block a user