Skip to content

Unexpected result from getInputs(do.call(... #38

Description

@tvarju

The command CodeDepends::getInputs(quote(do.call(order, temp))) outputs (with deleted empty slots)

An object of class "ScriptNodeInfo"
Slot "inputs":
[1] "order" "temp" 

Slot "functions":
do.call 
     NA 

Slot "code":
do.call(order, temp)

I would have expected

An object of class "ScriptNodeInfo"
Slot "inputs":
[1] "temp" 

Slot "functions":
do.call order 
     NA    NA 

Slot "code":
do.call(order, temp)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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