r-rstantools: new package at 1.5.1 (#11451)

This commit is contained in:
Justin S 2019-05-14 15:57:54 -05:00 committed by Levi Baber
parent ea49b64c44
commit f726e14a0a

View file

@ -0,0 +1,16 @@
# 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 RRstantools(RPackage):
"""rstantools: Tools for Developing R Packages Interfacing with 'Stan'"""
homepage = "http://discourse.mc-stan.org/"
url = "https://cran.r-project.org/src/contrib/rstantools_1.5.1.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/rstantools"
version('1.5.1', sha256='5cab16c132c12e84bd08e18cd6ef25ba39d67a04ce61015fc4490659c7cfb485')