summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-mathjaxr/package.py
blob: af32f8df3868952c36698a191f90a211ed09b45a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2024 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.package import *


class RMathjaxr(RPackage):
    """Using 'Mathjax' in Rd Files.

    Provides 'MathJax' and macros to enable its use within Rd files for
    rendering equations in the HTML help files."""

    cran = "mathjaxr"

    license("GPL-3.0-only")

    version("1.6-0", sha256="ecc47607111b788d84789459af7f4f9102719f98640b7a23bd5a4eb1a6d3c179")
    version("1.4-0", sha256="ba57378236d593a39c5839054adc5473526de0c8f05b7eeb87c99438496ddc67")
    version("1.0-1", sha256="0d3d370c4d0c7c7c6d5541d4e0ae50170b4084ca8a66e8a43bd92c7d1c112148")