diff --git a/docs/404.html b/docs/404.html index 2ea7606..2d67079 100644 --- a/docs/404.html +++ b/docs/404.html @@ -18,7 +18,7 @@ - +
@@ -49,7 +49,7 @@
  • - +
  • @@ -60,7 +60,7 @@
    - +
    @@ -88,16 +88,16 @@

    Page not found (404)

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/LICENSE.html b/docs/LICENSE.html index 2c79acd..a68311a 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -3,7 +3,7 @@ - +
    @@ -31,14 +31,14 @@
    - +
    @@ -258,15 +258,15 @@

    How to Apply These Terms

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/authors.html b/docs/authors.html index 62c2ccf..6325dec 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -3,7 +3,7 @@ - +
    @@ -31,14 +31,14 @@
    - +
    @@ -47,9 +47,9 @@

    Authors and Citation

    - +
    @@ -61,17 +61,17 @@

    Citation

    -

    Northrop PJ (2024). +

    Northrop PJ (2025). accessr: Command Line Tools to Produce Accessible Documents using 'R Markdown'. -R package version 1.0.1.9000, -https://github.com/paulnorthrop/accessr, https://paulnorthrop.github.io/accessr/. +R package version 1.1.1, +https://github.com/paulnorthrop/accessr, https://paulnorthrop.github.io/accessr/.

    @Manual{,
       title = {accessr: Command Line Tools to Produce Accessible Documents using 'R Markdown'},
       author = {Paul J. Northrop},
    -  year = {2024},
    -  note = {R package version 1.0.1.9000, 
    -https://github.com/paulnorthrop/accessr},
    +  year = {2025},
    +  note = {R package version 1.1.1,
    +     https://github.com/paulnorthrop/accessr},
       url = {https://paulnorthrop.github.io/accessr/},
     }
    @@ -86,15 +86,15 @@

    Citation

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/index.html b/docs/index.html index ddf3845..b603d11 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ - +
    @@ -50,7 +50,7 @@
  • - +
  • @@ -61,7 +61,7 @@
    - +
    @@ -182,16 +182,16 @@

    Developers

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/news/index.html b/docs/news/index.html index 2494a61..f0832c8 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -3,7 +3,7 @@ - +
    @@ -31,14 +31,14 @@
    - +
    @@ -50,6 +50,10 @@

    Changelog

    +

    New features

    +
    • In rmd2word() the argument pdf_args may be used to pass command line switches to OfficeToPDF when creating PDF documents. The default setting creates bookmarks in the PDF file using the headings in the input Word document.
    • +
    +

    Bug fixes and minor improvements

    • ext_img now also works if the file extension of an input image is capitalised, that is, “PNG”, “JPG” or “JPEG”. In version 1.0.1 it only worked for lower case file extensions.
    • @@ -71,15 +75,15 @@

      Bug fixes and minor improve

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index ead2d7d..ae887c7 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -1,6 +1,5 @@ -pandoc: 3.1.1 -pkgdown: 2.0.9 +pandoc: 3.1.11 +pkgdown: 2.1.1 pkgdown_sha: ~ articles: {} -last_built: 2024-06-06T22:29Z - +last_built: 2025-01-15T21:38Z diff --git a/docs/reference/accessr-internal.html b/docs/reference/accessr-internal.html index 3ba9748..fb66b08 100644 --- a/docs/reference/accessr-internal.html +++ b/docs/reference/accessr-internal.html @@ -3,7 +3,7 @@ - +
    @@ -31,14 +31,14 @@
    - +
    @@ -151,15 +151,15 @@

    Details

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/reference/accessr-package.html b/docs/reference/accessr-package.html index 86b0c8f..594466c 100644 --- a/docs/reference/accessr-package.html +++ b/docs/reference/accessr-package.html @@ -14,7 +14,7 @@ - +
    @@ -42,14 +42,14 @@
    - +
    @@ -144,15 +144,15 @@

    Author

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/reference/ext_img.html b/docs/reference/ext_img.html index 180bb3e..e666758 100644 --- a/docs/reference/ext_img.html +++ b/docs/reference/ext_img.html @@ -8,7 +8,7 @@ - +
    @@ -36,14 +36,14 @@
    - +
    @@ -68,23 +68,25 @@

    External images for Word output

    Arguments

    -
    src
    + + +
    src

    image file path

    -
    width
    +
    width

    width in inches

    -
    height
    +
    height

    height in inches

    -
    alt
    +
    alt

    alternative text for images

    -
    ref_docx_dim
    +
    ref_docx_dim

    A list containing the components page (a named numeric vector containing the width and height), landscape (a logical vector) and margins (a named numeric @@ -95,9 +97,7 @@

    Arguments

    Value

    - - -

    An object of class c("external_img", "cot", "run") with +

    An object of class c("external_img", "cot", "run") with attributes "dims" (a named list containing the figure's width and height) and "alt" (a character scalar containing the alternative text for the figure).

    @@ -147,15 +147,15 @@

    Examples

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/reference/index.html b/docs/reference/index.html index 304a4e2..5d835cc 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -1,9 +1,9 @@ -Function reference • accessrPackage index • accessr - +
    @@ -31,14 +31,14 @@
    - +
    @@ -107,15 +107,15 @@

    Helper functions -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/reference/install_otp.html b/docs/reference/install_otp.html index 5cf3860..b67c8a9 100644 --- a/docs/reference/install_otp.html +++ b/docs/reference/install_otp.html @@ -5,7 +5,7 @@ - +
    @@ -33,14 +33,14 @@
    - +
    @@ -62,7 +62,9 @@

    Install OfficeToPDF

    Arguments

    -
    dir
    + + +
    dir

    Directory into which to download the executable file OfficeToPDF.exe. This argument must be supplied. Pass dir = "accessr" to choose the accessr package directory, that is, @@ -74,33 +76,31 @@

    Arguments

    is thrown and dir = "accessr" is suggested.

    -
    url
    +
    url

    URL from which to download OfficeToPDF.exe. If this is missing then https://github.com/cognidox/OfficeToPDF/releases/download/v1.9.0.2/OfficeToPDF.exe is used.

    -
    method
    +
    method

    Passed to download.file. If missing then getOption("download.file.method") is used to set it.

    -
    quiet
    +
    quiet

    Passed to download.file. quiet controls whether messages are printed during the download.

    -
    ...
    +
    ...

    Additional arguments passed to download.file.

    Value

    - - -

    See the Value section of download.file.

    +

    See the Value section of download.file.

    Details

    @@ -126,15 +126,15 @@

    Note

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/reference/rmd2html.html b/docs/reference/rmd2html.html index c262fc9..d740874 100644 --- a/docs/reference/rmd2html.html +++ b/docs/reference/rmd2html.html @@ -6,7 +6,7 @@ - +
    @@ -34,14 +34,14 @@
    - +
    @@ -75,7 +75,9 @@

    Converts R markdown code to html documents

    Arguments

    -
    x
    + + +
    x

    A character vector containing the names (no extension) of the .Rmd files to convert if they are in the current working directory, or paths to the files, either absolute or relative to the @@ -85,7 +87,7 @@

    Arguments

    the .Rmd files in the current working directory.

    -
    zip
    +
    zip

    A logical scalar or character vector indicating whether html files should be put into a zip archive. If zip = FALSE then no zip archive is created. Otherwise, an archive is created in each unique @@ -96,7 +98,7 @@

    Arguments

    unique directories, if necessary.

    -
    pdf
    +
    pdf

    A logical scalar. If pdf = TRUE then each html file is printed to a PDF file using chrome_print. Google Chrome (or an alternative browser specified in pdf_args by @@ -108,54 +110,52 @@

    Arguments

    secure. Perhaps you are using a coffee shop's wifi.

    -
    pdf_args
    +
    pdf_args

    A list of arguments passed to chrome_print. input cannot be passed because it is set inside rmd2html.

    -
    zip_pdf
    +
    zip_pdf

    As zip, but relates to the creation of zip archives for any PDF files created. If zip_pdf = TRUE then each archive is named accessr_html_pdf.zip.

    -
    add
    +
    add

    A logical scalar that determines what happens if an output zip file already exists. If add = TRUE then files are added to the zip file and if add = FALSE then the zip file is deleted and will only contain newly-created files.

    -
    quiet
    +
    quiet

    Argument of the same name passed to render to determine what is printed during rendering from knitr.

    -
    rm_html
    +
    rm_html

    A logical scalar. If rm_html = TRUE and a zip archive of html files is produced then the individual html files are deleted. Otherwise, they are not deleted.

    -
    rm_pdf
    +
    rm_pdf

    A logical scalar. If rm_pdf = TRUE and a zip archive of pdf files is produced then the individual pdf files are deleted. Otherwise, they are not deleted.

    -
    ...
    +
    ...

    Additional arguments passed to html_document or render.

    Value

    - - -

    In addition to creating the html files, and perhaps zip files, +

    In addition to creating the html files, and perhaps zip files, a list containing the following (character vector) components is returned invisibly:

    files
    @@ -216,15 +216,15 @@

    Examples

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/reference/rmd2ioslides.html b/docs/reference/rmd2ioslides.html index c4c5a11..6fda379 100644 --- a/docs/reference/rmd2ioslides.html +++ b/docs/reference/rmd2ioslides.html @@ -6,7 +6,7 @@ - +
    @@ -34,14 +34,14 @@
    - +
    @@ -77,7 +77,9 @@

    Converts R markdown code to ioslides html presentations

    Arguments

    -
    x
    + + +
    x

    A character vector containing the names (no extension) of the .Rmd files to convert if they are in the current working directory, or paths to the files, either absolute or relative to the @@ -87,7 +89,7 @@

    Arguments

    the .Rmd files in the current working directory.

    -
    zip
    +
    zip

    A logical scalar or character vector indicating whether html files should be put into a zip archive. If zip = FALSE then no zip archive is created. Otherwise, an archive is created in each unique @@ -98,7 +100,7 @@

    Arguments

    the number of unique directories, if necessary.

    -
    pdf
    +
    pdf

    A logical scalar. If pdf = TRUE then each html file is printed to a PDF file using chrome_print. Google Chrome (or an alternative browser specified in pdf_args by @@ -110,56 +112,56 @@

    Arguments

    secure. Perhaps you are using a coffee shop's wifi.

    -
    zip_pdf
    +
    zip_pdf

    As zip, but relates to the creation of zip archives for any PDF files created. If zip_pdf = TRUE then each archive is named accessr_ioslides_pdf.zip.

    -
    pdf_args
    +
    pdf_args

    A list of arguments passed to chrome_print. input cannot be passed because it is set inside rmd2html.

    -
    add
    +
    add

    A logical scalar that determines what happens if the output zip file already exists. If add = TRUE then files are added to the zip file and if add = FALSE then the zip file is deleted and will only contain newly-created files.

    -
    quiet
    +
    quiet

    Argument of the same name passed to render to determine what is printed during rendering from knitr.

    -
    rm_html
    +
    rm_html

    A logical scalar. If rm_html = TRUE and a zip archive of html files is produced then the individual html files are deleted. Otherwise, they are not deleted.

    -
    rm_pdf
    +
    rm_pdf

    A logical scalar. If rm_pdf = TRUE and a zip archive of pdf files is produced then the individual pdf files are deleted. Otherwise, they are not deleted.

    -
    inc_rmd
    +
    inc_rmd

    A logical scalar. If inc_rmd = TRUE then the source Rmd files are included in the zip file created. Otherwise, they are not included.

    -
    params
    +
    params

    A list of named parameters to pass as the argument params to render.

    -
    ...
    +
    ...

    Additional arguments passed to ioslides_presentation. Pass (the default) slide_level = 1 if you want a level one header # to create a new @@ -173,9 +175,7 @@

    Arguments

    Value

    - - -

    In addition to creating the html files, and perhaps zip files, +

    In addition to creating the html files, and perhaps zip files, a list containing the following (character vector) components is returned invisibly:

    files
    @@ -265,15 +265,15 @@

    Examples

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/reference/rmd2many.html b/docs/reference/rmd2many.html index c5aba5f..0dfbe69 100644 --- a/docs/reference/rmd2many.html +++ b/docs/reference/rmd2many.html @@ -4,7 +4,7 @@ - +
    @@ -32,14 +32,14 @@
    - +
    @@ -71,7 +71,9 @@

    Create content in multiple formats

    Arguments

    -
    x
    + + +
    x

    A character vector containing the names (no extension) of the .Rmd files to convert if they are in the current working directory, or paths to the files, either absolute or relative to the @@ -80,7 +82,7 @@

    Arguments

    file.

    -
    outputs
    +
    outputs

    A character vector. Specifies the output formats required. A subset of c("word", "ioslides", "slidy", "html"). If more than one of "ioslides", "slidy" and "html" are present then only @@ -88,13 +90,13 @@

    Arguments

    "slidy" then "html".

    -
    slide_level
    +
    slide_level

    Passed to rmd2ioslides via .... The default slide_level = 1 means that a level one header # create a new non-segue slide for an ioslides presentation.

    -
    css
    +
    css

    The argument css passed to ioslides_presentation or slidy_presentation. If css = "black" @@ -103,12 +105,12 @@

    Arguments

    css is not used if outputs = html.

    -
    add18
    +
    add18

    A logical scalar. If TRUE then we also create Word documents with 18pt text.

    -
    pdf
    +
    pdf

    A logical scalar. If TRUE then we use chrome_print to print PDF versions of HTML files produced using the output "ioslides" or "slidy". and/or @@ -116,7 +118,7 @@

    Arguments

    are produced.

    -
    highlight
    +
    highlight

    A named list, with names a subset of c("word", "ioslides", "slidy"), providing the respective syntax highlighting styles passed to Pandoc for the output formats. Any syntax @@ -124,7 +126,7 @@

    Arguments

    highlight is not used if outputs = html.

    -
    params
    +
    params

    A list of named parameters to pass as the argument params to render. In the example below, the file example.Rmd has a parameter hide. If hide = TRUE then @@ -132,7 +134,7 @@

    Arguments

    eval.

    -
    zip
    +
    zip

    A logical scalar or character vector indicating whether PDF files should be put into a zip archive. If zip = FALSE then no zip archive is created. Otherwise, an archive is created in each unique @@ -144,7 +146,7 @@

    Arguments

    necessary.

    -
    ...
    +
    ...

    Additional arguments to be passed to rmd2ioslides, rmd2slidy, @@ -154,9 +156,7 @@

    Arguments

    Value

    - - -

    A list containing the following components:

    +

    A list containing the following components:

    files

    names of all the files created.

    @@ -206,12 +206,12 @@

    Examples

    rmd2many(ex_file, params = list(hide = TRUE), pdf = FALSE, zip = TRUE) } #> $files -#> [1] "C:/Users/Paul/AppData/Local/Temp/RtmpGqPAFy/example.html" -#> [2] "C:/Users/Paul/AppData/Local/Temp/RtmpGqPAFy/example18pt.docx" -#> [3] "C:/Users/Paul/AppData/Local/Temp/RtmpGqPAFy/example.docx" +#> [1] "C:/Users/Paul/AppData/Local/Temp/RtmpMv3gYl/example.html" +#> [2] "C:/Users/Paul/AppData/Local/Temp/RtmpMv3gYl/example18pt.docx" +#> [3] "C:/Users/Paul/AppData/Local/Temp/RtmpMv3gYl/example.docx" #> #> $zips -#> [1] "C:/Users/Paul/AppData/Local/Temp/RtmpGqPAFy/example.zip" +#> [1] "C:/Users/Paul/AppData/Local/Temp/RtmpMv3gYl/example.zip" #>
    @@ -227,15 +227,15 @@

    Examples

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/reference/rmd2slidy.html b/docs/reference/rmd2slidy.html index bf534b3..daa7242 100644 --- a/docs/reference/rmd2slidy.html +++ b/docs/reference/rmd2slidy.html @@ -6,7 +6,7 @@ - +
    @@ -34,14 +34,14 @@
    - +
    @@ -77,7 +77,9 @@

    Converts R markdown code to slidy html presentations

    Arguments

    -
    x
    + + +
    x

    A character vector containing the names (no extension) of the .Rmd files to convert if they are in the current working directory, or paths to the files, either absolute or relative to the @@ -87,7 +89,7 @@

    Arguments

    the .Rmd files in the current working directory.

    -
    zip
    +
    zip

    A logical scalar or character vector indicating whether html files should be put into a zip archive. If zip = FALSE then no zip archive is created. Otherwise, an archive is created in each unique @@ -98,7 +100,7 @@

    Arguments

    the number of unique directories, if necessary.

    -
    pdf
    +
    pdf

    A logical scalar. If pdf = TRUE then each html file is printed to a PDF file using chrome_print. Google Chrome (or an alternative browser specified in pdf_args by @@ -110,56 +112,56 @@

    Arguments

    secure. Perhaps you are using a coffee shop's wifi.

    -
    zip_pdf
    +
    zip_pdf

    As zip, but relates to the creation of zip archives for any PDF files created. If zip_pdf = TRUE then each archive is named accessr_html_pdf.zip.

    -
    pdf_args
    +
    pdf_args

    A list of arguments passed to chrome_print. input cannot be passed because it is set inside rmd2html.

    -
    add
    +
    add

    A logical scalar that determines what happens if the output zip file already exists. If add = TRUE then files are added to the zip file and if add = FALSE then the zip file is deleted and will only contain newly-created files.

    -
    quiet
    +
    quiet

    Argument of the same name passed to render to determine what is printed during rendering from knitr.

    -
    rm_html
    +
    rm_html

    A logical scalar. If rm_html = TRUE and a zip archive of html files is produced then the individual html files are deleted. Otherwise, they are not deleted.

    -
    rm_pdf
    +
    rm_pdf

    A logical scalar. If rm_pdf = TRUE and a zip archive of pdf files is produced then the individual pdf files are deleted. Otherwise, they are not deleted.

    -
    inc_rmd
    +
    inc_rmd

    A logical scalar. If inc_rmd = TRUE then the source Rmd files are included in the zip file created. Otherwise, they are not included.

    -
    params
    +
    params

    A list of named parameters to pass as the argument params to render.

    -
    ...
    +
    ...

    Additional arguments passed to slidy_presentation.

    If css = "black" is passed then accessr's css file @@ -171,9 +173,7 @@

    Arguments

    Value

    - - -

    In addition to creating the html files, and perhaps zip files, +

    In addition to creating the html files, and perhaps zip files, a list containing the following (character vector) components is returned invisibly:

    files
    @@ -234,15 +234,15 @@

    Examples

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/reference/rmd2word.html b/docs/reference/rmd2word.html index 96d8fa4..316a86c 100644 --- a/docs/reference/rmd2word.html +++ b/docs/reference/rmd2word.html @@ -8,7 +8,7 @@ - +
    @@ -36,14 +36,14 @@
    - +
    @@ -67,6 +67,7 @@

    Converts R markdown code to Word and PDF documents

    x, doc = "accessr", pdf = isTRUE(.Platform$OS.type == "windows"), + pdf_args = c("/bookmarks"), dir, zip = if (length(x) == 1 & !add) FALSE else TRUE, add = FALSE, @@ -81,7 +82,9 @@

    Converts R markdown code to Word and PDF documents

    Arguments

    -
    x
    + + +
    x

    A character vector containing the names (no extension) of the .Rmd files to convert if they are in the current working directory, or paths to the files, either absolute or relative to the @@ -91,7 +94,7 @@

    Arguments

    the .Rmd files in the current working directory.

    -
    doc
    +
    doc

    An optional character vector (including the file extension) to specify template Word documents on which to base the style of the respective output Word documents. This determines what is passed as @@ -104,7 +107,7 @@

    Arguments

    options.

    -
    pdf
    +
    pdf

    A logical scalar. Should OfficeToPDF.exe be used to create PDF files from the Word documents that are produced? If pdf = FALSE then any zip archives created contain only Word files. @@ -112,7 +115,17 @@

    Arguments

    "windows", that is, .Platform$OS.type == "windows".

    -
    dir
    +
    pdf_args
    +

    A character vector of arguments to be used when calling +OfficeToPDF.exe. See +Command line switches +at OfficeToPDF for a list +of optional arguments. Including "/bookmarks" (the default) in +pdf_args will create bookmarks in the PDF using the headings in the +corresponding Word document, which users may find useful for navigation.

    + + +
    dir

    A path to the directory in which the file OfficeToPDF.exe sits. This is not needed if this file sits in the current working directory or a directory in the list returned by searchpaths(). @@ -122,7 +135,7 @@

    Arguments

    installation location of install_otp.

    -
    zip
    +
    zip

    A logical scalar or character vector indicating whether PDF files should be put into a zip archive. If zip = FALSE then no zip archive is created. Otherwise, an archive is created in each unique @@ -133,51 +146,49 @@

    Arguments

    the number of unique directories if necessary.

    -
    add
    +
    add

    A logical scalar that determines what happens if the output zip file already exists. If add = TRUE then files are added to the zip file and if add = FALSE then the zip file is deleted and will only contain newly-created files.

    -
    quiet
    +
    quiet

    A logical scalar. Passed to render as the argument quiet. The default, quite = TRUE suppresses all printing during rendering of the document.

    -
    rm_word
    +
    rm_word

    A logical scalar. If rm_word = TRUE then all the Word files created are deleted. Otherwise, they are not deleted.

    -
    rm_pdf
    +
    rm_pdf

    A logical scalar. If rm_pdf = TRUE and a zip archive of PDF files is produced then the individual PDF files are deleted. Otherwise, they are not deleted.

    -
    inc_word
    +
    inc_word

    A logical scalar. If inc_word = TRUE then the Word files are included in the zip file created. Otherwise, they are not included.

    -
    params
    +
    params

    A list of named parameters to pass as the argument params to render.

    -
    ...
    +
    ...

    Additional arguments passed to word_document.

    Value

    - - -

    In addition to creating the Word and PDF files, and perhaps zip +

    In addition to creating the Word and PDF files, and perhaps zip files, a list containing the following vector components is returned invisibly:

    error_codes
    @@ -293,15 +304,15 @@

    Examples

    -

    Site built with pkgdown 2.0.9.

    +

    Site built with pkgdown 2.1.1.

    - - + + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 3d7e0d2..efc5b52 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -1,57 +1,20 @@ - - - - /404.html - - - /authors.html - - - /index.html - - - /LICENSE.html - - - /news/index.html - - - /reference/accessr-internal.html - - - /reference/accessr-package.html - - - /reference/accessr.html - - - /reference/ext_img.html - - - /reference/index.html - - - /reference/install_otp.html - - - /reference/ioslides_level.html - - - /reference/rmd2html.html - - - /reference/rmd2ioslides.html - - - /reference/rmd2many.html - - - /reference/rmd2pdf.html - - - /reference/rmd2slidy.html - - - /reference/rmd2word.html - + +/404.html +/authors.html +/index.html +/LICENSE.html +/news/index.html +/reference/accessr-internal.html +/reference/accessr-package.html +/reference/ext_img.html +/reference/index.html +/reference/install_otp.html +/reference/ioslides_level.html +/reference/rmd2html.html +/reference/rmd2ioslides.html +/reference/rmd2many.html +/reference/rmd2pdf.html +/reference/rmd2slidy.html +/reference/rmd2word.html +