Skip to content

Check version requirement of recommended packages #130

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

Open
Keats opened this issue Feb 28, 2025 · 0 comments
Open

Check version requirement of recommended packages #130

Keats opened this issue Feb 28, 2025 · 0 comments

Comments

@Keats
Copy link
Collaborator

Keats commented Feb 28, 2025

Right now we ignore recommended packages when resolving. In practice, some version constraints might cause issues.

One thing to do if it causes issues in practice is:

  1. run R RHOME to find the path where the version we are using is installed
  2. from that path, find the library and read the description of each package in it to get their version
  3. do not skip recommended packages anymore and resolve using those versions
@Keats Keats changed the title Checkl version requirement of recommended packages Check version requirement of recommended packages Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant