Skip to content

Commit

Permalink
bump minor version for write_ functions
Browse files Browse the repository at this point in the history
  • Loading branch information
francojc committed Mar 12, 2024
1 parent b42ccb0 commit cd8787d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: qtkit
Title: Quantitative Text Kit
Version: 0.10.0
Version: 0.11.0
Authors@R:
person("Jerid", "Francom", , "[email protected]",
role = c("aut", "cre"),
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# qtkit 0.11.0

* Added `write_*()` functions to aid in publishing results to a variety of formats.
* `write_gg()` writes a ggplot object to a file.
* `write_kbl()` writes a knitr::kable object to a file.
* `write_obj()` writes an R object to a file.

# qtkit 0.10.0

# qtkit 0.9.5
Expand Down

0 comments on commit cd8787d

Please sign in to comment.