{
  "_id": "6a103f46acfb0bcc41c9cd0c",
  "Package": "nmrrr",
  "Type": "Package",
  "Title": "Binning and Visualizing NMR Spectra in Environmental Samples",
  "Version": "1.0.0",
  "Authors@R": "c(person(\"Kaizad\", \"Patel\",\nemail = \"kaizad.patel@pnnl.gov\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-6437-7809\")),\nperson(\"Allison\", \"Myers-Pigg\",\nemail = \"allison.myers-pigg@pnnl.gov\",\nrole = c(\"aut\"),\ncomment = c(ORCID = \"0000-0002-6905-6841\")),\nperson(\"Ben\", \"Bond-Lamberty\",\nemail = \"bondlamberty@pnnl.gov\",\nrole = c(\"ctb\"),\ncomment = c(ORCID = \"0000-0001-9525-4633\")),\nperson(\"Morgan\", \"Barnes\",\nemail = \"morgan.barnes@pnnl.gov\",\nrole = c(\"ctb\"),\ncomment = c(ORCID = \"0000-0001-8722-6552\")))",
  "Description": "A reproducible workflow for binning and visualizing NMR\n(nuclear magnetic resonance) spectra from environmental\nsamples. The 'nmrrr' package is intended for post-processing of\nNMR data, including importing, merging and, cleaning data from\nmultiple files, visualizing NMR spectra, performing\nbinning/integrations for compound classes, and relative\nabundance calculations. This package can be easily inserted\ninto existing analysis workflows by users to help with\nanalyzing and interpreting NMR data.",
  "URL": "https://github.com/kaizadp/nmrrr",
  "BugReports": "https://github.com/kaizadp/nmrrr/issues",
  "License": "MIT + file LICENSE",
  "Copyright": "Battelle Memorial Institute",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Config/testthat/edition": "3",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libssl-dev\nlibx11-dev zlib1g-dev",
  "Repository": "https://kaizadp.r-universe.dev",
  "Date/Publication": "2023-08-25 23:02:50 UTC",
  "RemoteUrl": "https://github.com/kaizadp/nmrrr",
  "RemoteRef": "HEAD",
  "RemoteSha": "c21d8f0f7604b1bd7790959e13c09355788e3695",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-11 08:54:06 UTC",
    "User": "root"
  },
  "Author": "Kaizad Patel [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6437-7809>),\nAllison Myers-Pigg [aut] (ORCID:\n<https://orcid.org/0000-0002-6905-6841>),\nBen Bond-Lamberty [ctb] (ORCID:\n<https://orcid.org/0000-0001-9525-4633>),\nMorgan Barnes [ctb] (ORCID: <https://orcid.org/0000-0001-8722-6552>)",
  "Maintainer": "Kaizad Patel <kaizad.patel@pnnl.gov>",
  "MD5sum": "43e658eae5f4e4506726ddac7d1d5044",
  "_user": "kaizadp",
  "_type": "src",
  "_file": "nmrrr_1.0.0.tar.gz",
  "_fileid": "535fd1fd392759b0e9da9748bf1e3a11ec5c51a9f4bb179817e630babd4f3ef2",
  "_filesize": 1711919,
  "_sha256": "535fd1fd392759b0e9da9748bf1e3a11ec5c51a9f4bb179817e630babd4f3ef2",
  "_created": "2026-05-11T08:54:06.000Z",
  "_published": "2026-05-22T11:34:29.984Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77371355062,
      "time": 187,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6914270035"
    },
    {
      "job": 77371354894,
      "time": 182,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914265810"
    },
    {
      "job": 77371355041,
      "time": 197,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6914260549"
    },
    {
      "job": 77371355191,
      "time": 204,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914263837"
    },
    {
      "job": 77371354559,
      "time": 211,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914207347"
    },
    {
      "job": 77371354448,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159504982"
    },
    {
      "job": 77371355054,
      "time": 118,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6914245408"
    },
    {
      "job": 77371355047,
      "time": 119,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6914248159"
    },
    {
      "job": 77371355109,
      "time": 131,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914249343"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kaizadp/actions/runs/25660087720",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/kaizadp/nmrrr",
  "_commit": {
    "id": "c21d8f0f7604b1bd7790959e13c09355788e3695",
    "author": "Kaizad Patel <50244730+kaizadp@users.noreply.github.com>",
    "committer": "Kaizad Patel <50244730+kaizadp@users.noreply.github.com>",
    "message": "update readme for larger_datasets\n",
    "time": 1693004570
  },
  "_maintainer": {
    "name": "Kaizad Patel",
    "email": "kaizad.patel@pnnl.gov",
    "login": "kaizadp",
    "twitter": "@kaiz_p",
    "uuid": 50244730,
    "orcid": "0000-0001-6437-7809"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.50",
      "role": "Depends"
    },
    {
      "package": "DescTools",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    }
  ],
  "_owner": "kaizadp",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "chemistry",
    "nmr-spectroscopy"
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "kaizadp",
      "count": 183,
      "uuid": 50244730
    },
    {
      "user": "bpbond",
      "count": 45,
      "uuid": 1956468
    }
  ],
  "_userbio": {
    "uuid": 50244730,
    "type": "user",
    "name": "Kaizad Patel",
    "description": "\r\n    Soil Scientist at \r\n@PNNLab | soil science, ecosystem science, biogeochemistry, winter ecology | #soilnotdirt"
  },
  "_downloads": {
    "count": 208,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nmrrr"
  },
  "_devurl": "https://github.com/kaizadp/nmrrr",
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/nmrrr.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/kaizadp/nmrrr",
  "_realowner": "kaizadp",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2023-05-10"
    }
  ],
  "_exports": [
    "nmr_assign_bins",
    "nmr_import_peaks",
    "nmr_import_spectra",
    "nmr_plot_spectra",
    "nmr_relabund"
  ],
  "_datasets": [
    {
      "name": "bins_CadeMenun2015",
      "title": "NMR grouping bins from Cade-Menun (2015).",
      "object": "bins_CadeMenun2015",
      "class": [
        "data.frame"
      ],
      "fields": [
        "number",
        "group",
        "start",
        "stop",
        "description"
      ],
      "rows": 5,
      "table": true,
      "tojson": true
    },
    {
      "name": "bins_Clemente2012",
      "title": "NMR grouping bins from Clemente et al. (2012).",
      "object": "bins_Clemente2012",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "number",
        "group",
        "start",
        "stop",
        "description"
      ],
      "rows": 6,
      "table": true,
      "tojson": true
    },
    {
      "name": "bins_Hertkorn2013",
      "title": "NMR grouping bins from Hertkorn et al. (2013).",
      "object": "bins_Hertkorn2013",
      "class": [
        "data.frame"
      ],
      "fields": [
        "number",
        "group",
        "start",
        "stop",
        "description"
      ],
      "rows": 5,
      "table": true,
      "tojson": true
    },
    {
      "name": "bins_Lynch2019",
      "title": "NMR grouping bins from Lynch et al. (2019).",
      "object": "bins_Lynch2019",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "number",
        "group",
        "start",
        "stop",
        "description"
      ],
      "rows": 4,
      "table": true,
      "tojson": true
    },
    {
      "name": "bins_Mitchell2018",
      "title": "NMR grouping bins from Mitchell et al. (2018).",
      "object": "bins_Mitchell2018",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "number",
        "group",
        "start",
        "stop",
        "description"
      ],
      "rows": 7,
      "table": true,
      "tojson": true
    },
    {
      "name": "bins_ss_Baldock2004",
      "title": "NMR grouping bins from Baldock et al. (2004).",
      "object": "bins_ss_Baldock2004",
      "class": [
        "data.frame"
      ],
      "fields": [
        "number",
        "group",
        "start",
        "stop",
        "description"
      ],
      "rows": 7,
      "table": true,
      "tojson": true
    },
    {
      "name": "bins_ss_Clemente2012",
      "title": "NMR grouping bins from Clemente et al. (2012) - ss.",
      "object": "bins_ss_Clemente2012",
      "class": [
        "data.frame"
      ],
      "fields": [
        "number",
        "group",
        "start",
        "stop",
        "description"
      ],
      "rows": 5,
      "table": true,
      "tojson": true
    },
    {
      "name": "bins_ss_Preston2009",
      "title": "NMR grouping bins from Preston et al. (2009).",
      "object": "bins_ss_Preston2009",
      "class": [
        "data.frame"
      ],
      "fields": [
        "number",
        "group",
        "start",
        "stop",
        "description"
      ],
      "rows": 7,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "bins_CadeMenun2015",
      "title": "NMR grouping bins from Cade-Menun (2015).",
      "topics": [
        "bins_CadeMenun2015"
      ]
    },
    {
      "page": "bins_Clemente2012",
      "title": "NMR grouping bins from Clemente et al. (2012).",
      "topics": [
        "bins_Clemente2012"
      ]
    },
    {
      "page": "bins_Hertkorn2013",
      "title": "NMR grouping bins from Hertkorn et al. (2013).",
      "topics": [
        "bins_Hertkorn2013"
      ]
    },
    {
      "page": "bins_Lynch2019",
      "title": "NMR grouping bins from Lynch et al. (2019).",
      "topics": [
        "bins_Lynch2019"
      ]
    },
    {
      "page": "bins_Mitchell2018",
      "title": "NMR grouping bins from Mitchell et al. (2018).",
      "topics": [
        "bins_Mitchell2018"
      ]
    },
    {
      "page": "bins_ss_Baldock2004",
      "title": "NMR grouping bins from Baldock et al. (2004).",
      "topics": [
        "bins_ss_Baldock2004"
      ]
    },
    {
      "page": "bins_ss_Clemente2012",
      "title": "NMR grouping bins from Clemente et al. (2012) - ss.",
      "topics": [
        "bins_ss_Clemente2012"
      ]
    },
    {
      "page": "bins_ss_Preston2009",
      "title": "NMR grouping bins from Preston et al. (2009).",
      "topics": [
        "bins_ss_Preston2009"
      ]
    },
    {
      "page": "nmr_assign_bins",
      "title": "Assign compound classes using the chosen binset",
      "topics": [
        "nmr_assign_bins"
      ]
    },
    {
      "page": "nmr_import_peaks",
      "title": "Import and process picked peaks data",
      "topics": [
        "nmr_import_peaks"
      ]
    },
    {
      "page": "nmr_import_spectra",
      "title": "Import and process NMR spectral data",
      "topics": [
        "nmr_import_spectra"
      ]
    },
    {
      "page": "nmr_plot_spectra",
      "title": "Plot NMR spectra",
      "topics": [
        "nmr_plot_spectra"
      ]
    },
    {
      "page": "nmr_relabund",
      "title": "Compute relative abundance for each sample",
      "topics": [
        "nmr_relabund"
      ]
    }
  ],
  "_readme": "https://github.com/kaizadp/nmrrr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "bit",
    "bit64",
    "boot",
    "cellranger",
    "class",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "curl",
    "data.table",
    "DescTools",
    "dplyr",
    "e1071",
    "Exact",
    "expm",
    "farver",
    "forcats",
    "fs",
    "generics",
    "ggplot2",
    "gld",
    "glue",
    "gtable",
    "haven",
    "hms",
    "httr",
    "isoband",
    "jsonlite",
    "labeling",
    "lattice",
    "lifecycle",
    "lmom",
    "magrittr",
    "MASS",
    "Matrix",
    "mime",
    "mvtnorm",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "proxy",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "readr",
    "readxl",
    "rematch",
    "rlang",
    "rootSolve",
    "rstudioapi",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "vroom",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "nmrrr.Rmd",
      "filename": "nmrrr.html",
      "title": "Introduction to nmrrr",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Example 1",
        "Part 0. Setup",
        "Set input directories",
        "Part 1: Importing spectra files: nmr_import_spectra()",
        "Part 2: Plotting the spectra: nmr_plot_spectra()",
        "Part 3: Assigning compound classes: nmr_assign_bins()",
        "Part 4: Calculating relative abundance of compound classes: nmr_relabund()",
        "(a) import the peaks",
        "(b) assign compound classes/bins to each peak",
        "(c) calculate relative abundance",
        "Part 5: Visualizing the processed relative abundance data",
        "Example 2",
        "Importing your own preferred bin sets"
      ],
      "created": "2023-03-28 20:50:16",
      "modified": "2023-04-21 01:59:18",
      "commits": 5
    }
  ],
  "_score": 4.176091259055681,
  "_indexed": true,
  "_nocasepkg": "nmrrr",
  "_universes": [
    "kaizadp"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-11T08:56:43.000Z",
      "distro": "noble",
      "commit": "c21d8f0f7604b1bd7790959e13c09355788e3695",
      "fileid": "8e5517ddc590287453a6fc190a755d8ac8dab34773e337396ac62a9ef687ca50",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaizadp/actions/runs/25660087720"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-11T08:56:35.000Z",
      "distro": "noble",
      "commit": "c21d8f0f7604b1bd7790959e13c09355788e3695",
      "fileid": "4d1b2a407874f4b3524634c34df2cac1838b0c16fa2160607c9e593fb0e39817",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaizadp/actions/runs/25660087720"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-11T08:56:39.000Z",
      "commit": "c21d8f0f7604b1bd7790959e13c09355788e3695",
      "fileid": "91aaa3bcd064375a7265e17e17114d4ed1073c9bc0cc45f56bd837be5f298a93",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaizadp/actions/runs/25660087720"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-11T08:56:34.000Z",
      "commit": "c21d8f0f7604b1bd7790959e13c09355788e3695",
      "fileid": "570c9f4c510f6ae8eef8599a5fe23f132802bc0f97b5e3be380fafc01902597c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaizadp/actions/runs/25660087720"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-11T08:55:25.000Z",
      "commit": "c21d8f0f7604b1bd7790959e13c09355788e3695",
      "fileid": "367e8858bbfafd874cb21c23a28a70a876efe76de3ce704b1aa00e2f520b7efc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaizadp/actions/runs/25660087720"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-11T08:55:36.000Z",
      "commit": "c21d8f0f7604b1bd7790959e13c09355788e3695",
      "fileid": "fc8697c51e3e1060b8daa5b2e20801c1587c284346fb921aa9b759c1e55f421d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaizadp/actions/runs/25660087720"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-11T08:55:39.000Z",
      "commit": "c21d8f0f7604b1bd7790959e13c09355788e3695",
      "fileid": "2c630eeeb41ef49b3c6096a2e2581938843be442c8223a077f6e77644c887dab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kaizadp/actions/runs/25660087720"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-05-22T11:34:11.000Z",
      "commit": "c21d8f0f7604b1bd7790959e13c09355788e3695",
      "fileid": "cf6cf9e0167a2db16382c6f448b61dc64490778e178bba4c2806563bb751f4e8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kaizadp/actions/runs/25660087720"
    }
  ]
}