Skip to content

Commit

Permalink
Merge pull request #22 from pharmaverse/cran_0.1.2
Browse files Browse the repository at this point in the history
Updates per #21 fixing CRAN issue.
  • Loading branch information
elimillera authored Aug 31, 2023
2 parents f775f1c + 61ed624 commit 0b59961
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
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.

0 comments on commit 0b59961

Please sign in to comment.