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

devtools -> remotes in installation instructions #1796

Merged
merged 1 commit into from
Dec 5, 2022
Merged

Conversation

IndrajeetPatil
Copy link
Collaborator

Since {remotes} is the lightweight option.

length(tools::package_dependencies("devtools", recursive = TRUE)[[1L]])
#> [1] 100

length(tools::package_dependencies("remotes", recursive = TRUE)[[1L]])
#> [1] 4

Created on 2022-12-05 with reprex v2.0.2

@AshesITR AshesITR merged commit 42c150c into main Dec 5, 2022
@AshesITR AshesITR deleted the readme_remotes branch December 5, 2022 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants