Skip to content
Snippets Groups Projects
Commit fc890c80 authored by Justin S's avatar Justin S Committed by Levi Baber
Browse files

r-loo: new package at 2.1.0 (#11448)

parent 92040a47
No related branches found
No related tags found
No related merge requests found
# 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 RLoo(RPackage):
"""loo: Efficient Leave-One-Out Cross-Validation and WAIC for
BayesianModels"""
homepage = "https://mc-stan.org/loo"
url = "https://cran.r-project.org/src/contrib/loo_2.1.0.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/loo"
version('2.1.0', sha256='1bf4a1ef85d151577ff96d4cf2a29c9ef24370b0b1eb08c70dcf45884350e87d')
depends_on('r@3.1.2:', type=('build', 'run'))
depends_on('r-checkmate', type=('build', 'run'))
depends_on('r-matrixstats@0.52:', type=('build', 'run'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment