-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
Description
While documenting all functions I discovered a few functions that seem to be unused anywhere. They are not called from other functions and are not exported into the namespace. I'm listing candidates for removal here, please comment to substantiate why we should keep them:
-
cache.namein R/cache.name.R -
.cache.statusin R/cache.R -
.unload.projectin R/load.project.R (This function is only called from two tests where they seem to test completely unrelated stuff. Those function calls should be removed anyway, if clearing memory is necessaryclearshould be preferred)
If you think more functions can be removed also please comment.
These functions should be marked deprecated by use of the .Deprecated function, so we later can mark them .Defunct and eventually remove them altogether.