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:
parent
a852028b02
commit
c26a965c3b
16
var/spack/repos/builtin/packages/r-combinat/package.py
Normal file
16
var/spack/repos/builtin/packages/r-combinat/package.py
Normal 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')
|
Loading…
Reference in New Issue
Block a user