summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-xlsxjars/package.py
blob: bb49a81b702ad13aeb49cd01371d71d1ac22eb17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 RXlsxjars(RPackage):
    """The xlsxjars package collects all the external jars required for the
    xlxs package. This release corresponds to POI 3.10.1."""

    homepage = "https://cran.rstudio.com/web/packages/xlsxjars/index.html"
    url      = "https://cran.rstudio.com/src/contrib/xlsxjars_0.6.1.tar.gz"

    version('0.6.1', '5a1721d5733cb42f3a29e3f353e39166')

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