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

Add standalone installation helpers #6

Merged
merged 8 commits into from
Oct 8, 2024
Merged

Add standalone installation helpers #6

merged 8 commits into from
Oct 8, 2024

Conversation

richfitz
Copy link
Member

@richfitz richfitz commented Oct 2, 2024

This is a new set of standalone helpers that will allow us to use the tidyverse style "Config/Needs/thing" approach in DESCRIPTION then use a little standalone helper to install packages. So for dust we'll use it for the compile dependencies, and for hipercow we can use it if we have some deps that are optional (e.g., bits for rrq).

At present it assumes that we can install things with install.packages but installation with remotes would allow for finding things from alternative locations.

Used in https://github.com/mrc-ide/dust2/pull/87/files

@richfitz richfitz marked this pull request as ready for review October 7, 2024 15:33
@richfitz richfitz requested a review from weshinsley October 7, 2024 15:33
@weshinsley weshinsley merged commit 3224966 into main Oct 8, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants