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
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: gridify
Title: Enrich Figures and Tables with Custom Headers and Footers and More
Version: 0.7.6.9000
Version: 0.7.7
Authors@R: c(
person("Maciej", "Nasinski", , "Maciej.Nasinski@ucb.com", role = c("aut", "cre")),
person("Alexandra", "Wall", , "Alexandra.Wall@ucb.com", role = "aut"),
Expand All @@ -26,6 +26,7 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
grDevices,
grid,
methods
Suggests:
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# gridify 0.7.6.9000
# gridify 0.7.7

* Updated `README.md` file.
* Updated description how to convert points to pixels, example in `README.md` file.
* Removed `rtables` examples as installation of `rtables.officer` requires R >= 4.4.0.
* Added the base R `grDevices` in `DESCRIPTION` file `Imports`.

# gridify 0.7.6

Expand Down