Skip to content

Commit

Permalink
add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertzk committed Mar 1, 2015
1 parent a6e421b commit 5cabf17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/super.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#' # [1] "Mid-level"
#' # [1] "Top-level"
super <- function(...) {
# TODO: (RK) Error on anonymous function calls.
fn <- as.character(sys.call(-1)[[1]])

env <- parent.env(parent.frame(2))
Expand Down

0 comments on commit 5cabf17

Please sign in to comment.