Changes in version 0.6.5 (2020-07-05) - Fix CRAN check errors on Fedora Changes in version 0.6.1 (2019-01-09) - Fix for errors introduced by an update of the tidyverse Changes in version 0.6.0 - Enable support for accepting or rejecting tracked changes when reading in the document. Ref #19 Changes in version 0.5.0 (2018-09-18) - .doc input supported (via Chris Muir) - UTF-8 filename support for Windows-1252 locale Changes in version 0.4.0 - add a preserve logical paramater to tbl extraction functions to support preserving intra-cell whitespace (implements #9) - use httr vs download.file() for URL retrieval (fixes #10) Changes in version 0.3.0 - return tibbles where possible & not stomping on input type (#7) - change tests to test for tbl vs data.frame (related to #7) - don't stomp on data frame-ish input type in assign_colnames() - prefix :: (non-user facing tweak) - switch all *apply() to purrr calls since we bother to import purrr (non-user facing tweak) - Make Column Names Great Again! (mgca() function added. The janitor package has a more robust function.) Changes in version 0.2.0 (2016-07-20) - update for new xml2 pkg compatibility - added ability to extract comments Changes in version 0.1.1 - had to change budget docx url since it was 404'ing Changes in version 0.1.0 - new function to extract all tables and a function to cleanup column names in scraped tables