summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-mitools/package.py
blob: b5d7e243a7d97d7efa85aea9c5359dad3561a3b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2022 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 RMitools(RPackage):
    """Tools for Multiple Imputation of Missing Data.

    Tools to perform analyses and combine results from multiple-imputation
    datasets."""

    cran = "mitools"

    version('2.4', sha256='f204f3774e29d79810f579f128de892539518f2cbe6ed237e08c8e7283155d30')

    depends_on('r-dbi', type=('build', 'run'))