summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-diptest/package.py
blob: 0e5edc21eff0a8a243eb906f712633b24e8e4da7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2019 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', '1a4a958fda763f7c99cb485dbe5954ab')