Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates per #21 fixing CRAN issue. #22

Merged
merged 2 commits into from
Aug 31, 2023
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
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# tidytlg 0.1.2

* Updated tidytlg-package overall documentation to resolve a CRAN issue. (#21)
* Fixed bug where the use of the 'wcol' argument in `gentlg()` would error when no formatting variables were present (#14)
* `gentlg()` now supports multiple plots passed in the 'plotnames' argument (#13)
* Fixed `check_args()` function to remove some tests that were too strict (#12)
Expand Down
2 changes: 2 additions & 0 deletions R/tidytlg.R → R/tidytlg-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@
#'
#' @docType package
#' @name tidytlg
#' @keywords internal
"_PACKAGE"

globalVariables(c("anbr", "label", "rowvar", "rowcondition", "row_type",
"rowtext", "tableby", "by", "func", "colvar", "header_order",
Expand Down
32 changes: 31 additions & 1 deletion man/tidytlg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading