From f726e14a0ad1bb4747ca32c43ed561f351da3e84 Mon Sep 17 00:00:00 2001 From: Justin S <3630356+codeandkey@users.noreply.github.com> Date: Tue, 14 May 2019 15:57:54 -0500 Subject: r-rstantools: new package at 1.5.1 (#11451) --- var/spack/repos/builtin/packages/r-rstantools/package.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 var/spack/repos/builtin/packages/r-rstantools/package.py diff --git a/var/spack/repos/builtin/packages/r-rstantools/package.py b/var/spack/repos/builtin/packages/r-rstantools/package.py new file mode 100644 index 0000000000..a50941c9d6 --- /dev/null +++ b/var/spack/repos/builtin/packages/r-rstantools/package.py @@ -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') -- cgit v1.2.3-60-g2f50