Depending on the architecture and installation the following packages have proven difficult to install:
- XML (missing
libxml2 library)
- cytolib (missing
crypto library)
- flowWorkspace
Possibly other packages might be involved. Things we have tried but did not solve the issue:
- manually installing missing system libraries and linking them - renv seems to ignore certain options and we could not find a way to force them
- installing the package manually in the system library then using
renv::hydrate() to copy it to the project library - even if the version is right renv::restore() still tries to install the library