{
  "_id": "6a10198facfb0bcc41c8603e",
  "Package": "glyparse",
  "Title": "Parsing Glycan Structure Text Representations",
  "Version": "0.6.0",
  "Authors@R": "person(\"Bin\", \"Fu\", , \"23110220018@m.fudan.edu.cn\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0001-8567-2997\"))",
  "Description": "Provides functions to parse glycan structure text\nrepresentations into 'glyrepr' glycan structures. Currently, it\nsupports StrucGP-style, pGlyco-style, IUPAC-condensed,\nIUPAC-extended, IUPAC-short, WURCS, Linear Code, and GlycoCT\nformat. It also provides an automatic parser to detect the\nformat and parse the structure string.",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "URL": "https://glycoverse.github.io/glyparse/,\nhttps://github.com/glycoverse/glyparse",
  "VignetteBuilder": "knitr",
  "BugReports": "https://github.com/glycoverse/glyparse/issues",
  "Config/pak/sysreqs": "libglpk-dev libicu-dev libxml2-dev",
  "Repository": "https://glycoverse.r-universe.dev",
  "Date/Publication": "2026-04-29 05:49:58 UTC",
  "RemoteUrl": "https://github.com/glycoverse/glyparse",
  "RemoteRef": "v0.6.0",
  "RemoteSha": "7c95b87fd666608c27ee3111c29399e1b4abb751",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 15:35:45 UTC",
    "User": "root"
  },
  "Author": "Bin Fu [aut, cre, cph] (ORCID: <https://orcid.org/0000-0001-8567-2997>)",
  "Maintainer": "Bin Fu <23110220018@m.fudan.edu.cn>",
  "MD5sum": "3d103b0b95a009d1fd2d82dd5fce88a3",
  "_user": "glycoverse",
  "_type": "src",
  "_file": "glyparse_0.6.0.tar.gz",
  "_fileid": "b52c9ac4d3706107f39c20ac2f12c7e117ae26d41f5d96d8444f939a666124b5",
  "_filesize": 161865,
  "_sha256": "b52c9ac4d3706107f39c20ac2f12c7e117ae26d41f5d96d8444f939a666124b5",
  "_created": "2026-05-14T15:35:45.000Z",
  "_published": "2026-05-22T08:53:35.852Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77347436948,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6998203811"
    },
    {
      "job": 77347437028,
      "time": 174,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6998218689"
    },
    {
      "job": 77347436762,
      "time": 97,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6998197195"
    },
    {
      "job": 77347437000,
      "time": 141,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6998213608"
    },
    {
      "job": 77347436571,
      "time": 175,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6998151668"
    },
    {
      "job": 77347436371,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156602710"
    },
    {
      "job": 77347436838,
      "time": 85,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6998185200"
    },
    {
      "job": 77347437227,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6998191322"
    },
    {
      "job": 77347436936,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6998184912"
    }
  ],
  "_buildurl": "https://github.com/r-universe/glycoverse/actions/runs/25869105086",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/glycoverse/glyparse",
  "_commit": {
    "id": "7c95b87fd666608c27ee3111c29399e1b4abb751",
    "author": "fubin1999 <65430559+fubin1999@users.noreply.github.com>",
    "committer": "fubin1999 <65430559+fubin1999@users.noreply.github.com>",
    "message": "Increment version number to 0.6.0\n",
    "time": 1777441798
  },
  "_maintainer": {
    "name": "Bin Fu",
    "email": "23110220018@m.fudan.edu.cn",
    "orcid": "0000-0001-8567-2997"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "glyrepr",
      "version": ">= 0.9.0",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "rstackdeque",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "glue",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "glycoverse",
  "_selfowned": true,
  "_usedby": 7,
  "_updates": [
    {
      "week": "2025-23",
      "n": 3
    },
    {
      "week": "2025-24",
      "n": 4
    },
    {
      "week": "2025-26",
      "n": 14
    },
    {
      "week": "2025-29",
      "n": 5
    },
    {
      "week": "2025-30",
      "n": 2
    },
    {
      "week": "2025-31",
      "n": 6
    },
    {
      "week": "2025-32",
      "n": 7
    },
    {
      "week": "2025-33",
      "n": 1
    },
    {
      "week": "2025-34",
      "n": 3
    },
    {
      "week": "2025-36",
      "n": 1
    },
    {
      "week": "2025-37",
      "n": 2
    },
    {
      "week": "2025-38",
      "n": 9
    },
    {
      "week": "2025-39",
      "n": 5
    },
    {
      "week": "2025-40",
      "n": 1
    },
    {
      "week": "2025-43",
      "n": 5
    },
    {
      "week": "2025-44",
      "n": 9
    },
    {
      "week": "2025-45",
      "n": 2
    },
    {
      "week": "2026-04",
      "n": 7
    },
    {
      "week": "2026-05",
      "n": 5
    },
    {
      "week": "2026-06",
      "n": 5
    },
    {
      "week": "2026-09",
      "n": 7
    },
    {
      "week": "2026-11",
      "n": 5
    },
    {
      "week": "2026-12",
      "n": 1
    },
    {
      "week": "2026-13",
      "n": 1
    },
    {
      "week": "2026-16",
      "n": 3
    },
    {
      "week": "2026-18",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2025-06-10"
    },
    {
      "name": "v0.1.1",
      "date": "2025-06-12"
    },
    {
      "name": "v0.1.2",
      "date": "2025-06-26"
    },
    {
      "name": "v0.2.0",
      "date": "2025-06-27"
    },
    {
      "name": "v0.2.1",
      "date": "2025-07-15"
    },
    {
      "name": "v0.3.0",
      "date": "2025-07-15"
    },
    {
      "name": "v0.3.1",
      "date": "2025-07-25"
    },
    {
      "name": "v0.4.0",
      "date": "2025-07-30"
    },
    {
      "name": "v0.4.1",
      "date": "2025-08-09"
    },
    {
      "name": "v0.4.2",
      "date": "2025-08-10"
    },
    {
      "name": "v0.4.3",
      "date": "2025-08-19"
    },
    {
      "name": "v0.4.4",
      "date": "2025-09-12"
    },
    {
      "name": "v0.4.5",
      "date": "2025-09-20"
    },
    {
      "name": "v0.5.0",
      "date": "2025-09-24"
    },
    {
      "name": "v0.5.1",
      "date": "2025-10-23"
    },
    {
      "name": "v0.5.2",
      "date": "2025-11-01"
    },
    {
      "name": "v0.5.3",
      "date": "2025-11-01"
    },
    {
      "name": "v0.5.4",
      "date": "2026-01-27"
    },
    {
      "name": "v0.5.5",
      "date": "2026-02-04"
    },
    {
      "name": "v0.5.6",
      "date": "2026-02-24"
    },
    {
      "name": "v0.5.7",
      "date": "2026-03-14"
    },
    {
      "name": "v0.6.0",
      "date": "2026-04-29"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "fubin1999",
      "count": 176,
      "uuid": 65430559
    },
    {
      "user": "copilot",
      "count": 1,
      "uuid": 198982749
    }
  ],
  "_userbio": {
    "uuid": 188668119,
    "type": "organization",
    "name": "glycoverse",
    "description": "A modern glycomics and glycoproteomics data analysis framework in R."
  },
  "_downloads": {
    "count": 546,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/glyparse"
  },
  "_devurl": "https://github.com/glycoverse/glyparse",
  "_pkgdown": "https://glycoverse.github.io/glyparse/",
  "_searchresults": 27,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/glyparse.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/glycoverse/glyparse",
  "_realowner": "glycoverse",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.5.3",
      "date": "2025-11-04"
    },
    {
      "version": "0.5.4",
      "date": "2026-01-27"
    },
    {
      "version": "0.5.5",
      "date": "2026-02-04"
    },
    {
      "version": "0.5.6",
      "date": "2026-02-24"
    },
    {
      "version": "0.5.7",
      "date": "2026-03-14"
    },
    {
      "version": "0.6.0",
      "date": "2026-04-29"
    }
  ],
  "_exports": [
    "auto_parse",
    "parse_glycoct",
    "parse_iupac_condensed",
    "parse_iupac_extended",
    "parse_iupac_short",
    "parse_linear_code",
    "parse_pglyco_struc",
    "parse_strucgp_struc",
    "parse_wurcs"
  ],
  "_help": [
    {
      "page": "auto_parse",
      "title": "Automatic Structure Parsing",
      "topics": [
        "auto_parse"
      ]
    },
    {
      "page": "parse_glycoct",
      "title": "Parse GlycoCT Structures",
      "topics": [
        "parse_glycoct"
      ]
    },
    {
      "page": "parse_iupac_condensed",
      "title": "Parse IUPAC-condensed Structures",
      "topics": [
        "parse_iupac_condensed"
      ]
    },
    {
      "page": "parse_iupac_extended",
      "title": "Parse IUPAC-extended Structures",
      "topics": [
        "parse_iupac_extended"
      ]
    },
    {
      "page": "parse_iupac_short",
      "title": "Parse IUPAC-short Structures",
      "topics": [
        "parse_iupac_short"
      ]
    },
    {
      "page": "parse_linear_code",
      "title": "Parse Linear Code Structures",
      "topics": [
        "parse_linear_code"
      ]
    },
    {
      "page": "parse_pglyco_struc",
      "title": "Parse pGlyco Structures",
      "topics": [
        "parse_pglyco_struc"
      ]
    },
    {
      "page": "parse_strucgp_struc",
      "title": "Parse StrucGP Structures",
      "topics": [
        "parse_strucgp_struc"
      ]
    },
    {
      "page": "parse_wurcs",
      "title": "Parse WURCS Structures",
      "topics": [
        "parse_wurcs"
      ]
    }
  ],
  "_pkglogo": "https://github.com/glycoverse/glyparse/raw/v0.6.0/man/figures/logo.png",
  "_readme": "https://github.com/glycoverse/glyparse/raw/v0.6.0/README.md",
  "_rundeps": [
    "backports",
    "checkmate",
    "cli",
    "codetools",
    "cpp11",
    "digest",
    "dplyr",
    "furrr",
    "future",
    "generics",
    "globals",
    "glue",
    "glyrepr",
    "igraph",
    "lattice",
    "lifecycle",
    "listenv",
    "magrittr",
    "Matrix",
    "parallelly",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "rstackdeque",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "glyparse.Rmd",
      "filename": "glyparse.html",
      "title": "Getting Started with glyparse",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Your Universal Glycan Text Translator 🔄",
        "The Babel Tower of Glycan Text Formats 🗼",
        "Your Parsing Toolkit 🛠️",
        "Part 0: auto_parse()",
        "Part 1: IUPAC Family — The Popular Kids 🌟",
        "IUPAC-Condensed: The Literature Standard",
        "IUPAC-Short: Literature's Favorite",
        "IUPAC-Extended: The Formal One",
        "Part 2: Database Formats — The Heavy Hitters 💪",
        "GlycoCT: The Precision Format",
        "WURCS: The Complex Structure Format",
        "Linear Code: The Simplified Format",
        "Part 3: Software-Specific Formats — The Specialists 🔬",
        "pGlyco Format: Proteomics Tool",
        "StrucGP Format: Alphabetical System",
        "The Bottom Line 🎯"
      ],
      "created": "2025-06-27 06:49:46",
      "modified": "2025-09-24 01:28:19",
      "commits": 4
    }
  ],
  "_score": 6.867526411199743,
  "_indexed": true,
  "_nocasepkg": "glyparse",
  "_universes": [
    "glycoverse"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.0",
      "date": "2026-05-14T15:37:57.000Z",
      "distro": "noble",
      "commit": "7c95b87fd666608c27ee3111c29399e1b4abb751",
      "fileid": "e9c39ad5099297c0043244e5d85b6d17e7ec572998dc47a100ae7dce7951a3ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glycoverse/actions/runs/25869105086"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.0",
      "date": "2026-05-14T15:38:32.000Z",
      "distro": "noble",
      "commit": "7c95b87fd666608c27ee3111c29399e1b4abb751",
      "fileid": "438bb6023ad958fff7c51649a70f6336822fcf4635db6488f6fe9f0173311ffb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glycoverse/actions/runs/25869105086"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6.0",
      "date": "2026-05-14T15:37:42.000Z",
      "commit": "7c95b87fd666608c27ee3111c29399e1b4abb751",
      "fileid": "fdb796f3251d281dc6d3ca38d335c2c37e0d2a7fddbde35e3d00bc54f66a1cd0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glycoverse/actions/runs/25869105086"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.6.0",
      "date": "2026-05-14T15:38:17.000Z",
      "commit": "7c95b87fd666608c27ee3111c29399e1b4abb751",
      "fileid": "b5960ddc0404460fb9b6dcfb4bd1a1b2474db7f0e50fe1cedaed79f099b33e39",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glycoverse/actions/runs/25869105086"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.6.0",
      "date": "2026-05-14T15:36:56.000Z",
      "commit": "7c95b87fd666608c27ee3111c29399e1b4abb751",
      "fileid": "c6b66b38f61e8640074072973f03378be95772a88731a796ffe385a80d7e2908",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glycoverse/actions/runs/25869105086"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.6.0",
      "date": "2026-05-14T15:37:12.000Z",
      "commit": "7c95b87fd666608c27ee3111c29399e1b4abb751",
      "fileid": "91d827a6ec41b06294ab56f1a9d51af81bde072a86d60cae1349ab8ed3c6e049",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glycoverse/actions/runs/25869105086"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.6.0",
      "date": "2026-05-14T15:36:55.000Z",
      "commit": "7c95b87fd666608c27ee3111c29399e1b4abb751",
      "fileid": "7e814c6b3b0c7e7c58bda63b77e424a5ba8d74b9dd8b2089f4cc39ab42e61305",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/glycoverse/actions/runs/25869105086"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6.0",
      "date": "2026-05-22T08:53:18.000Z",
      "commit": "7c95b87fd666608c27ee3111c29399e1b4abb751",
      "fileid": "36e170144260e8bda45b477770a20477b0963346ca60bb12a8421fb49375e469",
      "status": "success",
      "buildurl": "https://github.com/r-universe/glycoverse/actions/runs/25869105086"
    }
  ]
}