blob: 293e0c11534380b335768a1a52ce8f34e911f56c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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 RCcp(RPackage):
"""Significance tests for canonical correlation analysis,
including asymptotic tests and a Monte Carlo method"""
cran = 'CCP'
version('1.1', sha256='9d21cda05221f1a458fe2938cd5ff0e89711ef058865d25f9894a275c7805d1e')
|