Skip to content
Snippets Groups Projects
Commit d27bcafd authored by Lukas Stadler's avatar Lukas Stadler
Browse files

handle .FastR in EvaluatedArgumentsVisitor

parent 2d274413
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ public final class EvaluatedArgumentsVisitor extends BasicVisitor<Info> {
private static final Set<String> wellKnownFunctions = new HashSet<>(Arrays.asList("c", "$", "@", "[", "[[", "any", "dim", "dimnames", "rownames", "colnames", "is.null", "list", "names", "return",
"print", "length", "rep", "min", "max", "matrix", "table", "is.array", "is.element", "is.character", "exp", "all", "pmin", "pmax", "as.numeric", "proc.time", "as.integer",
"as.character", "as.matrix", ".Call", "sum", "order", "rev", "integer", "double", "as.numeric", "as.list", "as.integer", ".Call", "unname", "log", "lgamma"));
"as.character", "as.matrix", ".Call", "sum", "order", "rev", "integer", "double", "as.numeric", "as.list", "as.integer", ".Call", ".FastR", "unname", "log", "lgamma"));
private EvaluatedArgumentsVisitor() {
// private constructor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment