Browse Source

Import !!! to splice lists in desc_table

tags/0.3.0
Maxime Wack 2 years ago
parent
commit
8538fda469
3 changed files with 10 additions and 0 deletions
  1. +2
    -0
      NAMESPACE
  2. +5
    -0
      R/imports.R
  3. +3
    -0
      man/reexports.Rd

+ 2
- 0
NAMESPACE View File

@@ -10,6 +10,7 @@ S3method(desctable,default)
S3method(desctable,grouped_df)
S3method(pander,desctable)
S3method(print,desctable)
export("!!!")
export("%>%")
export(ANOVA)
export(IQR)
@@ -32,3 +33,4 @@ export(tests_auto)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(pander,pander)
importFrom(rlang,"!!!")

+ 5
- 0
R/imports.R View File

@@ -6,3 +6,8 @@ dplyr::`%>%`
#' @importFrom dplyr group_by
#' @export
dplyr::group_by


#' @importFrom rlang !!!
#' @export
rlang::`!!!`

+ 3
- 0
man/reexports.Rd View File

@@ -6,6 +6,7 @@
\alias{pander}
\alias{\%>\%}
\alias{group_by}
\alias{!!!}
\title{Objects exported from other packages}
\keyword{internal}
\description{
@@ -16,5 +17,7 @@ below to see their documentation.
\item{dplyr}{\code{\link[dplyr:reexports]{\%>\%}}, \code{\link[dplyr]{group_by}}}

\item{pander}{\code{\link[pander]{pander}}}

\item{rlang}{\code{\link[rlang:splice-operator]{!!!}}}
}}


Loading…
Cancel
Save