Skip to content
Joseph Stachelek edited this page Sep 30, 2020 · 2 revisions

Development tips

Remove old files from git history

git filter-repo --path-glob '*/pb0*.csv' --invert-paths
  • Detect non-used functions with pkgnet:
library(pkgnet)
result <- CreatePackageReport('odem.data')
Clone this wiki locally