Skip to content

Commit

Permalink
Merge pull request #36 from CDU-data-science-team/23-dependencies
Browse files Browse the repository at this point in the history
Updated dependencies from CRAN and development.
  • Loading branch information
Zoë Turner authored Sep 27, 2021
2 parents 3602a71 + ba006c1 commit 8a67134
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
12 changes: 11 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,14 @@ Imports:
plotly,
scales,
ggplot2,
lubridate
lubridate,
knitr,
icons (>= 0.2.0),
xaringanExtra (>= 0.5.4),
nhsrtheme (>= 0.1.0),
magrittr,
shinydashboard
Remotes:
mitchelloharawild/icons,
gadenbuie/xaringanExtra,
nhs-r-community/nhsrtheme
14 changes: 14 additions & 0 deletions R/utils-pipe.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
#' @param lhs A value or the magrittr placeholder.
#' @param rhs A function call using the magrittr semantics.
#' @return The result of calling `rhs(lhs)`.
NULL

0 comments on commit 8a67134

Please sign in to comment.