r-combinat: new package at 0.0-8 (#9764)

* r-combinat: new package at 0.0-8

* r-combinat: add list_url
This commit is contained in:
Justin Stanley 2018-11-13 10:41:54 -06:00 committed by Adam J. Stewart
parent a852028b02
commit c26a965c3b

View File

@ -0,0 +1,16 @@
# 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 RCombinat(RPackage):
"""routines for combinatorics"""
homepage = "https://cran.r-project.org/package=combinat"
url = "https://cran.r-project.org/src/contrib/combinat_0.0-8.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/combinat/"
version('0.0-8', sha256='1513cf6b6ed74865bfdd9f8ca58feae12b62f38965d1a32c6130bef810ca30c1')