Releases: wsp-sag/tcadr
Releases · wsp-sag/tcadr
tcadr 0.3.0
This release:
- Corrects a bug where some data types showed as nonsensical numbers (e0cf0e3)
read_tcad
will always return a data_frame, instead of this being merely the default option. (de9c2f5)- Removes the
read_assignment
function that was causing problems and that may have limited utility (ebc0647) - Introduced continuous integration through travis-ci
Improvements
This release contains bug fixes for handling special data cases and Unix paths. Additionally, there is a new function called read_assignment
that will read a TransCAD assignment output file into a tidy data frame.
Bugfixes
An array of issues dealing with variable data structures in TransCAD files and file path issues have been fixed with this release. Additionally, the package now installs directly from GitHub with devtools
.