Skip to content

Allow serializing process object to a file #135

@matthijsvanderloos

Description

@matthijsvanderloos

I'm looking for solution to create processes in an R application and after a restart of R to be able to check if processes are still running/finished, etc. For example:

# save 
saveRDS(p, file = "process.rds")
# load after R restart
p <- readRDS("process.rds")
p

As this point R crashes as there are null pointers in the restored p object. Any chance there will be a possiblity to store process objects?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions