r-convevol: new package at 1.3 (#9767)

This commit is contained in:
Justin Stanley 2018-11-12 18:36:31 -06:00 committed by Peter Scheibel
parent 8357c1e0bc
commit 5ed3873f2f

View file

@ -0,0 +1,22 @@
# Copyright 2013-2018 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 RConvevol(RPackage):
"""Quantifies and assesses the significance of convergent evolution"""
homepage = "https://cran.r-project.org/package=convevol"
url = "https://cran.r-project.org/src/contrib/convevol_1.3.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/convevol/"
version('1.3', sha256='d6b24b9796a559f5280e277746189d141151ade4b14cc6b4c2d9d496d7f314ac')
depends_on('r-ape', type=('build', 'run'))
depends_on('r-cluster', type=('build', 'run'))
depends_on('r-geiger', type=('build', 'run'))
depends_on('r-mass', type=('build', 'run'))
depends_on('r-phytools', type=('build', 'run'))