diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 44dd94a..ff86094 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 3.1.1 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2024-04-27T21:49Z +last_built: 2024-04-28T08:04Z diff --git a/docs/reference/accessr-package.html b/docs/reference/accessr-package.html index 4bbdb85..d0f9228 100644 --- a/docs/reference/accessr-package.html +++ b/docs/reference/accessr-package.html @@ -1,18 +1,18 @@ accessr: Command Line Tools to Produce Accessible Documents using R markdown — accessr-package • accessr @@ -60,18 +60,18 @@

accessr: Command Line Tools to Produce Accessible Documents using R
-

This package provides functions to produce accessible html and PDF documents -from input R markdown files. Currently, accessr only provides the -option to produce accessible PDF files on a Windows Operating System. One -aspect of accessibility is providing a headings structure that is recognised -by a screen reader, providing a navigational tool for a blind or +

Provides functions to produce accessible HTML and PDF documents from input +R markdown files. Currently, accessr only provides the option to +produce accessible PDF files on a Windows Operating System. One aspect of +accessibility is providing a headings structure that is recognised by a +screen reader, providing a navigational tool for a blind or partially-sighted person. A key aim is to produce documents of different -formats from each of a collection of R markdown source files. -A user-supplied template Word document can be used to determine the -formatting of an output Word document. Similar functions produce html -slides and html documents. A zip file containing multiple files -can be produced. The option to print html output to (non-accessible) PDF -files is also available.

+formats from each of a collection of R markdown source files. A +user-supplied template Word document can be used to determine the +formatting of an output Word document. Similar functions produce HTML slides +and HTML documents. A zip file containing multiple files can be produced. +The option to print HTML output to (non-accessible) PDF files is also +available.

@@ -114,12 +114,12 @@

Details

References

David Gohel and Noam Ross (2021). officedown: Enhanced -'R Markdown' Format for 'Word' and 'PowerPoint'. R package version 0.2.2. +'R Markdown' Format for 'Word' and 'PowerPoint'. R package version 0.3.1. https://CRAN.R-project.org/package=officedown

-

JJ Allaire, Yihui Xie, Jonathan McPherson, Javier Luraschi, -Kevin Ushey, Aron Atkins, Hadley Wickham, Joe Cheng, Winston Chang and -Richard Iannone (2021). rmarkdown: Dynamic Documents for R. R package -version 2.9. https://rmarkdown.rstudio.com.

+

JJ Allaire, Yihui Xie, Christophe Dervieux, Jonathan McPherson, +Javier Luraschi, Kevin Ushey, Aron Atkins, Hadley Wickham, Joe Cheng, +Winston Chang, and Richard Iannone (2024). rmarkdown: Dynamic Documents +for R. R package version 2.26, https://rmarkdown.rstudio.com.

See also

diff --git a/docs/reference/rmd2html.html b/docs/reference/rmd2html.html index 06f99e2..01d8010 100644 --- a/docs/reference/rmd2html.html +++ b/docs/reference/rmd2html.html @@ -181,8 +181,7 @@

See also

rmd2ioslides, rmd2slidy for other output formats.

The accessr -package page on Github. In particular, the README file suggests copying -to your working directory the example file example.Rmd used below.

+package page on Github.

diff --git a/docs/reference/rmd2ioslides.html b/docs/reference/rmd2ioslides.html index 316db5e..a6d984e 100644 --- a/docs/reference/rmd2ioslides.html +++ b/docs/reference/rmd2ioslides.html @@ -230,8 +230,7 @@

See also

rmd2many, rmd2word, rmd2slidy, rmd2html for other output formats.

The accessr -package page on Github. In particular, the README file suggests copying -to your working directory the example file example.Rmd used below.

+package page on Github.

diff --git a/docs/reference/rmd2many.html b/docs/reference/rmd2many.html index e059bc5..6782203 100644 --- a/docs/reference/rmd2many.html +++ b/docs/reference/rmd2many.html @@ -179,7 +179,9 @@

See also

install_otp to install OfficeToPDF.

rmd2word, rmd2ioslides, -rmd2slidy, rmd2html.

+rmd2slidy, rmd2html.

+

The accessr +package page on Github.

@@ -201,12 +203,12 @@

Examples

rmd2many(ex_file, params = list(hide = TRUE), pdf = FALSE, zip = TRUE) } #> $files -#> [1] "C:/Users/Paul/AppData/Local/Temp/RtmpUPEkrc/example.html" -#> [2] "C:/Users/Paul/AppData/Local/Temp/RtmpUPEkrc/example18pt.docx" -#> [3] "C:/Users/Paul/AppData/Local/Temp/RtmpUPEkrc/example.docx" +#> [1] "C:/Users/Paul/AppData/Local/Temp/Rtmpm46AIl/example.html" +#> [2] "C:/Users/Paul/AppData/Local/Temp/Rtmpm46AIl/example18pt.docx" +#> [3] "C:/Users/Paul/AppData/Local/Temp/Rtmpm46AIl/example.docx" #> #> $zips -#> [1] "C:/Users/Paul/AppData/Local/Temp/RtmpUPEkrc/example.zip" +#> [1] "C:/Users/Paul/AppData/Local/Temp/Rtmpm46AIl/example.zip" #>
diff --git a/docs/reference/rmd2slidy.html b/docs/reference/rmd2slidy.html index ba8986e..838c529 100644 --- a/docs/reference/rmd2slidy.html +++ b/docs/reference/rmd2slidy.html @@ -199,8 +199,7 @@

See also

rmd2ioslides, rmd2html for other output formats.

The accessr -package page on Github. In particular, the README file suggests copying -to your working directory the example file example.Rmd used below.

+package page on Github.

diff --git a/docs/reference/rmd2word.html b/docs/reference/rmd2word.html index 06516e4..88d8181 100644 --- a/docs/reference/rmd2word.html +++ b/docs/reference/rmd2word.html @@ -253,11 +253,10 @@

References

See also

install_otp to install OfficeToPDF.

-

rmd2word, rmd2ioslides, +

rmd2many, rmd2ioslides, rmd2slidy, rmd2html for other output formats.

The accessr -package page on Github. In particular, the README file suggests copying -to your working directory the example file example.Rmd used below.

+package page on Github.