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

Reduce number of dependencies #139

Merged
merged 5 commits into from
Apr 27, 2024
Merged

Reduce number of dependencies #139

merged 5 commits into from
Apr 27, 2024

Conversation

slager
Copy link
Contributor

@slager slager commented Apr 27, 2024

  • Removed dependency on devtools, using its sub-packages instead, following https://github.com/r-lib/devtools#conscious-uncoupling
  • Removed dependency on sessioninfo, since this was easily accomplished with base R sessionInfo()
  • Removed version dependency on roxygen2 since that version is from 2017, and nobody is likely to be using it anymore. DataPackageR already depends on R >= 3.5.0, which is from 2018.
  • Converted one use of withr:: in R/ to base R on.exit(), and moved withr from Imports to Suggests

@slager slager merged commit 65d392d into develop Apr 27, 2024
7 checks passed
@slager slager deleted the devtools branch April 27, 2024 20:42
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

Successfully merging this pull request may close these issues.

1 participant