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

R package dependencies from GitHub should specify commit instead of HEAD in renv.lock #1

Open
solarchemist opened this issue Oct 6, 2023 · 0 comments

Comments

@solarchemist
Copy link
Owner

It appears (most of) the non-CRAN packages don't actually specify a version (that is, commit) in the renv.lock file.
This could introduce problems if any of the packages change their behaviour in future versions.

# GitHub =============================
- O2solubilitywater   [* -> solarchemist/O2solubilitywater@HEAD]
- common              [* -> solarchemist/R-common@HEAD]
- oceanoptics         [* -> solarchemist/oceanoptics@HEAD]
- photoec             [* -> solarchemist/photoec@cb313098463903e64976befd64c1021775e6ae09]

To do: reinstall these packages using renv::install(...) with a specific commit.

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

1 participant