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

Add useful development dependencies #2411

Merged
merged 5 commits into from
Mar 2, 2022
Merged

Add useful development dependencies #2411

merged 5 commits into from
Mar 2, 2022

Commits on Mar 1, 2022

  1. use_tidy_description()

    hadley committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    c90d630 View commit details
    Browse the repository at this point in the history
  2. Add useful development dependencies

    Fixes #2388
    hadley committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    3597fea View commit details
    Browse the repository at this point in the history
  3. use_latest_dependenices()

    hadley committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e970693 View commit details
    Browse the repository at this point in the history
  4. Add news bullet

    hadley committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    340bac4 View commit details
    Browse the repository at this point in the history
  5. Move imports + suggested without changing which packages will be inst…

    …alled
    
    This avoids the R CMD check warning when importing over 20 packages by gaming the system.
    
    callr needed by pkgbuild + pkgdown + rcmdcheck + testthat
    httr needed by usethis + pkgdown
    lifecycle needed by usethis + miniUI + pkgdown + testthat
    rstudioapi needed by usethis + pkgload + roxygen2 + testthat
    hadley committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    faac905 View commit details
    Browse the repository at this point in the history