diff --git a/NAMESPACE b/NAMESPACE index da27436b..1cec4f28 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -78,6 +78,7 @@ importFrom(dplyr,summarise) importFrom(dplyr,tally) importFrom(dplyr,tibble) importFrom(dplyr,transmute) +importFrom(dplyr,tribble) importFrom(dplyr,ungroup) importFrom(dplyr,vars) importFrom(httr,GET) @@ -112,17 +113,12 @@ importFrom(rlang,"!!") importFrom(rlang,":=") importFrom(rlang,.data) importFrom(rlang,syms) -importFrom(stringi,stri_replace_all) -importFrom(stringi,stri_trans_general) -importFrom(stringi,stri_trim_both) +importFrom(stringr,str_conv) importFrom(stringr,str_detect) importFrom(stringr,str_replace_all) importFrom(stringr,str_to_sentence) importFrom(stringr,str_to_title) -importFrom(tibble,add_column) -importFrom(tibble,as_tibble) -importFrom(tibble,tibble) -importFrom(tibble,tribble) +importFrom(stringr,str_trim) importFrom(tidyr,complete) importFrom(tidyr,drop_na) importFrom(tidyr,fill) diff --git a/man/pipe.Rd b/man/pipe.Rd deleted file mode 100644 index 5fa90fe3..00000000 --- a/man/pipe.Rd +++ /dev/null @@ -1,20 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/utils.R -\name{\%>\%} -\alias{\%>\%} -\title{Pipe operator} -\usage{ -lhs \%>\% rhs -} -\arguments{ -\item{lhs}{A value or the magrittr placeholder.} - -\item{rhs}{A function call using the magrittr semantics.} -} -\value{ -The result of calling \code{rhs(lhs)}. -} -\description{ -See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details. -} -\keyword{internal} diff --git a/man/reexports.Rd b/man/reexports.Rd index 3b0d9eb6..b8f09d31 100644 --- a/man/reexports.Rd +++ b/man/reexports.Rd @@ -3,6 +3,7 @@ \docType{import} \name{reexports} \alias{reexports} +\alias{\%>\%} \alias{.data} \title{Objects exported from other packages} \keyword{internal} @@ -11,6 +12,8 @@ These objects are imported from other packages. Follow the links below to see their documentation. \describe{ - \item{rlang}{\code{\link[rlang:tidyeval-data]{.data}}} + \item{dplyr}{\code{\link[dplyr:reexports]{\%>\%}}} + + \item{rlang}{\code{\link[rlang:dot-data]{.data}}} }}