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

cran_incoming() tweaks #49

Closed
krlmlr opened this issue Oct 18, 2022 · 1 comment
Closed

cran_incoming() tweaks #49

krlmlr opened this issue Oct 18, 2022 · 1 comment

Comments

@krlmlr
Copy link

krlmlr commented Oct 18, 2022

  • Add a show_archived = FALSE argument: typically, there are too many archived packages, when is this information useful?
  • Sort by date by default
foghorn::cran_incoming() |> dplyr::count(cran_folder)
#> # A tibble: 7 × 2
#>   cran_folder     n
#>   <chr>       <int>
#> 1 archive       201
#> 2 inspect        13
#> 3 newbies        15
#> 4 pending         8
#> 5 pretest         7
#> 6 publish         2
#> 7 waiting        19

Created on 2022-10-18 with reprex v2.0.2

Happy to contribute.

@fmichonneau
Copy link
Owner

Thank you for these ideas!

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

No branches or pull requests

2 participants