-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reimplement recursive pruning so we still produce full dependency lists
- Loading branch information
1 parent
ad1463b
commit 1a16006
Showing
1 changed file
with
34 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This doesn't actually update the
priorPkgRecords
variable -- did you meanpriorPkgRecords <- append(priorPkgRecords, get(pkgName, envir = .visited.packages))
?Or is it possible the solution is correct without actually populating this
priorPkgRecords
variable?