Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed .vscode/settings.json
Empty file.
9 changes: 4 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Package: docorator
Title: Docorate (Decorate + Output) Displays
Version: 0.6.0.9000
Version: 0.7.0
Authors@R:
c(person(given = "Becca", family = "Krouse", email = "becca.z.krouse@gsk.com", role = c("aut", "cre")),
person(given = "Shannon", family = "Haughton", email = "shannon.l.haughton@gsk.com", role = c("aut")),
c(
person(given = "Shannon", family = "Haughton", email = "shannon.l.haughton@gsk.com", role = c("aut", "cre")),
person(given = "Becca", family = "Krouse", email = "becca.z.krouse@gsk.com", role = c("aut")),
person(given = "Seongbin", family = "Hong", email = "seongbin.x.hong@gsk.com", role = c("aut")),
person("Dragoș", "Moldovan-Grünfeld", , "dragos.v.moldovan-grunfeld@gsk.com", role = "aut"),
person("GlaxoSmithKline Research & Development Limited", role = c("cph", "fnd")))
Expand Down Expand Up @@ -36,8 +37,6 @@ Suggests:
tfrmt,
pdftools,
ggplot2
Remotes:
GSK-Biostatistics/polish
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://GSK-Biostatistics.github.io/docorator/, https://github.com/GSK-Biostatistics/docorator
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# docorator development version
# docorator 0.7.0
Improvements
* Added Word (.docx) output support with the new render_docx() engine. (#97)
* Convert all gt_groups to lists of gt_tbls interally for easier handling across render functions (#113)
Expand Down
2 changes: 1 addition & 1 deletion R/geometry.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ geom_process_docx <- function(geometry) {
if (!all(c("left", "right", "top", "bottom") %in% names(geometry))) {
missing <- setdiff(c("left", "right", "top", "bottom"), names(geometry))

geometry <- modifyList(
geometry <- utils::modifyList(
geom_set()[c("left", "right", "top", "bottom")],
geometry
)
Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## R CMD check results

0 errors | 0 warnings | 0 notes
0 errors | 0 warnings | 1 note

* Change in maintainer
Loading