Identify R package dependency tree for a self-made package

I am troubleshooting package installation for an R package that I am hosting on github. I am struggling with a problematic package requiring user-unfriendly installation of a system dependency. How can I identify which of my direct dependencies use this package?

Try pak::pkg_deps_tree() and/or pak::pkg_deps_explain().

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.