ropensci / beastier

R package to run BEAST2
https://docs.ropensci.org/beastier
GNU General Public License v3.0
11 stars 1 forks source link

Let beastier write to a folder in the cache, allow to delete it #39

Closed richelbilderbeek closed 5 years ago

richelbilderbeek commented 5 years ago

An informal feature request by @thijsjanzen.

I think it would be a good idea to:

richelbilderbeek commented 5 years ago

Called the function clear_beast2_working_dir

richelbilderbeek commented 5 years ago

Added in v2.0.25

richelbilderbeek commented 5 years ago

Oldskool alternative:

cd .cache
find . -type f -mtime +7 -execdir rm -- '{}' \;