|
1 | | -Package: officedown |
2 | 1 | Type: Package |
| 2 | +Package: officedown |
3 | 3 | Title: Enhanced 'R Markdown' Format for 'Word' and 'PowerPoint' |
4 | | -Version: 0.4.1.002 |
| 4 | +Version: 0.4.1 |
5 | 5 | Authors@R: c( |
6 | | - person("David", "Gohel", role = c("aut", "cre", "cph"), |
7 | | - email = "david.gohel@ardata.fr"), |
8 | | - person(given = "ArData", role = "cph"), |
9 | | - person(given = "Institut für Qualitätssicherung und Transparenz im Gesundheitswesen", role = c("fnd")), |
10 | | - person("Noam", "Ross", role = c("aut"), email = 'noam.ross@gmail.com', |
11 | | - comment = "rmarkdown implementation for rvg"), |
12 | | - person(given = "ArData", role = "cph"), |
13 | | - person("Martin", "Camitz", role = c("ctb"), email = 'martin.camitz@gmail.com') |
14 | | - ) |
15 | | -Description: Allows production of 'Microsoft' corporate documents from 'R Markdown' by |
16 | | - reusing formatting defined in 'Microsoft Word' documents. You can reuse table styles, |
17 | | - list styles but also add column sections, landscape oriented pages. Table and image |
18 | | - captions as well as cross-references are transformed into 'Microsoft Word' fields, |
19 | | - allowing documents edition and merging without issue with references; the syntax |
20 | | - conforms to the 'bookdown' cross-reference definition. Objects generated by |
21 | | - the 'officer' package are also supported in the 'knitr' chunks. |
22 | | - 'Microsoft PowerPoint' presentations also benefit from this as well as the |
23 | | - ability to produce editable vector graphics in 'PowerPoint' and also to |
24 | | - define placeholder where content is to be added. |
| 6 | + person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre", "cph")), |
| 7 | + person("ArData", role = "cph"), |
| 8 | + person("Institut für Qualitätssicherung und Transparenz im Gesundheitswesen", role = "fnd"), |
| 9 | + person("Noam", "Ross", , "noam.ross@gmail.com", role = "aut", |
| 10 | + comment = "rmarkdown implementation for rvg"), |
| 11 | + person("ArData", role = "cph"), |
| 12 | + person("Martin", "Camitz", , "martin.camitz@gmail.com", role = "ctb") |
| 13 | + ) |
| 14 | +Description: Allows production of 'Microsoft' corporate documents from 'R |
| 15 | + Markdown' by reusing formatting defined in 'Microsoft Word' documents. |
| 16 | + You can reuse table styles, list styles but also add column sections, |
| 17 | + landscape oriented pages. Table and image captions as well as |
| 18 | + cross-references are transformed into 'Microsoft Word' fields, |
| 19 | + allowing documents edition and merging without issue with references; |
| 20 | + the syntax conforms to the 'bookdown' cross-reference definition. |
| 21 | + Objects generated by the 'officer' package are also supported in the |
| 22 | + 'knitr' chunks. 'Microsoft PowerPoint' presentations also benefit |
| 23 | + from this as well as the ability to produce editable vector graphics |
| 24 | + in 'PowerPoint' and also to define placeholder where content is to be |
| 25 | + added. |
25 | 26 | License: MIT + file LICENSE |
26 | | -Encoding: UTF-8 |
27 | | -Imports: knitr, |
28 | | - rmarkdown, |
29 | | - officer (>= 0.6.7), |
30 | | - xml2, rlang, uuid, |
31 | | - grDevices, yaml, utils, memoise, |
32 | | - rvg (>= 0.3.4) |
| 27 | +URL: https://ardata-fr.github.io/officeverse/, |
| 28 | + https://davidgohel.github.io/officedown/ |
| 29 | +BugReports: https://github.com/davidgohel/officedown/issues |
| 30 | +Imports: |
| 31 | + grDevices, |
| 32 | + knitr, |
| 33 | + memoise, |
| 34 | + officer (>= 0.6.7), |
| 35 | + rlang, |
| 36 | + rmarkdown, |
| 37 | + rvg (>= 0.3.4), |
| 38 | + utils, |
| 39 | + uuid, |
| 40 | + xml2, |
| 41 | + yaml |
33 | 42 | Suggests: |
34 | | - ggplot2, |
35 | | - flextable (>= 0.9.7), |
36 | 43 | bookdown (>= 0.13), |
37 | | - testthat (>= 3.0.0), |
38 | | - doconv (>= 0.3.0) |
39 | | -URL: https://ardata-fr.github.io/officeverse/, https://davidgohel.github.io/officedown/ |
40 | | -BugReports: https://github.com/davidgohel/officedown/issues |
41 | | -RoxygenNote: 7.3.2 |
| 44 | + doconv (>= 0.3.0), |
| 45 | + flextable (>= 0.9.7), |
| 46 | + ggplot2, |
| 47 | + testthat (>= 3.0.0) |
| 48 | +VignetteBuilder: |
| 49 | + knitr |
| 50 | +Config/testthat/edition: 3 |
| 51 | +Encoding: UTF-8 |
42 | 52 | Roxygen: list(markdown = TRUE) |
| 53 | +RoxygenNote: 7.3.2 |
43 | 54 | SystemRequirements: pandoc (>= 2.0) - http://pandoc.org |
44 | | -VignetteBuilder: knitr |
45 | | -Config/testthat/edition: 3 |
|
0 commit comments