fs v1.2.2
Features
- fs no longer needs a C++11 compiler, it now works with compilers which
support only C++03 (#90).
Bugfixes
-
fs_path
fs_bytes
andfs_perm
objects now usemethods::setOldClass()
so that S4 dispatch to their base classes works as intended (#91). -
Fix allocation bug in
path_exists()
usingdelete []
when we should have
usedfree()
.