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] Branch without renv included #2

Open
aridyckovsky opened this issue Jul 12, 2021 · 0 comments
Open

[Feature] Branch without renv included #2

aridyckovsky opened this issue Jul 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aridyckovsky
Copy link
Member

Summary

Create a branch of this repository template that does not depend on renv package management.

Motivation

Two reasons motivate an R project template version without requiring a specified package manager.

  1. Some simple projects, especially those that are not using large numbers of packages, may be more approachable for beginners without a package manager
  2. There are some concerns around renv's stability and readiness as a tool.

Implementation

The simplest way to pull this off is to branch off main and create a new branch called no-package-manager. Then, deactivate and remove renv from the new branch.

@aridyckovsky aridyckovsky added the enhancement New feature or request label Jul 12, 2021
@aridyckovsky aridyckovsky self-assigned this Jul 12, 2021
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

No branches or pull requests

1 participant