itdepends icon indicating copy to clipboard operation
itdepends copied to clipboard

Results 14 itdepends issues
Sort by recently updated
recently updated
newest added

Thanks for this package! When running `dep_usage_pkg`, I get the following warning: ```r `as.tibble()` was deprecated in tibble 2.0.0. ℹ Please use `as_tibble()` instead. ℹ The signature and semantics have...

In the readme the install address is wrong: ```r # install.packages("devtools") devtools::install_github("jimhester/itdepends") ``` Should be: ```r # install.packages("devtools") remotes::install_github("r-lib/itdepends") ```

Hi @jimhester, Thank you for this package. We had an Issue on `tableone` where we were told that the installed size of the package was quite large. https://github.com/kaz-yos/tableone/issues/58 To asses...

Avoids throwing the error described in #11 and adds a directory argument to `dep_usage_proj`.

Is `itdepends` still an actively developed package or was this more of a proof of principle? It's not precisely clear where the compile timing stats are coming from, is this...

Hi there! Thanks so much for the cool package, it works great for packages! I ran into some issues with getting `itdepends::dep_usage_proj()` to work for projects, I generally don't get...

bug

Maybe percent of lines or functions. One computationally expensive but maybe close to doable way to do this is to compute the coverage of the dependency when running the tests...

feature