-
Updated
Apr 28, 2020 - JavaScript
dependency-graph
Here are 168 public repositories matching this topic...
-
Updated
Nov 3, 2020 - Python
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Kotlin
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 16, 2019 - PHP
-
Updated
Oct 4, 2017 - Ruby
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
-
Updated
Oct 6, 2020 - Python
-
Updated
Sep 24, 2019 - JavaScript
-
Updated
Apr 29, 2020 - Python
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Nov 4, 2020 - C++
-
Updated
Apr 3, 2020 - JavaScript
-
Updated
Aug 15, 2020 - Go
-
Updated
Nov 2, 2020 - CMake
-
Updated
Jan 27, 2020 - Python
If you run ?pkgnet::InheritanceReport, you'll see a section like this:
And the same on the pkgdown site (https://uptake.github.io/pkgnet/reference/InheritanceReporter.html)



While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in
data_dir()).Wouldn't it make sense to add an
iffor Windows based on%APPDATA%or%LOCALAPPDATA%, before resorting to globally installing appdirs?