Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Feb 4, 2014
1 parent b8b4c56 commit ce595d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sandbox.R
Expand Up @@ -53,7 +53,7 @@ sandbox.pretest <- function(src, blacklist = as.character(unlist(commands.blackl

## filtering foreign calls
if (length(pkgs) > 0)
stop(sprintf('Tried to call at least one function outside of active namespace from package%s: %s', ifelse(length(pkgs) == 1, '', 's'), paste0(pkgs, collapse = ', ')))
stop(sprintf('Tried to call at least one function outside of the active namespace from package%s: %s', ifelse(length(pkgs) == 1, '', 's'), paste0(pkgs, collapse = ', ')))

## filtering forbidden function calls: e.g. get()
calls.forbidden <- calls %in% blacklist
Expand Down

0 comments on commit ce595d1

Please sign in to comment.