Skip to content

Issue with R when using a personal .Rprofile #45

@hkaspersen

Description

@hkaspersen

I have a personal .Rprofile file with the following content:

path <- "/cluster/projects/nn9305k/lib/R/"
.libPaths(c(path, .libPaths()))

This is to make sure that my R processes all use the same R library.
This however seems to interfere with the R processes in this pipeline as well, even when sandboxing.
Removing the file fixes the issue.

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