Browse Source

Import and reexport pander::pander

tags/0.1.9
Maxime Wack 3 years ago
parent
commit
60bc332214
3 changed files with 6 additions and 0 deletions
  1. +1
    -0
      NAMESPACE
  2. +2
    -0
      R/imports.R
  3. +3
    -0
      man/reexports.Rd

+ 1
- 0
NAMESPACE View File

@@ -27,3 +27,4 @@ export(stats_normal)
export(tests_auto)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(pander,pander)

+ 2
- 0
R/imports.R View File

@@ -7,3 +7,5 @@ dplyr::`%>%`
#' @export
dplyr::group_by

#' @importFrom pander pander
pander::pander

+ 3
- 0
man/reexports.Rd View File

@@ -5,6 +5,7 @@
\alias{reexports}
\alias{\%>\%}
\alias{group_by}
\alias{pander}
\title{Objects exported from other packages}
\keyword{internal}
\description{
@@ -13,5 +14,7 @@ below to see their documentation.

\describe{
\item{dplyr}{\code{\link[dplyr:reexports]{\%>\%}}, \code{\link[dplyr]{group_by}}}

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


Loading…
Cancel
Save