summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-flexmix/package.py
blob: f41e959b7c798bd5df1330b7a8b2e8ae1cb23290 (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-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 RFlexmix(RPackage):
    """flexmix: Flexible Mixture Modeling"""

    homepage = "https://CRAN.R-project.org/package=flexmix"
    url      = "https://cran.r-project.org/src/contrib/flexmix_2.3-14.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/flexmix"

    version('2.3-14', '5be4f7764e6a697f4586e60c2bf6e960')

    depends_on('r@2.15.0:')
    # depends_on('r-lattice', type=('build', 'run'))
    depends_on('r-modeltools@0.2-16:', type=('build', 'run'))
    # depends_on('r-nnet', type=('build', 'run'))