Original thought was to name the package pkgwatch as an ode to GoT's Night Watch...
The original API was:
pkgwatch::watch_add() # add pkg to blacklist
pkgwatch::watch_remove() # remove pkg from blacklist
pkgwatch::watch_active() # show the list of blocked packages.
The naming seemed odd here...
So, the next thought was to switch over to watcher, which invokes the idea of a sentry.
watcher::watch_pkg()
watcher::unwatch_pkg()
watcher::watchlist()
The intent here is a bit better than before.
Original thought was to name the package
pkgwatchas an ode to GoT's Night Watch...The original API was:
The naming seemed odd here...
So, the next thought was to switch over to
watcher, which invokes the idea of a sentry.The intent here is a bit better than before.