spectral-cockpit / opusreader2

Read OPUS binary files from Fourier-Transform Infrared (FT-IR) spectrometers of the company Bruker Optics GmbH & Co. in base R
https://spectral-cockpit.github.io/opusreader2/
MIT License
18 stars 2 forks source link

Support progress bar in `read_opus()` #71

Closed philipp-baumann closed 1 year ago

philipp-baumann commented 1 year ago

WIP, see #75 . Briefly, the idea is to enable progress updates whilst reading OPUS files via read_opus(). The PR introduces {progressr} via requireNamespace(), so that this feature dependency stays optional and can be requested by the user.

philipp-baumann commented 1 year ago

merged, see #75