summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-pan/package.py
blob: db9bc7988d3298f8ba6d91f8abfd4b8d857d3f13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2018 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 RPan(RPackage):
    """Multiple imputation for multivariate panel or clustered data."""

    homepage = "https://cran.r-project.org/package=pan"
    url      = "https://cran.r-project.org/src/contrib/pan_1.4.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/pan"

    version('1.4', 'cdead963110561fc42dc544a60ac44ed')