summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-diptest/package.py
blob: 6a13308a66b84525a7c64fe78dd25daae9e025ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2020 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 RDiptest(RPackage):
    """diptest: Hartigan's Dip Test Statistic for Unimodality - Corrected"""

    homepage = "https://cloud.r-project.org/package=diptest"
    url      = "https://cloud.r-project.org/src/contrib/diptest_0.75-7.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/diptest"

    version('0.75-7', sha256='462900100ca598ef21dbe566bf1ab2ce7c49cdeab6b7a600a50489b05f61b61b')