Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Isoband and its strong reverse dependencies will be archive if you do not "negociate the necessary actions"

A recent message from the CRAN team involving the archival of the package ìsoband mention that all those package relying on this one will also be archived:

archiving this will necessitate also archiving its CRAN strong reverse dependencies

However, I checked in my DESCRIPTION file and isoband is not part of my own package's dependencies. So I am assuming that my package relies on a package which itself relies on isoband.

How can I identify which of the package in my DESCRIPTION file itself depends on isoband?

I have seen functions and packages such as revdepcheck but none works at this time.

like image 945
Denis Cousineau Avatar asked Oct 17 '25 03:10

Denis Cousineau


1 Answers

The function pak::pkg_deps_explain() allows you to find the connection between your package and isoband:

pak::pkg_deps_explain("superb", "isoband")
#> superb -> ggplot2 -> isoband

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

like image 95
bretauv Avatar answered Oct 19 '25 15:10

bretauv



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!