uptake / pkgnet

R package for analyzing other R packages via graph representations of their dependencies
https://uptake.github.io/pkgnet/
Other
155 stars 37 forks source link

Refactor pkgnet-intro vignette to actually run more of the code #273

Closed jayqi closed 7 months ago

jayqi commented 4 years ago

We've gotten burned a few times in the vignette when we introduce breaking changes that breaks code examples that aren't executed. One recent example is #271. We should refactor some of those examples that mocks the data that needs to be mocked (e.g., loading from file) but then runs more of the rest of the code.