Skip to content

Using the export= argument in Slurm_lapply can clash with other variables #49

Description

@gvegayon

Doing

seeds <- ...

Slurm_lapply(
  ...,
  export = c("net0", "ergm_cond", "tc", "theta", "seeds")
)

Can result in an error since slurmR writes an object named seeds and tc too. The function should return an error to the user in those cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions