Changes in version 0.2.6 (2023-01-29) - fix C++ 17 warning due to deprecation of std::iterator (reported by BDR) Changes in version 0.2.5 (2023-01-19) - fix gcc warning on gcc12 due to loop variable copying in draco library (reported by BDR) Changes in version 0.2.4 (2020-10-27) - fix compilation on gcc11 due to missing #include in draco library (reported by Uwe Ligges when 0.2.3 was submitted) Changes in version 0.2.3 - fix compilation on gcc11 due to missing #include in draco library (#3) (reported by BDR) - fix for README URL - dev: travis fixes Changes in version 0.2.2 (2020-08-03) - remove excess Draco library source code files (#1) - fix build error on windows-oldrel due to gcc 4.9.3 compile error (#2) Changes in version 0.2.1 (2020-07-30) - draco_decode() can now decode a URL or file on disk - Add Enhances: rgl so that we can use rgl in examples - Better error messages Changes in version 0.2 - First released version - Passes local R CMD check without notes - default return object is rgl::mesh3d (but package does not depend on rgl) - now includes basic README Changes in version 0.1 - Added a NEWS.md file to track changes to the package.