spack/var/spack/repos/builtin/packages/r-mitools/package.py
Todd Gamblin 3118647802
Update copyright year to 2024 (#41919)
It was time to run `spack license update-copyright-year` again.
2024-01-02 09:21:30 +01:00

22 lines
595 B
Python

# Copyright 2013-2024 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 RMitools(RPackage):
"""Tools for Multiple Imputation of Missing Data.
Tools to perform analyses and combine results from multiple-imputation
datasets."""
cran = "mitools"
license("GPL-2.0-only")
version("2.4", sha256="f204f3774e29d79810f579f128de892539518f2cbe6ed237e08c8e7283155d30")
depends_on("r-dbi", type=("build", "run"))