Package: isoreader2 Title: Read Stable Isotope Data Files Version: 0.6.1 Authors@R: c( person( given = "Sebastian", family = "Kopf", email = "sebastian.kopf@colorado.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2044-0201")) ) Description: Interface to the raw data and metadata stored in the file formats commonly encountered in scientific disciplines that make use of stable isotopes. Supports Isodat (.dxf, .cf, .did, .caf, .scn), IonOS (.iarc), LyticOS (.larc), Callisto (.bch), and Qtegra (.imexp) file formats. Provides a consistent data structure together with tools to aggregate, convert signal units, filter, and visualize the extracted data. The approach is described in Kopf et al. (2021) . License: AGPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) URL: https://isoreader2.isoverse.org/, https://github.com/isoverse/isoreader2 BugReports: https://github.com/isoverse/isoreader2/issues Depends: R (>= 4.5.0) Imports: ggplot2, tools, utils, methods, stats, rlang (>= 1.1.0), cli (>= 3.6.0), processx, readr, tibble, dplyr, tidyr, purrr, withr, RcppSimdJson, scales, fansi, knitr Suggests: testthat (>= 3.0.0), vdiffr, arrow, openxlsx, rmarkdown VignetteBuilder: knitr Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://isoverse.r-universe.dev Date/Publication: 2026-07-03 18:57:05 UTC RemoteUrl: https://github.com/isoverse/isoreader2 RemoteRef: HEAD RemoteSha: 85b21333d60054664f3b3876ad0a72fa91941b58 NeedsCompilation: no Packaged: 2026-07-11 08:01:12 UTC; root Author: Sebastian Kopf [aut, cre] (ORCID: ) Maintainer: Sebastian Kopf