# Copyright 2013-2022 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): """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" version('0.76-0', sha256='508a5ebb161519cd0fcd156dc047b51becb216d545d62c6522496463f94ec280') version('0.75-7', sha256='462900100ca598ef21dbe566bf1ab2ce7c49cdeab6b7a600a50489b05f61b61b')