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

r-urltools: new package at 1.7.3 (#11458)

parent c49017a4
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 RUrltools(RPackage):
"""urltools: Vectorised Tools for URL Handling and Parsing"""
homepage = "https://github.com/Ironholds/urltools/"
url = "https://cran.r-project.org/src/contrib/urltools_1.7.3.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/urltools"
version('1.7.3', sha256='6020355c1b16a9e3956674e5dea9ac5c035c8eb3eb6bbdd841a2b5528cafa313')
depends_on('r@2.10:', type=('build', 'run'))
depends_on('r-rcpp', type=('build', 'run'))
depends_on('r-triebeard', 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