On Thu, Nov 19, 2015 at 4:39 PM, Pavel Krivanek <[email protected]>
wrote:

> and Ring-ChangesExtensions...
>
> If you will find the cleanup code, plese post it here because as I found,
> the shrinking process generates several empty packages too...
>
>
This is now in the last update

ImageCleaner new removeEmptyPackages

with

removeEmptyPackages
| empty |
empty := RPackageOrganizer default packages select: #isEmpty.
empty do: #unregister.

Reply via email to