r-yaimpute: New package (#16658)

This commit is contained in:
Amjad Kotobi 2020-05-16 23:07:58 +02:00 committed by GitHub
parent f71768b1d6
commit 5912b8c7cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
# Copyright 2013-2019 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 RYaimpute(RPackage):
"""Performs nearest neighbor-based imputation using one or more
alternative approaches to processing multivariate data
"""
homepage = "https://cloud.r-project.org/package=yaImpute"
url = "https://cloud.r-project.org/src/contrib/yaImpute_1.0-32.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/yaImpute"
version('1.0-32', sha256='08eee5d851b80aad9c7c80f9531aadd50d60e4b16b3a80657a50212269cd73ff')
depends_on('r@3.0:', type=('build', 'run'))