Package: simplermarkdown 0.0.6
Jan van der Laan
simplermarkdown: Simple Engine for Generating Reports using R
Runs R-code present in a pandoc markdown file and includes the resulting output in the resulting markdown file. This file can then be converted into any of the output formats supported by pandoc. The package can also be used as an engine for writing package vignettes.
Authors:
simplermarkdown_0.0.6.tar.gz
simplermarkdown_0.0.6.zip(r-4.5)simplermarkdown_0.0.6.zip(r-4.4)simplermarkdown_0.0.6.zip(r-4.3)
simplermarkdown_0.0.6.tgz(r-4.4-any)simplermarkdown_0.0.6.tgz(r-4.3-any)
simplermarkdown_0.0.6.tar.gz(r-4.5-noble)simplermarkdown_0.0.6.tar.gz(r-4.4-noble)
simplermarkdown_0.0.6.tgz(r-4.4-emscripten)simplermarkdown_0.0.6.tgz(r-4.3-emscripten)
simplermarkdown.pdf |simplermarkdown.html✨
simplermarkdown/json (API)
NEWS
# Install 'simplermarkdown' in R: |
install.packages('simplermarkdown', repos = c('https://djvanderlaan.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/djvanderlaan/simplermarkdown/issues
Last updated 2 years agofrom:7150dd5507. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 09 2024 |
R-4.5-win | OK | Nov 09 2024 |
R-4.5-linux | OK | Nov 09 2024 |
R-4.4-win | OK | Nov 09 2024 |
R-4.4-mac | OK | Nov 09 2024 |
R-4.3-win | OK | Nov 09 2024 |
R-4.3-mac | OK | Nov 09 2024 |
Exports:file_subs_extformat_copypasteformat_traditionalget_extensionsmarkdown_blockmd_figuremd_tablemdtanglemdweavemdweave_to_htmlmdweave_to_pdfmdweave_to_texoutput_evaloutput_figureoutput_rawoutput_shelloutput_stroutput_tableraw_blockrun_and_capture
Dependencies:rjson
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Replace file extension by another file extension | file_subs_ext |
Format the result of running a block of code | format_copypaste format_traditional |
Get the extensions that are needed when converting from json to markdown by pandoc. | get_extensions |
Return a code block object that can be included in the pandoc parse tree | markdown_block |
Generate a figure and generate the markdown to include the figure | md_figure |
Generate a markdown table from a data.frame | md_table |
Extract code from the code blocks in a markdown file | mdtangle |
Run the code in a markdown file and generate a new markdown file | mdweave |
Run the code in a markdown file and generate a new document | mdweave_to_html mdweave_to_pdf mdweave_to_tex |
Output filters for code blocks in markdown | output_eval output_figure output_raw output_shell output_str output_table |
Return a raw chunk of text that can be included in the pandoc parse tree | raw_block |
Run code and capture the output | run_and_capture |