-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix_content_row_end
- Loading branch information
Showing
23 changed files
with
319 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: formatters | ||
Title: ASCII Formatting for Values and Tables | ||
Version: 0.5.4.9002 | ||
Date: 2023-10-19 | ||
Version: 0.5.4.9005 | ||
Date: 2023-11-27 | ||
Authors@R: c( | ||
person("Gabriel", "Becker", , "[email protected]", role = "aut", | ||
comment = "original creator of the package"), | ||
|
@@ -51,6 +51,7 @@ Collate: | |
'generics.R' | ||
'labels.R' | ||
'mpf_exporters.R' | ||
'package.R' | ||
'page_size.R' | ||
'pagination.R' | ||
'tostring.R' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#' formatters Package | ||
#' | ||
#' Package to format tables and listings in a flexible way. | ||
#' | ||
"_PACKAGE" | ||
|
||
#' @importFrom stats na.omit | ||
#' @importFrom utils head tail localeToCharset | ||
#' @importFrom htmltools tags tagList | ||
#' @import checkmate | ||
NULL |
Oops, something went wrong.