Skip to content

Is control flow represented correctly? #65

@MKLau

Description

@MKLau

From B Lerner in #61:

I wonder if want to distinguish between definitely-depends-on and might-depend-on (and similarly for produce). The distinction happens if the code contains an if-statement or other control construct. For example:

if (x > 0) df <- read.csv("file1.csv")
else df <- read.csv("file2.csv")

If we are not going inside if-statements, the simplest thing would be to claim that the output depended on both files even though that is not correct.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions