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

r-hoardr: new package at 0.5.2 (#11051)

parent 6500310b
No related branches found
No related tags found
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 RHoardr(RPackage):
"""hoardr: Manage Cached Files"""
homepage = "https://cran.r-project.org/package=hoardr"
url = "https://cran.r-project.org/src/contrib/hoardr_0.5.2.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/hoardr/"
version('0.5.2', sha256='819113f0e25da105f120a676b5173872a4144f2f6f354cad14b35f898e76dc54')
depends_on('r-r6@2.2.0:', type=('build', 'run'))
depends_on('r-rappdirs@0.3.1:', type=('build', 'run'))
depends_on('r-digest', type=('build', 'run'))
depends_on('r-roxygen2@6.0.1:', type=('build', 'run'))
depends_on('r-testthat', type=('build', 'run'))
depends_on('r-knitr', type=('build', 'run'))
depends_on('r-rmarkdown', type=('build', 'run'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment