Skip to content

Commit

Permalink
Don't export loop_apply
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 2, 2014
1 parent a0e2845 commit 9d63edf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Expand Up @@ -67,7 +67,6 @@ export(laply)
export(ldply)
export(liply)
export(llply)
export(loop_apply)
export(m_ply)
export(maply)
export(mapvalues)
Expand Down
1 change: 0 additions & 1 deletion R/RcppExports.R
Expand Up @@ -11,7 +11,6 @@
#' @param env environment in which to evaluate function
#' @useDynLib plyr
#' @keywords internal manip
#' @export
#' @examples
#' loop_apply(10, function(x) x ^ 2)
#' y <- 10
Expand Down
1 change: 0 additions & 1 deletion R/colwise.r
Expand Up @@ -79,4 +79,3 @@ catcolwise <- function(.fun, ...) {
numcolwise <- function(.fun, ...) {
colwise(.fun, is.numeric, ...)
}

0 comments on commit 9d63edf

Please sign in to comment.