diff options
Diffstat (limited to 'gnu/packages/cran.scm')
| -rw-r--r-- | gnu/packages/cran.scm | 78 |
1 files changed, 51 insertions, 27 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index dcf33d06317..68e25bc55cf 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -24589,33 +24589,57 @@ vectors.") | |||
| 24589 | r-xfun | 24589 | r-xfun |
| 24590 | ;; Not all these packages are strictly needed by tinytex, but they | 24590 | ;; Not all these packages are strictly needed by tinytex, but they |
| 24591 | ;; are needed by r-biocstyle. It is easier to just provide them | 24591 | ;; are needed by r-biocstyle. It is easier to just provide them |
| 24592 | ;; here. | 24592 | ;; here |
| 24593 | (texlive-local-tree | 24593 | texlive-bera |
| 24594 | (list texlive-bera | 24594 | texlive-caption |
| 24595 | texlive-caption | 24595 | texlive-changepage |
| 24596 | texlive-changepage | 24596 | texlive-enumitem |
| 24597 | texlive-enumitem | 24597 | texlive-footmisc |
| 24598 | texlive-footmisc | 24598 | texlive-framed |
| 24599 | texlive-framed | 24599 | texlive-helvetic |
| 24600 | texlive-helvetic | 24600 | texlive-latex-uni8 |
| 24601 | texlive-latex-uni8 | 24601 | texlive-luatex85 |
| 24602 | texlive-luatex85 | 24602 | texlive-marginfix |
| 24603 | texlive-marginfix | 24603 | texlive-mathtools |
| 24604 | texlive-mathtools | 24604 | texlive-metapost |
| 24605 | texlive-metapost | 24605 | texlive-nowidow |
| 24606 | texlive-nowidow | 24606 | texlive-parnotes |
| 24607 | texlive-parnotes | 24607 | texlive-parskip |
| 24608 | texlive-parskip | 24608 | texlive-pdfcrop |
| 24609 | texlive-pdfcrop | 24609 | texlive-placeins |
| 24610 | texlive-placeins | 24610 | texlive-preprint |
| 24611 | texlive-preprint | 24611 | texlive-scheme-small |
| 24612 | texlive-scheme-small | 24612 | texlive-soul |
| 24613 | texlive-soul | 24613 | texlive-standalone |
| 24614 | texlive-standalone | 24614 | texlive-titlesec |
| 24615 | texlive-titlesec | 24615 | texlive-titling |
| 24616 | texlive-titling | 24616 | texlive-xstring)) |
| 24617 | texlive-xstring)))) | 24617 | (native-inputs (list r-testit |
| 24618 | (native-inputs (list r-testit)) | 24618 | (texlive-local-tree |
| 24619 | (list texlive-bera | ||
| 24620 | texlive-caption | ||
| 24621 | texlive-changepage | ||
| 24622 | texlive-enumitem | ||
| 24623 | texlive-footmisc | ||
| 24624 | texlive-framed | ||
| 24625 | texlive-helvetic | ||
| 24626 | texlive-latex-uni8 | ||
| 24627 | texlive-luatex85 | ||
| 24628 | texlive-marginfix | ||
| 24629 | texlive-mathtools | ||
| 24630 | texlive-metapost | ||
| 24631 | texlive-nowidow | ||
| 24632 | texlive-parnotes | ||
| 24633 | texlive-parskip | ||
| 24634 | texlive-pdfcrop | ||
| 24635 | texlive-placeins | ||
| 24636 | texlive-preprint | ||
| 24637 | texlive-scheme-small | ||
| 24638 | texlive-soul | ||
| 24639 | texlive-standalone | ||
| 24640 | texlive-titlesec | ||
| 24641 | texlive-titling | ||
| 24642 | texlive-xstring)))) | ||
| 24619 | (home-page "https://github.com/yihui/tinytex") | 24643 | (home-page "https://github.com/yihui/tinytex") |
| 24620 | (synopsis "Helper functions for TeX Live and compiling LaTeX documents") | 24644 | (synopsis "Helper functions for TeX Live and compiling LaTeX documents") |
| 24621 | (description | 24645 | (description |
