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

feat(r-dependent-packages): new feature r-dependent-packages #226

Merged
merged 25 commits into from
May 12, 2024

Conversation

eitsupi
Copy link
Member

@eitsupi eitsupi commented May 2, 2024

Close #208

@dpprdan Could you take a look at this? (I am convinced that this is the right design, but I am not sure about the name!)

I assume this will be a simple Feature like https://github.com/rocker-org/devcontainer-features/tree/b24eea2adb7eb39260765f8d0e0cbddc65ac5537/src/r-history, just setting the script to the container.

As far as I know, there is a similar functionality in https://github.com/JuliaLang/devcontainer-features/tree/790b5321727e0b8bfe3bd338749978811c64428b/src/julia.
The lifecycle script just check the DESCRIPTION file exists, and execute something like R -q -e 'pak::pak(NULL, dependencies = "all")'

@eitsupi eitsupi marked this pull request as ready for review May 12, 2024 06:16
@eitsupi

This comment was marked as outdated.

@eitsupi eitsupi added the enhancement New feature or request label May 12, 2024
@eitsupi eitsupi changed the title feat(r-dependent-packages): add a new feature r-dependent-packages feat(r-dependent-packages): new feature r-dependent-packages May 12, 2024
@eitsupi eitsupi merged commit 2057c93 into main May 12, 2024
12 checks passed
@eitsupi eitsupi deleted the r-packages-from-desc branch May 12, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[r-packages] Install dependencies from DESCRIPTION
1 participant