gnu: r-prereg: Add TeXLive dependencies.
* gnu/packages/cran.scm (r-prereg)[propagated-inputs]: Add texlive-amsfonts, texlive-amsmath, texlive-booktabs, texlive-etoolbox, texlive-generic-iftex, texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-geometry, texlive-latex-graphics, texlive-latex-threeparttable, texlive-latex-titlesec, texlive-latex-upquote, texlive-listings, texlive-lm, texlive-polyglossia, texlive-titling, texlive-tools, texlive-ulem.
This commit is contained in:
parent
583a587ea3
commit
81cc8f1251
@ -104,6 +104,7 @@
|
|||||||
#:use-module (gnu packages sqlite)
|
#:use-module (gnu packages sqlite)
|
||||||
#:use-module (gnu packages statistics)
|
#:use-module (gnu packages statistics)
|
||||||
#:use-module (gnu packages tcl)
|
#:use-module (gnu packages tcl)
|
||||||
|
#:use-module (gnu packages tex)
|
||||||
#:use-module (gnu packages textutils)
|
#:use-module (gnu packages textutils)
|
||||||
#:use-module (gnu packages tls)
|
#:use-module (gnu packages tls)
|
||||||
#:use-module (gnu packages uglifyjs)
|
#:use-module (gnu packages uglifyjs)
|
||||||
@ -30466,7 +30467,26 @@ package online.")
|
|||||||
(properties `((upstream-name . "prereg")))
|
(properties `((upstream-name . "prereg")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-rmarkdown))
|
(list r-rmarkdown
|
||||||
|
;; The package provides a custom LaTex template in
|
||||||
|
;; inst/rmd/prereg_form.tex, which depends on these packages:
|
||||||
|
texlive-amsmath
|
||||||
|
texlive-booktabs
|
||||||
|
texlive-etoolbox
|
||||||
|
texlive-generic-iftex
|
||||||
|
texlive-latex-fancyhdr
|
||||||
|
texlive-latex-fancyvrb
|
||||||
|
texlive-latex-geometry
|
||||||
|
texlive-latex-graphics
|
||||||
|
texlive-latex-threeparttable
|
||||||
|
texlive-latex-titlesec
|
||||||
|
texlive-latex-upquote
|
||||||
|
texlive-listings
|
||||||
|
texlive-polyglossia
|
||||||
|
texlive-titling
|
||||||
|
texlive-tools
|
||||||
|
texlive-ulem
|
||||||
|
(texlive-updmap.cfg (list texlive-amsfonts texlive-lm))))
|
||||||
(home-page "https://github.com/crsh/prereg")
|
(home-page "https://github.com/crsh/prereg")
|
||||||
(synopsis
|
(synopsis
|
||||||
"R Markdown Templates to preregister Scientific Studies")
|
"R Markdown Templates to preregister Scientific Studies")
|
||||||
|
Loading…
Reference in New Issue
Block a user