summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-phylobase/package.py
blob: 9279cac7a637392877a3ffc7276b4925b60619f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 RPhylobase(RPackage):
    """Base Package for Phylogenetic Structures and Comparative Data.

    Provides a base S4 class for comparative methods, incorporating one or more
    trees and trait data."""

    cran = "phylobase"

    version('0.8.10', sha256='5a44380ff49bab333a56f6f96157324ade8afb4af0730e013194c4badb0bf94b')

    depends_on('r-ade4', type=('build', 'run'))
    depends_on('r-ape@3.0:', type=('build', 'run'))
    depends_on('r-rcpp@0.11.0:', type=('build', 'run'))
    depends_on('r-rncl@0.6.0:', type=('build', 'run'))
    depends_on('r-rnexml', type=('build', 'run'))