summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-gparotation/package.py
blob: 16d633c1157eb10f1cb22ea62a0173979d8cb0ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2022 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 RGparotation(RPackage):
    """GPA Factor Rotation.

    Gradient Projection Algorithm Rotation for Factor Analysis. See
    GPArotation.Intro for more details."""

    cran = "GPArotation"

    version("2022.4-1", sha256="231e7edcdcc091fbecfb4f2e88d1a4344967cf7ea58074b385a4b8b48d9da224")
    version("2014.11-1", sha256="351bc15fc8dc6c8ea5045fbba22180d1e68314fc34d267545687748e312e5096")

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