Skip to content

tmpdir handling causes hard crash in certain circumstances #3

Description

when tempdir() is overridden by the TMPDIR global variable, e.g. with snakemake in its script directive, an expected tmp directory is unavailable for use at some point that it's unconditionally accessed, leading to a rather cryptic hard crash.

my guess is that this is related to the invocation of rmarkdown::render, when its processing directories are instructed to be tempdir(). we'd first need to track down exactly where the code is going down, and then fix it.

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