New package r-spades-addins at 0.1.2 (#21781)

This commit is contained in:
Desmond Orton 2021-02-25 16:12:54 -06:00 committed by GitHub
parent 8071be81c4
commit 87dd060c20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,31 @@
# Copyright 2013-2021 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 RSpadesAddins(RPackage):
"""Development Tools for 'SpaDES' and 'SpaDES' Modules
Provides 'RStudio' addins for 'SpaDES' packages and 'SpaDES' module
development. See '?SpaDES.addins' for an overview of the tools provided."""
homepage = "http://spades-addins.predictiveecology.org/"
url = "https://cloud.r-project.org/src/contrib/SpaDES.addins_0.1.2.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/SpaDES.addins"
maintainers = ['dorton21']
version('0.1.2', sha256='0a16bd9423797a4b4ed66a5e669cdd7f6984a3f30aa1aadc078678ee2622367c')
depends_on('r@3.3.0:', type=('build', 'run'))
depends_on('r-devtools', type=('build', 'run'))
depends_on('r-magrittr', type=('build', 'run'))
depends_on('r-miniui@0.1.1:', type=('build', 'run'))
depends_on('r-reproducible', type=('build', 'run'))
depends_on('r-rstudioapi@0.5:', type=('build', 'run'))
depends_on('r-shiny@0.13:', type=('build', 'run'))
depends_on('r-spades-core', type=('build', 'run'))
depends_on('r-stringi@1.1.3:', type=('build', 'run'))