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 package dependencies #54

Open
dleutnant opened this issue Feb 28, 2019 · 0 comments
Open

Reduce package dependencies #54

dleutnant opened this issue Feb 28, 2019 · 0 comments

Comments

@dleutnant
Copy link
Owner

dleutnant commented Feb 28, 2019

As the package acts as an interface, it dependency list should be as lightweight as possible. This issue aims to track changes in this respect.

library(tidyverse)
library(itdepends)

dep_usage_pkg("influxdbr") %>% 
  count(pkg, sort = TRUE)
#> # A tibble: 12 x 2
#>    pkg           n
#>    <chr>     <int>
#>  1 base       1030
#>  2 magrittr    111
#>  3 purrr        76
#>  4 dplyr        56
#>  5 influxdbr    54
#>  6 tibble        9
#>  7 tidyr         9
#>  8 xts           9
#>  9 httr          4
#> 10 jsonlite      2
#> 11 zoo           2
#> 12 rlang         1

Created on 2019-02-28 by the reprex package (v0.2.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant