summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-pcapp/package.py
blob: 3fe6f2d745891c09fc030fd266503aa3c8df57b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2013-2018 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 RPcapp(RPackage):
        """Provides functions for robust PCA by projection pursuit."""

        homepage = "https://cran.r-project.org/web/packages/pcaPP/index.html"
        url      = "https://cran.r-project.org/src/contrib/pcaPP_1.9-72.tar.gz"
        list_url = "https://cran.rstudio.com/src/contrib/Archive/pcaPP"

        version('1.9-72', '87c08f8ecab69311bba395c026bbc91c')
        version('1.9-70', '3fcc809ec1cdc910f10e9ebf372888e8')
        version('1.9-61', '1bd5bc3aff968b168493e8c523d726ea')
        version('1.9-60', '23dd468abb9fedc11e40166446df1017')
        version('1.9-50', 'be44f173404fd6e86ba0a5515711bfa3')

        depends_on('r-mvtnorm', type=('build', 'run'))