summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-vioplot/package.py
blob: bc9daef0e926586982d2d1fbe3fb1c6afe5e4f06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 RVioplot(RPackage):
    """vioplot: Violin Plot"""

    homepage = "https://cloud.r-project.org/package=vioplot"
    url      = "https://cloud.r-project.org/src/contrib/vioplot_0.3.2.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/vioplot"

    version('0.3.2', sha256='7b51d0876903a3c315744cb051ac61920eeaa1f0694814959edfae43ce956e8e')

    depends_on('r-sm', type=('build', 'run'))
    depends_on('r-zoo', type=('build', 'run'))