Skip to content

renv::restore() on mac is having issues with source package #1

@yannabraham

Description

@yannabraham

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions