Thank you for developing and maintaining this fantastic package.
I am encountering an issue when calling library("conflicted", lib = libFolder).
Error: package or namespace load failed for ‘conflicted’:
.onAttach failed in attachNamespace() for 'conflicted', details:
call: validate_key(key)
error: could not find function "validate_key"
I updated memoise and conflicted, and loaded memoise prior to conflicted, but this did not help.
I am working on a constrained setup where R needs to run in a conda environment and libraries need to be stored in a preset folder, I am not sure whether this is causing the issue. Would you have an idea on how to avoid this error?
Unfortunately we can't recommend using lib = libFolder as it's hard to predict exactly which library a package will get loaded from. This is likely to be the root cause of your problem.
Hi,
Thank you for developing and maintaining this fantastic package.
I am encountering an issue when calling
library("conflicted", lib = libFolder)
.I updated memoise and conflicted, and loaded memoise prior to conflicted, but this did not help.
I am working on a constrained setup where R needs to run in a conda environment and libraries need to be stored in a preset folder, I am not sure whether this is causing the issue. Would you have an idea on how to avoid this error?
Many thanks for your help,
Marc