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

Feature Request: R Version Specification in plumberDeploy::do_provision #48

Open
Sade154 opened this issue Oct 15, 2024 · 0 comments
Open

Comments

@Sade154
Copy link

Sade154 commented Oct 15, 2024

Current Functionality: plumberDeploy::do_provision installs a recent version of R by default.

Proposed Feature: Introduce an option for users to specify an R version:

Specific Version: Users can select an exact version (e.g., r_version = "4.4.1").
Version Choices: Users can choose from multiple predefined versions (e.g., r_version = c("latest", "4.1.1", "3.2.1")).

Benefits:

Enhances reproducibility by allowing precise version control.
Facilitates smoother CI/CD integration by matching the R version used in different environments.

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