Skip to content

Commit

Permalink
bump version and update news
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Nov 14, 2022
1 parent cfa3881 commit 2b7138a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: renderthis
Title: Render Slides to Different Formats
Version: 0.2.0
Version: 0.2.1
Authors@R:
c(person(given = "John",
family = "Helveston",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

# renderthis 0.2.1

- The `ratio` argument was added to the `to_pptx()` function (#66) to allow users to specify the powerpoint slide aspect ratio.

# renderthis 0.2.0

- Addresses several previous issues related to a note about a Crashpad file being generated from CI checks on Ubuntu.
Expand Down
5 changes: 3 additions & 2 deletions R/pptx.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
#' @inheritParams to_gif
#' @inheritParams to_png
#' @inheritParams to_pdf
#' @param ratio PowerPoint slides ratio. Possible values are
#' `"4:3"`, `"16:9"`. Default to `NULL`, meaning it will be guessed frm the slides.
#' @param ratio PowerPoint slides aspect ratio. Possible values are `"4:3"` or
#' `"16:9"`. Default to `NULL`, in which case the ratio will be guessed from
#' the slides.
#'
#' @return Slides are rendered as a pptx file.
#'
Expand Down

0 comments on commit 2b7138a

Please sign in to comment.