Package: knitLatex 0.9.0
knitLatex: 'Knitr' Helpers - Mostly Tables
Provides several helper functions for working with 'knitr' and 'LaTeX'. It includes 'xTab' for creating traditional 'LaTeX' tables, 'lTab' for generating 'longtable' environments, and 'sTab' for generating a 'supertabular' environment. Additionally, this package contains a knitr_setup() function which fixes a well-known bug in 'knitr', which distorts the 'results="asis"' command when used in conjunction with user-defined commands; and a com command (<<com=TRUE>>=) which renders the output from 'knitr' as a 'LaTeX' command.
Authors:
knitLatex_0.9.0.tar.gz
knitLatex_0.9.0.zip(r-4.5)knitLatex_0.9.0.zip(r-4.4)knitLatex_0.9.0.zip(r-4.3)
knitLatex_0.9.0.tgz(r-4.4-any)knitLatex_0.9.0.tgz(r-4.3-any)
knitLatex_0.9.0.tar.gz(r-4.5-noble)knitLatex_0.9.0.tar.gz(r-4.4-noble)
knitLatex_0.9.0.tgz(r-4.4-emscripten)knitLatex_0.9.0.tgz(r-4.3-emscripten)
knitLatex.pdf |knitLatex.html✨
knitLatex/json (API)
# Install 'knitLatex' in R: |
install.packages('knitLatex', repos = c('https://coachshea.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coachshea/knitlatex/issues
Last updated 7 years agofrom:5e0a5e7be2. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | OK | Oct 29 2024 |
R-4.5-linux | OK | Oct 29 2024 |
R-4.4-win | OK | Oct 29 2024 |
R-4.4-mac | OK | Oct 29 2024 |
R-4.3-win | OK | Oct 29 2024 |
R-4.3-mac | OK | Oct 29 2024 |
Exports:knitr_sethookslTabsTabxTab
lTab
Rendered fromlTab.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2015-06-26
Started: 2015-06-17
sTab
Rendered fromsTab.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2015-06-26
Started: 2015-06-17
xTab
Rendered fromxTab.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2015-06-26
Started: 2015-06-12
Readme and manuals
Help Manual
Help page | Topics |
---|---|
knitLatex: Latex table helpers for knitr. | knitLatex-package knitLatex |
sets and fixes knitr hooks | knitr_sethooks |
Produces a latex longtable | lTab |
Produces a latex supertabular environment | sTab |
Produces a latex table | xTab |