Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in (memoise::has_cache(reload_definitions))() : object 'encl' not found #142

Open
MayaD99 opened this issue Nov 2, 2022 · 1 comment

Comments

@MayaD99
Copy link

MayaD99 commented Nov 2, 2022

I have received this error when I have run certain commands from internal company packages (which relate to searching and uploading data in an online storage environment). What does this relate to? I cannot seem to fix it.

@wch
Copy link
Member

wch commented Nov 2, 2022

The text reload_definitions isn't present in the memoise package, so it's likely in your internal packages.

My guess is that those packages call memoise() at build time (at the top level of code in the package) and they were built with an older version of the package, but now they are being used with a newer version of memoise. If that's the case, possible solutions include:

  • Modifying those packages to call memoise() at a different time, like at package load time.
  • Rebuilding those packages with the current version of memoise installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants