Package: deeppicker Type: Package Title: R Interface to DEEP Picker for One- and Two-Dimensional Peak Picking Version: 0.5 Authors@R: c( person("Colin", "Smith", email = "colin.smith@wesleyan.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4651-167X")), person("Da-Wei", "Li", role = "aut", comment = c(ORCID = "0000-0002-3266-5272")), person("Rafael", "Br\u00fcschweiler", role = "aut", comment = c(ORCID = "0000-0003-3649-4543")) ) Description: Provides an R interface to the DEEP Picker neural-network peak-picking tools for one- and two-dimensional NMR spectra. The package wraps the peak-picking engines, returning peak positions, intensities, line-shape parameters, and confidence scores. It also includes readers for supported spectrum formats, including NMRPipe, Sparky, TopSpin ASCII, JSON, CSV, and ldw files, so spectra can be imported and processed directly. License: GPL-3 URL: https://github.com/smith-group/deeppicker, https://smith-group.github.io/deeppicker/ Encoding: UTF-8 Depends: R (>= 3.6.0) Imports: Rcpp LinkingTo: Rcpp, RcppEigen Suggests: testthat (>= 3.0.0) SystemRequirements: C++17 Config/testthat/edition: 3 RoxygenNote: 7.3.3 Repository: https://smith-group.r-universe.dev Date/Publication: 2026-03-13 18:50:54 UTC RemoteUrl: https://github.com/smith-group/deeppicker RemoteRef: HEAD RemoteSha: 4ca92958f3170b57e83b902fffa99bcd0f2d84fc NeedsCompilation: yes Packaged: 2026-07-12 05:45:46 UTC; root Author: Colin Smith [aut, cre] (ORCID: ), Da-Wei Li [aut] (ORCID: ), Rafael Brüschweiler [aut] (ORCID: ) Maintainer: Colin Smith