summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-metadat/package.py
blob: 71e249541813b9eb8dd11feb0aa2f7b42f8b0ad3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2023 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.package import *


class RMetadat(RPackage):
    """Meta-Analysis Datasets.

    A collection of meta-analysis datasets for teaching purposes,
    illustrating/testing meta-analytic methods, and validating published
    analyses."""

    cran = "metadat"

    version("1.2-0", sha256="f0cce5e30c3d256eaf5a41e4f52ffc7108e195016a4b99409e0ab4c2ef58f5b8")

    depends_on("r@4.0.0:", type=("build", "run"))
    depends_on("r-mathjaxr", type=("build", "run"))