From 155778562103d732110add49cb27dd867de29e8f Mon Sep 17 00:00:00 2001 From: RobertZK Date: Sat, 28 Feb 2015 18:40:46 -0600 Subject: [PATCH] export super --- NAMESPACE | 1 + R/super.R | 1 + 2 files changed, 2 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index 544abc3..314fd96 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,3 +1,4 @@ # Generated by roxygen2 (4.1.0.9000): do not edit by hand +export(super) import(stringr) diff --git a/R/super.R b/R/super.R index 73bb3da..dca85e3 100644 --- a/R/super.R +++ b/R/super.R @@ -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")