Learn R Programming


rasciidoc

Introduction

Please read the help page:

help("rasciidoc-package", package = "rasciidoc")
#> Create Reports Using R and 'asciidoc'
#> 
#> Description:
#> 
#>      Inspired by Karl Broman`s reader on using 'knitr' with 'asciidoc'
#>      (<https://kbroman.org/knitr_knutshell/pages/asciidoc.html>), this
#>      is merely a wrapper to 'knitr' and 'asciidoc'.
#> 
#> Arguments:
#> 
#> write_to_disk: Write to disk? See *Warning*.
#> 
#> Details:
#> 
#>      You will find the details in
#>      'vignette("An_Introduction_to_rasciidoc", package = "rasciidoc")'.
#> 
#> Warning:
#> 
#>      Due to the CRAN policy of not writing "anywhere else on the file
#>      system apart from the R session's temporary directory", we work on
#>      a temporary copy of 'file_name'. Thus all internal sourcing and
#>      internal links will be broken and any output is written to
#>      'tempdir()'. Set the option "write_to_disk" to TRUE (using
#>      'options(write_to_disk = TRUE)'
#>      to bypass this. You may want to include the above line into your
#>      '~/.Rprofile'.

Installation

You can install rasciidoc from gitlab via:

if (! require("remotes")) install.packages("remotes")
remotes::install_gitlab("fvafrcu/rasciidoc")

Copy Link

Version

Install

install.packages('rasciidoc')

Monthly Downloads

257

Version

4.1.1

License

BSD_2_clause + file LICENSE

Maintainer

Andreas Dominik Cullmann

Last Published

August 15th, 2023

Functions in rasciidoc (4.1.1)

adjust_asciidoc_hooks

Adjust knitr's Hooks for asciidoc
rasciidoc-package

Create Reports Using R and asciidoc
render

Spin or Knit and Render a `Rasciidoc` File
rasciidoc

Render an asciidoc File
is_windows

Is the System Running a Windows Machine?
throw

Throw a Condition
is_version_sufficient

Is a Version Requirement Met?