Package: opusreader2
Title: Read Spectroscopic Data from Bruker OPUS Binary Files
Version: 0.6.8
Authors@R: 
    c(person(given = "Philipp",
             family = "Baumann",
             email = "baumann-philipp@protonmail.ch",
             role = c("aut", "cre"),
             comment = c(ORCID = "0000-0002-3194-8975")),
      person(given = "Thomas",
             family = "Knecht",
             email = "t.knecht@hotmail.com",
             role = c("aut")),
      person(given = "Pierre",
             family = "Roudier",
             role = c("aut"),
             email = "roudierp@landcareresearch.co.nz",
             comment = c(ORCID = "0000-0001-7431-2603")),
      person("spectral-cockpit.com", role = c("cph", "fnd"))
    )
Description: Reads data from Bruker OPUS binary files of Fourier-Transform
    infrared spectrometers of the company Bruker Optics GmbH & Co.
    This package is released independently from Bruker, and Bruker and OPUS are
    registered trademarks of Bruker Optics GmbH & Co. KG.
    <https://www.bruker.com/en/products-and-solutions/infrared-and-raman/opus-spectroscopy-software/latest-release.html>.
    It lets you import both measurement data and parameters from OPUS files.
    The main method is `read_opus()`, which reads one or multiple OPUS files
    into a standardized list class. Behind the scenes, the reader parses the
    file header for assigning spectral blocks and reading binary data from the
    respective byte positions, using a reverse engineering approach. Infrared
    spectroscopy combined with chemometrics and machine learning is an
    established method to scale up chemical diagnostics in various industries
    and scientific fields.
License: MIT + file LICENSE
URL: https://opusreader2.spectral-cockpit.codefloe.page/,
        https://codefloe.com/spectral-cockpit/opusreader2/
BugReports: https://codefloe.com/spectral-cockpit/opusreader2/issues/
Encoding: UTF-8
RoxygenNote: 7.3.3
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), progressr, mirai (>=
        2.5.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Language: en-US
Packaged: 2026-01-29 05:14:13 UTC; philipp
Author: Philipp Baumann [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-3194-8975>),
  Thomas Knecht [aut],
  Pierre Roudier [aut] (ORCID: <https://orcid.org/0000-0001-7431-2603>),
  spectral-cockpit.com [cph, fnd]
Maintainer: Philipp Baumann <baumann-philipp@protonmail.ch>
Repository: CRAN
Date/Publication: 2026-02-03 10:30:08 UTC
Built: R 4.6.0; ; 2026-02-24 02:32:08 UTC; windows
