diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e69de29..0000000 diff --git a/DESCRIPTION b/DESCRIPTION index b26900a..0f2f8f5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"))) @@ -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 diff --git a/NEWS.md b/NEWS.md index 69aef81..e66c327 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) diff --git a/R/geometry.R b/R/geometry.R index c813d80..5ac9508 100644 --- a/R/geometry.R +++ b/R/geometry.R @@ -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 ) diff --git a/cran-comments.md b/cran-comments.md index 961e17d..13428fc 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,5 @@ ## R CMD check results -0 errors | 0 warnings | 0 notes +0 errors | 0 warnings | 1 note +* Change in maintainer