deepdep icon indicating copy to clipboard operation
deepdep copied to clipboard

Visualise and Explore Deep Dependencies of R packages

Results 21 deepdep issues
Sort by recently updated
recently updated
newest added

You may want to include cranly in your review of packages that produce dependence graphs (I think it was one the first in the game, if not the first), which...

documentation 📚

First of all thanks for this package, it's very useful. I am not sure how feasible this would be to implement, but it could be helpful to have a package...

feature 💡

It would be easier to read the numbers if there were some separators each three digits. ![image](https://user-images.githubusercontent.com/32573962/145656010-b6e661fc-101e-44d9-ac94-128858844412.png)

maintenance 🔨
long term 📆

If `from` and `to` arguments of `plot_downloads()` are character vectors, apply `as.Date()` to them instead of throwing an error.

maintenance 🔨

Currently the code just picks the first encountered version. Perhaps use `versionsort` package to select the latest version instead. For now the call would be (supposing that there are non-NA...

maintenance 🔨

One of the tests in `test-plot_downloads.R` uses URI with `:`, which is incorrectly interpreted by `vcr`. Monitor [a `vcr` issue \#240](https://github.com/ropensci/vcr/issues/240) and bring back cassette once fixed.

bug 💣

Hi Dominik, Thanks for this nice package! Great work! I liked the idea of arranging radially. I could not help but notice the similarity with my package [pkggraph](https://talegari.github.io/pkggraph/articles/vignette_pkggraph.html). Regards, Srikanth...

documentation 📚
long term 📆

Call `deepdep("factoextra")`. {ggpubr} dependency is listed as `ggpubr(>=`.

bug 💣

**Bug** In the shiny app, clicking on a package name fails to get and use the actual package name. **Steps to reproduce the behavior** 1. use version 4.3 from CRAN...

When running the Shiny app via `deepdep::deepdep_shiny()`, it fails upon entering a package name in the search field. The error message is "could not find function "plot_dependencies"". This does not...