-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mark functions
ph_with_chart
and ph_with_chart_at
as defunct.
- Loading branch information
1 parent
a9108fe
commit cf61eef
Showing
7 changed files
with
51 additions
and
62 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,12 +1,15 @@ | ||
Package: mschart | ||
Type: Package | ||
Title: Chart Generation for 'Microsoft Word' and 'Microsoft PowerPoint' Documents | ||
Version: 0.2.6.002 | ||
Version: 0.2.6.003 | ||
Authors@R: c( | ||
person("David", "Gohel", role = c("aut", "cre"), email = "[email protected]"), | ||
person("David", "Gohel", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person(given = "ArData", role = "cph"), | ||
person("YouGov", role = "fnd"), | ||
person("David", "Camposeco", role = "ctb", email = "[email protected]", comment = "chart_data_smooth function") | ||
person("David", "Camposeco", role = "ctb", | ||
email = "[email protected]", | ||
comment = "chart_data_smooth function") | ||
) | ||
Description: Create native charts for 'Microsoft PowerPoint' and 'Microsoft Word' documents. | ||
These can then be edited and annotated. Functions are provided to let users create charts, modify | ||
|
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,19 @@ | ||
#' @name mschart-defunct | ||
#' @title Defunct Functions in Package mschart | ||
NULL | ||
|
||
#' @export | ||
#' @rdname mschart-defunct | ||
#' @details `ph_with_chart()` is replaced by `ph_with.ms_chart`. | ||
#' @param ... unused arguments | ||
ph_with_chart <- function(...) { | ||
.Defunct("ph_with.ms_chart") | ||
} | ||
|
||
#' @export | ||
#' @rdname mschart-defunct | ||
#' @details `ph_with_chart_at()` is replaced by `ph_with.ms_chart`. | ||
ph_with_chart_at <- function(...) { | ||
.Defunct("ph_with.ms_chart") | ||
} | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.