r-nortest: new package at 1.0-4 (#10729)
This commit is contained in:
parent
4f1044a072
commit
16af5f31d9
18
var/spack/repos/builtin/packages/r-nortest/package.py
Normal file
18
var/spack/repos/builtin/packages/r-nortest/package.py
Normal file
@ -0,0 +1,18 @@
|
||||
# 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 RNortest(RPackage):
|
||||
"""nortest: Tests for Normality
|
||||
|
||||
Five omnibus tests for testing the composite hypothesis of normality."""
|
||||
|
||||
homepage = "https://cran.r-project.org/package=nortest"
|
||||
url = "https://cran.r-project.org/src/contrib/nortest_1.0-4.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/nortest"
|
||||
|
||||
version('1.0-4', sha256='a3850a048181d5d059c1e74903437569873b430c915b709808237d71fee5209f')
|
Loading…
Reference in New Issue
Block a user