Home
last modified time | relevance | path

Searched +refs:rmarkdown +refs:pandoc +refs:from (Results 1 – 25 of 99) sorted by relevance

1234

/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/inst/
H A DNEWS1 rmarkdown 1.8 (unreleased)
14 rmarkdown 1.7
67 * Upgraded highlight.js from v1.1 to v9.12.0 (#988, #907).
77 rmarkdown 1.6
85 * Provide rmarkdown.pandoc.id_prefix as Knit option
99 rmarkdown 1.5
110 rmarkdown 1.4
141 rmarkdown 1.3
236 * Exclude `output_dir` from site files (#803)
306 * Eliminate duplicate viewport meta tag from html_document
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/
H A DREADME.md3 …ild Status](https://travis-ci.org/rstudio/rmarkdown.svg?branch=master)](https://travis-ci.org/rstu…
5 The **rmarkdown** package is a next generation implementation of R Markdown based on [pandoc](http:…
11 - Compile HTML, PDF, or MS Word notebooks from R scripts.
17 See the [R Markdown documentation](http://rmarkdown.rstudio.com/) for full details.
21 …://www.rstudio.com/ide/download/preview) of RStudio (both the rmarkdown package and pandoc are inc…
23 If you want to use the rmarkdown package outside of RStudio then you can install the package from C…
26 install.packages("rmarkdown")
29 …t version of pandoc (>= 1.12.3) is also required. See the [pandoc installation instructions](PA…
95 To select from the various formats defined you can pass a format name to `render`. For example:
124 …tput formats. There are seven built-in output formats each exported as a function from the package:
[all …]
H A DPANDOC.md5 The [pandoc installation](http://johnmacfarlane.net/pandoc/installing.html) page includes easy to u…
9pandoc included in the standard repositories is not recent enough for use with the **rmarkdown** p…
11 …s so might not be desirable. You can also obtain a standalone version of pandoc without the depend…
15 …a standalone version of pandoc v1.13.1 (with no Haskell dependencies) from <https://copr.fedorapro…
17 …m.repos.d/ https://copr.fedoraproject.org/coprs/petersen/pandoc-el5/repo/epel-5/petersen-pandoc-el…
18 $ yum install pandoc pandoc-citeproc
22 For newer Linux systems you can make a standalone version of pandoc v1.12.3 available to the system…
24 $ sudo ln -s /usr/lib/rstudio/bin/pandoc/pandoc /usr/local/bin
25 $ sudo ln -s /usr/lib/rstudio/bin/pandoc/pandoc-citeproc /usr/local/bin
29 $ sudo ln -s /usr/lib/rstudio-server/bin/pandoc/pandoc /usr/local/bin
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/man/
H A Dodt_document.Rd19 the rmarkdown package default template; pass \code{NULL} to use pandoc's
22 \href{http://pandoc.org/README.html}{pandoc online documentation}
27 modified version of an odt file produced using pandoc. Pass "default"
28 to use the rmarkdown default styles.}
35 \item{md_extensions}{Markdown extensions to be added or removed from the
39 \item{pandoc_args}{Additional command line options to pass to pandoc}
45 Format for converting from R Markdown to an ODT document.
48 See the \href{http://rmarkdown.rstudio.com/odt_document_format.html}{online
57 \href{http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html}{Bibliographies
63 library(rmarkdown)
H A Dmd_document.Rd15 markdown_phpextra", or even "markdown" (which produces pandoc markdown).
17 \href{http://pandoc.org/README.html}{pandoc online documentation}
47 by setting the option \code{rmarkdown.df_print} to \code{FALSE}.}
52 \item{md_extensions}{Markdown extensions to be added or removed from the
56 \item{pandoc_args}{Additional command line options to pass to pandoc}
62 Format for converting from R Markdown to another variant of markdown (e.g.
66 See the \href{http://rmarkdown.rstudio.com/markdown_document_format.html}{online
75 \href{http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html}{Bibliographies
81 library(rmarkdown)
H A Dbeamer_presentation.Rd50 by setting the option \code{rmarkdown.df_print} to \code{FALSE}.}
63 the rmarkdown package default template; pass \code{NULL} to use pandoc's
66 \href{http://pandoc.org/README.html}{pandoc online documentation}
84 \item{md_extensions}{Markdown extensions to be added or removed from the
88 \item{pandoc_args}{Additional command line options to pass to pandoc}
94 Format for converting from R Markdown to a Beamer presentation.
98 \href{http://rmarkdown.rstudio.com/beamer_presentation_format.html}{online
102 Creating Beamer output from R Markdown requires that LaTeX be installed.
110 \href{http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html}{Bibliographies
116 library(rmarkdown)
H A Dpdf_document.Rd48 by setting the option \code{rmarkdown.df_print} to \code{FALSE}.}
55 the rmarkdown package default template; pass \code{NULL} to use pandoc's
58 \href{http://pandoc.org/README.html}{pandoc online documentation}
72 \item{md_extensions}{Markdown extensions to be added or removed from the
76 \item{pandoc_args}{Additional command line options to pass to pandoc}
91 Formats for converting from R Markdown to a PDF or LaTeX document.
94 See the \href{http://rmarkdown.rstudio.com/pdf_document_format.html}{online
97 Creating PDF output from R Markdown requires that LaTeX be installed.
105 \href{http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html}{Bibliographies
135 library(rmarkdown)
[all …]
H A Dpandoc_convert.Rd2 % Please edit documentation in R/pandoc.R
5 \title{Convert a document with pandoc}
7 pandoc_convert(input, to = NULL, from = NULL, output = NULL,
17 \item{from}{Format to convert from (if not specified then the format is
23 \item{citeproc}{\code{TRUE} to run the pandoc-citeproc filter (for processing
26 \item{options}{Character vector of command line options to pass to pandoc.}
34 Convert documents to and from various formats using the pandoc utility.
38 \href{http://johnmacfarlane.net/pandoc/README.html}{pandoc user guide}.
41 running under RStudio) are scanned for pandoc and the highest version
46 library(rmarkdown)
[all …]
H A Dslidy_presentation.Rd53 by setting the option \code{rmarkdown.df_print} to \code{FALSE}.}
69 \item{mathjax}{Include mathjax. The "default" option uses an https URL from a
75 the rmarkdown package default template; pass \code{NULL} to use pandoc's
78 \href{http://pandoc.org/README.html}{pandoc online documentation}
92 \item{md_extensions}{Markdown extensions to be added or removed from the
96 \item{pandoc_args}{Additional command line options to pass to pandoc}
112 Format for converting from R Markdown to a slidy presentation.
116 \href{http://rmarkdown.rstudio.com/slidy_presentation_format.html}{online
121 \href{http://pandoc.org/README.html}{pandoc online documentation}.
126 library(rmarkdown)
H A Dword_document.Rd32 by setting the option \code{rmarkdown.df_print} to \code{FALSE}.}
44 modified version of a docx file produced using pandoc. Pass "default"
45 to use the rmarkdown default styles.}
49 \item{md_extensions}{Markdown extensions to be added or removed from the
53 \item{pandoc_args}{Additional command line options to pass to pandoc}
59 Format for converting from R Markdown to an MS Word document.
62 See the \href{http://rmarkdown.rstudio.com/word_document_format.html}{online
71 \href{http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html}{Bibliographies
77 library(rmarkdown)
/dports/textproc/R-cran-rmarkdown/rmarkdown/vignettes/
H A Dlua-filters.Rmd3 output: rmarkdown::html_vignette
6 %\VignetteEngine{knitr::rmarkdown}
46 rmarkdown will convert those commands in the correct output format syntax using a [Lua filter](#lua…
100 and the style will be applied to this class from the CSS included in the chunk.
215pandoc 2.0, it is possible to use Lua filters to add some extra functionality to pandoc document c…
241 base_format$pandoc$lua_filters <- c(
243 base_format$pandoc$lua_filters)
247 basename(custom_format()$pandoc$lua_filters)
253 rmarkdown::output_format(
256 pandoc = rmarkdown::pandoc_options(to = "html", lua_filters = "new.lua"),
[all …]
/dports/textproc/R-cran-rmarkdown/rmarkdown/inst/doc/
H A Dlua-filters.Rmd3 output: rmarkdown::html_vignette
6 %\VignetteEngine{knitr::rmarkdown}
46 rmarkdown will convert those commands in the correct output format syntax using a [Lua filter](#lua…
100 and the style will be applied to this class from the CSS included in the chunk.
215pandoc 2.0, it is possible to use Lua filters to add some extra functionality to pandoc document c…
241 base_format$pandoc$lua_filters <- c(
243 base_format$pandoc$lua_filters)
247 basename(custom_format()$pandoc$lua_filters)
253 rmarkdown::output_format(
256 pandoc = rmarkdown::pandoc_options(to = "html", lua_filters = "new.lua"),
[all …]
/dports/textproc/R-cran-rmarkdown/rmarkdown/
H A DNEWS.md64 …ary file anymore. This was a leftover from previous versions of **rmarkdown**. Since **knitr** 1.2…
264 - Added the returned output from `shiny::runApp()` within `rmarkdown::run()` (thanks, @schloerke, #…
428 * Provided `rmarkdown.pandoc.args` as a **knitr** package option in `knitr::opts_knit` (#1468, @noa…
512 * Suppress confusing error messages from `knitr::purl()` during `rmarkdown::find_external_resources…
590 * Provide rmarkdown.pandoc.id_prefix as Knit option
770 * Ensure pandoc binary exists before binding to pandoc directory (#632)
794 * Use pandoc 1.17.0.2 compatible LaTeX template when pandoc >= 1.17.0.2
816 * Specify --filter pandoc-citeproc after custom pandoc args
824 * Use pandoc 1.15.2 compatible LaTeX template when pandoc >= 1.15.2
936 * Use pandoc 1.14 compatible LaTeX template when pandoc >= 1.14
[all …]
/dports/textproc/R-cran-rmarkdown/rmarkdown/man/
H A Dfind_pandoc.Rd2 % Please edit documentation in R/pandoc.R
5 \title{Find the \command{pandoc} executable}
10 \item{cache}{Whether to search for \command{pandoc} again if a Pandoc
11 directory containing the \command{pandoc} executable of the expected
16 \command{pandoc} may be found. If not provided, this function searches for
17 \command{pandoc} from the environment variable \var{RSTUDIO_PANDOC} (the
20 \file{~/opt/pandoc/}.}
30 Searches for the \command{pandoc} executable in a few places and use the
40 rmarkdown::find_pandoc()
41 rmarkdown::find_pandoc(dir = '~/Downloads/Pandoc')
[all …]
H A Dodt_document.Rd30 the rmarkdown package default template; pass \code{NULL} to use pandoc's
33 \href{https://pandoc.org/MANUAL.html}{pandoc online documentation} for
38 modified version of an odt file produced using pandoc. Pass "default"
39 to use the rmarkdown default styles.}
46 \item{md_extensions}{Markdown extensions to be added or removed from the
50 \item{pandoc_args}{Additional command line options to pass to pandoc}
56 Format for converting from R Markdown to an ODT document.
59 See the \href{https://bookdown.org/yihui/rmarkdown/opendocument-text-document.html}{online
68 \href{https://pandoc.org/MANUAL.html#citations}{Bibliographies
73 library(rmarkdown)
H A Dcontext_document.Rd60 \code{rmarkdown.df_print} to \code{FALSE}. See
61 \href{https://bookdown.org/yihui/rmarkdown/html-document.html#data-frame-printing}{Data
65 the rmarkdown package default template; pass \code{NULL} to use pandoc's
68 \href{https://pandoc.org/MANUAL.html}{pandoc online documentation} for
78 \command{pandoc-citeproc}.}
83 \item{md_extensions}{Markdown extensions to be added or removed from the
87 \item{output_extensions}{Pandoc extensions to be added or removed from the
94 to be available from the \code{PATH} environment variable.}
104 Format for converting from R Markdown to PDF using
119 \href{https://pandoc.org/MANUAL.html#citations}{Bibliographies
[all …]
H A Dword_document.Rd45 \code{rmarkdown.df_print} to \code{FALSE}. See
46 \href{https://bookdown.org/yihui/rmarkdown/html-document.html#data-frame-printing}{Data
55 modified version of a docx file produced using pandoc. Pass "default"
56 to use the rmarkdown default styles.}
60 \item{md_extensions}{Markdown extensions to be added or removed from the
64 \item{pandoc_args}{Additional command line options to pass to pandoc}
70 Format for converting from R Markdown to an MS Word document.
73 See the \href{https://bookdown.org/yihui/rmarkdown/word-document.html}{online
82 \href{https://pandoc.org/MANUAL.html#citations}{Bibliographies
87 library(rmarkdown)
H A Dmd_document.Rd28 pandoc markdown). You can also compose custom markdown variants, see the
29 \href{https://pandoc.org/MANUAL.html}{pandoc online documentation} for
62 \code{rmarkdown.df_print} to \code{FALSE}. See
63 \href{https://bookdown.org/yihui/rmarkdown/html-document.html#data-frame-printing}{Data
69 \item{md_extensions}{Markdown extensions to be added or removed from the
73 \item{pandoc_args}{Additional command line options to pass to pandoc}
81 Format for converting from R Markdown to another variant of markdown (e.g.
85 See the \href{https://bookdown.org/yihui/rmarkdown/markdown-document.html}{online
94 library(rmarkdown)
H A Dbeamer_presentation.Rd73 \code{rmarkdown.df_print} to \code{FALSE}. See
88 the rmarkdown package default template; pass \code{NULL} to use pandoc's
91 \href{https://pandoc.org/MANUAL.html}{pandoc online documentation} for
104 \command{pandoc-citeproc}.}
113 \item{md_extensions}{Markdown extensions to be added or removed from the
117 \item{pandoc_args}{Additional command line options to pass to pandoc}
123 Format for converting from R Markdown to a Beamer presentation.
126 See the \href{https://bookdown.org/yihui/rmarkdown/beamer-presentation.html}{online
130 Creating Beamer output from R Markdown requires that LaTeX be installed.
138 \href{https://pandoc.org/MANUAL.html#citations}{Bibliographies
[all …]
H A Dpdf_document.Rd66 \code{rmarkdown.df_print} to \code{FALSE}. See
75 the rmarkdown package default template; pass \code{NULL} to use pandoc's
78 \href{https://pandoc.org/MANUAL.html}{pandoc online documentation} for
91 \command{pandoc-citeproc}.}
96 \item{md_extensions}{Markdown extensions to be added or removed from the
100 \item{output_extensions}{Pandoc extensions to be added or removed from the
119 Formats for converting from R Markdown to a PDF or LaTeX document.
122 See the \href{https://bookdown.org/yihui/rmarkdown/pdf-document.html}{online
126 Creating PDF output from R Markdown requires that LaTeX be installed.
163 library(rmarkdown)
[all …]
H A Dslidy_presentation.Rd81 \code{rmarkdown.df_print} to \code{FALSE}. See
82 \href{https://bookdown.org/yihui/rmarkdown/html-document.html#data-frame-printing}{Data
95 \item{mathjax}{Include mathjax. The "default" option uses an https URL from a
101 the rmarkdown package default template; pass \code{NULL} to use pandoc's
104 \href{https://pandoc.org/MANUAL.html}{pandoc online documentation} for
118 \item{md_extensions}{Markdown extensions to be added or removed from the
122 \item{pandoc_args}{Additional command line options to pass to pandoc}
138 Format for converting from R Markdown to a slidy presentation.
141 See the \href{https://bookdown.org/yihui/rmarkdown/slidy-presentation.html}{online
146 \href{https://pandoc.org/README.html}{pandoc online documentation}.
[all …]
H A Dpandoc_convert.Rd2 % Please edit documentation in R/pandoc.R
5 \title{Convert a document with pandoc}
10 from = NULL,
25 \item{from}{Format to convert from (if not specified then the format is
34 \item{options}{Character vector of command line options to pass to pandoc.}
42 Convert documents to and from various formats using the pandoc utility.
46 \href{https://pandoc.org/MANUAL.html}{pandoc user guide}.
48 The system path as well as the version of pandoc shipped with RStudio (if
49 running under RStudio) are scanned for pandoc and the highest version
54 library(rmarkdown)
[all …]
H A Drtf_document.Rd31 \item{md_extensions}{Markdown extensions to be added or removed from the
35 \item{pandoc_args}{Additional command line options to pass to pandoc}
41 Format for converting from R Markdown to an RTF document.
44 See the \href{https://bookdown.org/yihui/rmarkdown/rich-text-format-document.html}{online
53 \href{https://pandoc.org/MANUAL.html#citations}{Bibliographies
59 library(rmarkdown)
/dports/print/R-cran-knitr/knitr/man/
H A Dpandoc.Rd2 % Please edit documentation in R/pandoc.R
3 \name{pandoc}
4 \alias{pandoc}
7 pandoc(input, format, config = getOption("config.pandoc"), ext = NA)
14 character vector of multiple formats; by default, it is obtained from the
22 \file{foo.pandoc})}
24 \item{ext}{Filename extensions. By default, the extension is inferred from
39 between \verb{<!--pandoc} and \verb{-->}.
60 Also see R Markdown (v2) at \url{https://rmarkdown.rstudio.com}. The
61 \pkg{rmarkdown} package has several convenience functions and templates
[all …]
H A Dvignette_engines.Rd13 If you use the \code{knitr::rmarkdown} engine, please make sure that
14 you put \pkg{rmarkdown} in the \samp{Suggests} field of your
15 \file{DESCRIPTION} file. Also make sure \command{pandoc} is available
16 during \command{R CMD build}. If you build your package from RStudio, this
18 \code{rmarkdown::find_pandoc()} in an R session to check if Pandoc can be
21 When the \pkg{rmarkdown} package is not installed or not available, or
22 \command{pandoc} cannot be found, the \code{knitr::rmarkdown} engine will

1234