r-expint: new package at 0.1-5 (#10043)

This commit is contained in:
Justin Stanley 2018-12-07 20:21:40 -06:00 committed by Peter Scheibel
parent 892ae2043f
commit 3955f7cba5

View File

@ -0,0 +1,19 @@
# 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)
# See the Spack documentation for more information on packaging.
from spack import *
class RExpint(RPackage):
"""expint: Exponential Integral and Incomplete Gamma Function"""
homepage = "https://cran.r-project.org/package=expint"
url = "https://cran.r-project.org/src/contrib/expint_0.1-5.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/expint"
version('0.1-5', sha256='b03d60938cd6cf615aa3a02b1bf73436785eca89eaff56059ee0807b8244718a')
depends_on('r@3.3.0:', type=('build', 'run'))