summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-xfun/package.py
blob: af92291d528cab9e667b41931f61cbd1a4b9dd8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2020 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 RXfun(RPackage):
    """Miscellaneous functions commonly used in other packages maintained by
    'Yihui Xie'."""

    homepage = "https://github.com/yihui/xfun"
    url      = "https://cloud.r-project.org/src/contrib/xfun_0.8.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/xfun"

    version('0.8', sha256='c2f8ecf8b57ddec02f9be7f417d9e22fc1ae2c7db8d70aa703fc62bf4a5c5416')