Skip to content

Support for functions called with [[ syntax #9

@atheriel

Description

@atheriel

For example, profiling the following:

x <- list(
  "one" = function() { Sys.sleep(3) },
  "two" = function() { Sys.sleep(3) }
)

x[["one"]]()
x[[2L]]()

currently yields lots of <Unimplemented>, despite the fact that it works with Rprof().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions