summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-diptest/package.py
blob: c862c0b74dbd63537960fa9561f3a7c94d61bbd6 (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-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 RDiptest(RPackage):
    """Hartigan's Dip Test Statistic for Unimodality - Corrected.

    Compute Hartigan's dip test statistic for unimodality /; multimodality and
    provide a test with simulation based p-values,  where; the original public
    code has been corrected."""

    cran = "diptest"

    license("GPL-2.0-or-later")

    version("0.76-0", sha256="508a5ebb161519cd0fcd156dc047b51becb216d545d62c6522496463f94ec280")
    version("0.75-7", sha256="462900100ca598ef21dbe566bf1ab2ce7c49cdeab6b7a600a50489b05f61b61b")