Skip to content
Snippets Groups Projects
Commit cdd8da72 authored by Justin S's avatar Justin S Committed by Levi Baber
Browse files

r-crul: new package at 0.7.4 (#11459)

parent cfad3cd0
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 RCrul(RPackage):
"""crul: HTTP Client"""
homepage = "https://cran.r-project.org/package=crul"
url = "https://cran.r-project.org/src/contrib/crul_0.7.4.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/crul"
version('0.7.4', sha256='c963dd666ae3fc89b661ce19fce2fa19a16fc3825e1502105cae98ceb92c6014')
depends_on('r-curl@3.3:', type=('build', 'run'))
depends_on('r-httpcode@0.2.0:', type=('build', 'run'))
depends_on('r-mime', type=('build', 'run'))
depends_on('r-r6@2.2.0:', type=('build', 'run'))
depends_on('r-urltools@1.6.0:', type=('build', 'run'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment