Skip to content

Commit 29f209b

Browse files
committed
prepare CRAN version
sitedeploy
1 parent 85f0dd6 commit 29f209b

4 files changed

Lines changed: 60 additions & 44 deletions

File tree

DESCRIPTION

Lines changed: 46 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,54 @@
1-
Package: officedown
21
Type: Package
2+
Package: officedown
33
Title: Enhanced 'R Markdown' Format for 'Word' and 'PowerPoint'
4-
Version: 0.4.1.002
4+
Version: 0.4.1
55
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.
2526
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
3342
Suggests:
34-
ggplot2,
35-
flextable (>= 0.9.7),
3643
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
4252
Roxygen: list(markdown = TRUE)
53+
RoxygenNote: 7.3.2
4354
SystemRequirements: pandoc (>= 2.0) - http://pandoc.org
44-
VignetteBuilder: knitr
45-
Config/testthat/edition: 3

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# officedown 0.4.1
2+
3+
## Changes
4+
5+
- Default page size is now set to exact A4 format for Word documents
6+
- prepare paragraph styles management for officer > 0.6.8
7+
18
# officedown 0.4.0
29

310
## new feature

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Test environments
22

3-
- local OS X install (R 4.4.3)
4-
- ubuntu 20.04 (devel)
3+
- local OS X install (R 4.5.0)
4+
- ubuntu 22.04 (devel)
55
- winbuilder (with release and devel)
66

77
## R CMD check results

man/rdocx_document.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)