Releases: ropensci/lightr
Releases · ropensci/lightr
lightr 1.2
Minor changes
- fixed tests on platform with no long-doubles ('noLD')
- restored tests on 32bits machines
spec_IDextraction from Avantes exported files (tttandtrt) is now
more robust, meaning it should work for more files.
lightr 1.1
New features and major changes
datecolumn in metadata is now always formatted as ISO 8601.lightrcan now import AvaSoft8 files (test files provided by M.D. Shawkey
and L. Swierk), via the functionslr_parse_rfl8()/lr_parse_raw8().lightrcan correctly importsTRMfiles from AvaSoft 6.0 (previously it
only supported files from AvaSoft 7.0).lightrcan now import binary.spcfiles (via thelr_parse_spc()parser).
This format is used by OceanInsight and CRAIC.
Minor changes
- new test suite on a different locale (in this case
fr_FR.UTF-8) to ensure
parsing is locale-independent. - warnings on CRAN build system for platforms that don't support markdown 2
have been fixed. - new, stricter tests for various file formats.
jdxfiles saved in a locale that uses,as the decimal separator are now
parsed correctly.- Avantes exported files in non-English locales (
tttandtrtfiles) are now
parsed correctly again (this was a regression compared to pavo'sgetspec()).
Thanks to A. Fargevieille for reporting the issue and providing a test file.
lightr 1.0
New features and major changes
- parallel processing now relies on the
futurepackage, which offers windows
and high performance computing (HPC) environments support. The progress bar is
produced by theprogressrpackage and can be customised as well. lr_parse_generic()(and thuslr_get_spec()) now works with non-UTF8 files
(this was a regression compared to pavo'spavo::getspec()).lr_get_spec()now has a newinterpolateargument to determine whether you
want your data interpolated and pruned at every nm or not.
Minor changes
readBin()(in the binary Avantes parser) now has an explicitendianvalue,
making this package portable to platform that use big endians.- documentation has been updated to follow the rebranding of OceanOptics into
OceanInsight. - vignette chunks that use
pavonow only run if the package is available. savetimefield is now extracted from converted avantes files (when
available).
lightr 0.1
- First CRAN release