summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-irdisplay/package.py
blob: 293c0bc7c09621f3c5c9456808f11951c342c697 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 RIrdisplay(RPackage):
    """An interface to the rich display capabilities of Jupyter front-ends
    (e.g. 'Jupyter Notebook') Designed to be used from a running IRkernel
    session"""

    homepage = "https://irkernel.github.io"
    url      = "https://cran.rstudio.com/src/contrib/IRdisplay_0.4.4.tar.gz"

    version('0.4.4', '5be672fb82185b90f23bd99ac1e1cdb6')

    depends_on('r-repr', type=('build', 'run'))