summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-tinytex/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-tinytex/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-tinytex/package.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-tinytex/package.py b/var/spack/repos/builtin/packages/r-tinytex/package.py
index d17b71ef9e..427b5fd647 100644
--- a/var/spack/repos/builtin/packages/r-tinytex/package.py
+++ b/var/spack/repos/builtin/packages/r-tinytex/package.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Copyright 2013-2021 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)
@@ -7,7 +7,9 @@ from spack import *
class RTinytex(RPackage):
- """Helper functions to install and maintain the 'LaTeX' distribution named
+ """Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents
+
+ Helper functions to install and maintain the 'LaTeX' distribution named
'TinyTeX' (<https://yihui.name/tinytex/>), a lightweight, cross-platform,
portable, and easy-to-maintain version of 'TeX Live'. This package also
contains helper functions to compile 'LaTeX' documents, and install missing
@@ -17,6 +19,8 @@ class RTinytex(RPackage):
url = "https://cloud.r-project.org/src/contrib/tinytex_0.15.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/tinytex"
+ version('0.28', sha256='76a0650aeab04eb252dc9cfa9ba855d88b09dfc2207c4a8ea2ea04fa0e0eea86')
version('0.15', sha256='5d0988d3b7f763dfa65c722f177452a21344e428415a4b31aeb51478f0abad90')
depends_on('r-xfun@0.5:', type=('build', 'run'))
+ depends_on('r-xfun@0.19:', when='@0.28:', type=('build', 'run'))