phsmethods icon indicating copy to clipboard operation
phsmethods copied to clipboard

Deprecate the `file_size()` function

Open Moohan opened this issue 1 year ago • 1 comments

This resolves #11

As far as we can tell file_size() is now redundant.

This PR deprecates the function and removes it from the package documentation, if no one objects we can remove it in a future version. For now file_size() will still work but will generate a warning every time, ?file_size will also bring up the function help but the help won't appear in the function reference.

Moohan avatar Jul 01 '24 14:07 Moohan