summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-ca/package.py
blob: 61400f57e4d2f3a7a3745f110c91829c6b329bc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2023 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.package import *


class RCa(RPackage):
    """Simple, Multiple and Joint Correspondence Analysis.

    Computation and visualization of simple, multiple and joint correspondence
    analysis."""

    cran = "ca"

    version("0.71.1", sha256="040c2fc94c356075f116cc7cd880530b3c9e02206c0035182c03a525ee99b424")

    depends_on("r@3.0.0:", type=("build", "run"))