| NEWS | R Documentation | 
News for Package RcppMsgPack
Changes in version 0.2.4 (2025-01-19)
- Use - Rcpp::RawVectorinstead of- std::vector<unsigned char>saving extra copy (Travers in #16)
- Several updates to README.md with R Journal paper, add badges, add Authors@R, add CITATION file, add repo info to DESCRIPTION 
- Update continuous integration via r-ci 
- Update to no longer require compilation standard 
Changes in version 0.2.3 (2018-11-18)
- New functions - msgpack_readand- msgpack_writefor efficient direct access to MessagePackage content from files (#13).
- Several internal code polishes to smooth compilation (#14 and #15). 
Changes in version 0.2.2 (2018-05-06)
- Apply a - static_castfrom upstream to suppress a warning from- g++-8.1as requested by CRAN.
Changes in version 0.2.1 (2018-01-15)
- Some corrections and update to DESCRIPTION, README.md, msgpack.org.md and vignette (#6). 
- Update to - c_pack.cppand tests (#7).
- More efficient packing of vectors (#8). 
- Support for timestamps and NAs (#9). 
- Conditional use of microbenchmark in - tests/as required for Suggests: package [CRAN request] (#10).
- Minor polish to tests relaxing comparison of timestamp, and avoiding a few - g++warnings (#12 addressing #11).
Changes in version 0.2.0 (2017-09-07)
- Added support for building on Windows 
- Upgraded to MsgPack 2.1.5 (#3) 
- New R functions to manipulate MsgPack objects: msgpack_format, msgpack_map, msgpack_pack, msgpack_simplify, mgspack_unpack (#4) 
- New R functions also available as msgpackFormat, msgpackMap, msgpackPack, msgpackSimplify, mgspackUnpack (#4) 
- New vignette and new tests (#4). 
- Some post-processing and polishing (#5). 
Changes in version 0.1.1 (2017-06-12)
- Updated included MsgPack headers to version 1.4.2 
- Updated RcppExports, README.md, DESCRIPTION. 
Changes in version 0.1.0 (2016-04-24)
- First Version, released only to drat repository