Skip to content

Commit

Permalink
export super
Browse files Browse the repository at this point in the history
  • Loading branch information
robertzk committed Mar 1, 2015
1 parent 5cabf17 commit 1557785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Generated by roxygen2 (4.1.0.9000): do not edit by hand

export(super)
import(stringr)
1 change: 1 addition & 0 deletions R/super.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#'
#' @param ... The arguments passed to the parent function.
#' @return the result of calling the next available function.
#' @export
#' @examples
#' function1 <- function() {
#' print("Top-level")
Expand Down

0 comments on commit 1557785

Please sign in to comment.