Skip to content
Snippets Groups Projects
Commit 6ac99f62 authored by Justin Stanley's avatar Justin Stanley Committed by Peter Scheibel
Browse files

r-desc: new package at 1.2.0 (#11048)

parent e094821a
Branches
Tags
No related merge requests found
# 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 RDesc(RPackage):
"""desc: Manipulate DESCRIPTION Files"""
homepage = "https://cran.r-project.org/package=desc"
url = "https://cran.r-project.org/src/contrib/desc_1.2.0.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/desc/"
version('1.2.0', sha256='e66fb5d4fc7974bc558abcdc107a1f258c9177a29dcfcf9164bc6b33dd08dae8')
depends_on('r@3.1.0:', type=('build', 'run'))
depends_on('r-assertthat', type=('build', 'run'))
depends_on('r-r6', type=('build', 'run'))
depends_on('r-crayon', type=('build', 'run'))
depends_on('r-rprojroot', type=('build', 'run'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment