You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we had a remove_packages() that should remove the packages from the library and not from the cache. At least this is how the other replacement functions work.
We could have crancache_remove(..., fixed = TRUE) or something similar? A PR is welcome for this. :)
I have two minor usability gripes with
crancache_remove()
:remove_packages()
(in parallel withupdate_packages()
,install_packages()
Adding a
remove_packages()
function that did string-matching rather than regex-matching would preserve backward compatibility ...The text was updated successfully, but these errors were encountered: