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')