-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change:
headers_flextable_at_bkm()
and footers_flextable_at_bkm()
…
… are defunct
- Loading branch information
1 parent
4cff456
commit ae707a0
Showing
7 changed files
with
33 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: flextable | ||
Type: Package | ||
Title: Functions for Tabular Reporting | ||
Version: 0.9.5 | ||
Version: 0.9.6.001 | ||
Authors@R: c( | ||
person("David", "Gohel", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
|
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,17 @@ | ||
#' @export | ||
#' @title Add flextable at a bookmark location in document's header | ||
#' @description Function is now defunct, use [prop_section()] instead. | ||
#' @param ... unused | ||
#' @keywords internal | ||
headers_flextable_at_bkm <- function(...) { | ||
.Defunct(new = "prop_section", package = "officer") | ||
} | ||
|
||
#' @export | ||
#' @title Add flextable at a bookmark location in document's footer | ||
#' @description Function is now defunct, use [prop_section()] instead. | ||
#' @param ... unused | ||
#' @keywords internal | ||
footers_flextable_at_bkm <- function(...) { | ||
.Defunct(new = "prop_section", package = "officer") | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.