r-rstantools: new package at 1.5.1 (#11451)
This commit is contained in:
parent
ea49b64c44
commit
f726e14a0a
1 changed files with 16 additions and 0 deletions
16
var/spack/repos/builtin/packages/r-rstantools/package.py
Normal file
16
var/spack/repos/builtin/packages/r-rstantools/package.py
Normal 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')
|
Loading…
Reference in a new issue