summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-statmod/package.py
blob: df2fbc70a52e11b44e6b6e652ebd1a81ae4df523 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 RStatmod(RPackage):
    """A collection of algorithms and functions to aid statistical
    modeling. Includes growth curve comparisons, limiting dilution
    analysis (aka ELDA), mixed linear models, heteroscedastic
    regression, inverse-Gaussian probability calculations, Gauss
    quadrature and a secure convergence algorithm for nonlinear
    models. Includes advanced generalized linear model functions
    that implement secure convergence, dispersion modeling and
    Tweedie power-law families."""

    homepage = "https://cran.r-project.org/package=statmod"
    url      = "https://cran.rstudio.com/src/contrib/statmod_1.4.30.tar.gz"
    list_url = "https://cran.rstudio.com/src/contrib/Archive/statmod"

    version('1.4.30', '34e60132ce3df38208f9dc0db0479151')