r-lib / crancache

Transparent caching of CRAN package files - WORK IN PROGRESS!
Other
28 stars 2 forks source link

feature request for crancache_remove #43

Open bbolker opened 3 years ago

bbolker commented 3 years ago

I have two minor usability gripes with crancache_remove():

Adding a remove_packages() function that did string-matching rather than regex-matching would preserve backward compatibility ...

gaborcsardi commented 3 years ago

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. :)