-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Joseph Stachelek edited this page Sep 30, 2020
·
2 revisions
-
List largest files in git history https://stackoverflow.com/a/46085465/3362993
-
Remove locally and from git history with
git filter-repo
for example:
git filter-repo --path-glob '*/pb0*.csv' --invert-paths
- Detect non-used functions with
pkgnet
:
library(pkgnet)
result <- CreatePackageReport('odem.data')