r-isdparser: new package at 0.3.0 (#11460)
This commit is contained in:
parent
cdd8da7251
commit
a99454ec6d
1 changed files with 19 additions and 0 deletions
19
var/spack/repos/builtin/packages/r-isdparser/package.py
Normal file
19
var/spack/repos/builtin/packages/r-isdparser/package.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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 RIsdparser(RPackage):
|
||||
"""isdparser: Parse 'NOAA' Integrated Surface Data Files"""
|
||||
|
||||
homepage = "https://github.com/ropensci/isdparser"
|
||||
url = "https://cran.r-project.org/src/contrib/isdparser_0.3.0.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/isdparser"
|
||||
|
||||
version('0.3.0', sha256='6c9e1d7f3661802838010d659d7c77b964423dcc9a6623402df1fe3be627b7b9')
|
||||
|
||||
depends_on('r-data-table@1.10.0:', type=('build', 'run'))
|
||||
depends_on('r-tibble@1.2:', type=('build', 'run'))
|
Loading…
Reference in a new issue