You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Some simple projects, especially those that are not using large numbers of packages, may be more approachable for beginners without a package manager
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.
The text was updated successfully, but these errors were encountered:
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.
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 calledno-package-manager
. Then, deactivate and removerenv
from the new branch.The text was updated successfully, but these errors were encountered: