-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2682dfa
commit 573fccf
Showing
24 changed files
with
140 additions
and
65 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
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 |
---|---|---|
@@ -1,23 +1,51 @@ | ||
#' Pipe operator | ||
#' | ||
#' Implements: https://github.com/sckott/analogsea/issues/32 | ||
#' and https://github.com/rstudio/ggvis/blob/master/R/pipe.R. | ||
#' Import of [magrittr::%>%()]. See magrittr package documentation for detailed description. | ||
#' | ||
#' @importFrom magrittr %>% | ||
#' @name %>% | ||
#' @rdname pipe | ||
#' @export | ||
#' @param lhs,rhs An object and a function to apply to it | ||
#' @keywords internal | ||
#' @returns The type of return from this function depends on the left hand side and right hand side arguments supplied to it. In principle, any type of returned object is feasible. | ||
#' @seealso [magrittr::%>%()] | ||
NULL | ||
|
||
#' Deprecated function | ||
#' | ||
#' Import of deprecated function as recommended in lifecycle package documentation. | ||
#' Import of [lifecycle::deprecated()]. See lifecycle package documentation for detailed description. | ||
#' | ||
#' @importFrom lifecycle deprecated | ||
#' @name deprecated | ||
#' @rdname deprecated | ||
#' @export | ||
#' @keywords internal | ||
#' @returns Does not return a value as the function is used to signal that a function argument has been deprecated. | ||
#' @seealso [lifecycle::deprecated()] | ||
NULL | ||
|
||
#' Non standard evaluation assignment function | ||
#' | ||
#' Import of := function, implementing [rlang::dyn-dots()]. See rlang package documentation for detailed description. | ||
#' | ||
#' @importFrom rlang := | ||
#' @name := | ||
#' @rdname nseequals | ||
#' @export | ||
#' @keywords internal | ||
#' @returns Does not return a value. Used to implement non standard evaluation within a dynamic dots context. | ||
#' @seealso [rlang::dyn-dots()] | ||
NULL | ||
|
||
#' Dot Data function | ||
#' | ||
#' Import of [rlang::.data()]. See rlang package documentation for detailed description. | ||
#' | ||
#' @importFrom rlang .data | ||
#' @name .data | ||
#' @rdname dotdata | ||
#' @export | ||
#' @keywords internal | ||
#' @returns Does not return a value. A pronoun for use in data-masked functions. | ||
#' @seealso [rlang::.data()] | ||
NULL |
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
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.
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.
Oops, something went wrong.