spack/var/spack/repos/builtin/packages/r-fda/package.py
Andrew W Elble dc1b6aa8c6
new package: r-cca and dependencies (#28229)
Co-authored-by: Andrew W Elble <aweits@skl-a-00.rc.rit.edu>
2022-01-04 11:41:21 -07:00

21 lines
791 B
Python

# 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)
class RFda(RPackage):
"""These functions were developed to support functional data
analysis as described in Ramsay, J. O. and Silverman, B. W. (2005)
Functional Data Analysis. New York: Springer and in Ramsay, J. O.,
Hooker, Giles, and Graves, Spencer (2009). """
cran = 'fda'
version('5.5.1', sha256='dcaa2f6ae226d35855bc79c6967f60d45404b984c0afaec215b139c4b8dea23a')
depends_on('r@3.5:', type=('build', 'run'))
depends_on('r-matrix', type=('build', 'run'))
depends_on('r-fds', type=('build', 'run'))
depends_on('r-desolve', type=('build', 'run'))