r-fastica: new package (#23096)

This commit is contained in:
Glenn Johnson 2021-04-20 04:35:03 -05:00 committed by GitHub
parent 80e60ceb91
commit cbf7ad8cc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
# 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)
from spack import *
class RFastica(RPackage):
"""FastICA Algorithms to Perform ICA and Projection Pursuit:
Implementation of FastICA algorithm to perform Independent Component
Analysis (ICA) and Projection Pursuit."""
cran = "fastICA"
version('1.2-2', sha256='32223593374102bf54c8fdca7b57231e4f4d0dd0be02d9f3500ad41b1996f1fe')
depends_on('r@3.0.0:', type=('build', 'run'))