{
  "_id": "6a13ba45acfb0bcc41d2c387",
  "Package": "gluedown",
  "Title": "Wrap Vectors in Markdown Formatting",
  "Version": "1.0.9",
  "Authors@R": "person(\"Kiernan\", \"Nicholls\", email = \"k5cents@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0002-9229-7897\"))",
  "Description": "Ease the transition between R vectors and markdown text.\nWith 'gluedown' and 'rmarkdown', users can create traditional\nvectors in R, glue those strings together with the markdown\nsyntax, and print those formatted vectors directly to the\ndocument. This package targets the CommonMark specification\n(0.31.2, 2024) <https://spec.commonmark.org/0.31.2/> and GitHub\nFlavored Markdown (GFM 0.29, 2019) extensions\n<https://github.github.com/gfm/>.",
  "License": "GPL-3",
  "URL": "https://k5cents.github.io/gluedown/,\nhttps://github.com/k5cents/gluedown/",
  "BugReports": "https://github.com/k5cents/gluedown/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://k5cents.r-universe.dev",
  "Date/Publication": "2026-05-25 02:29:34 UTC",
  "RemoteUrl": "https://github.com/k5cents/gluedown",
  "RemoteRef": "HEAD",
  "RemoteSha": "cc111bad6eee46fc4039cd16eec5c6e422de20dc",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-25 02:53:29 UTC",
    "User": "root"
  },
  "Author": "Kiernan Nicholls [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-9229-7897>)",
  "Maintainer": "Kiernan Nicholls <k5cents@gmail.com>",
  "MD5sum": "e7a628752151b696b619cf1ecb2707ca",
  "_user": "k5cents",
  "_type": "src",
  "_file": "gluedown_1.0.9.tar.gz",
  "_fileid": "5ef738f56855c3744cbe8d1e5e154c2100198481fea684df3a2482fc05199566",
  "_filesize": 408446,
  "_sha256": "5ef738f56855c3744cbe8d1e5e154c2100198481fea684df3a2482fc05199566",
  "_created": "2026-05-25T02:53:29.000Z",
  "_published": "2026-05-25T02:56:05.115Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77649251507,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7190825444"
    },
    {
      "job": 77649251503,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7190823628"
    },
    {
      "job": 77649251496,
      "time": 72,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7190818242"
    },
    {
      "job": 77649251500,
      "time": 123,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7190824909"
    },
    {
      "job": 77649055407,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7190808787"
    },
    {
      "job": 77649251504,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7190823267"
    },
    {
      "job": 77649251501,
      "time": 99,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7190821935"
    },
    {
      "job": 77649251508,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7190819013"
    },
    {
      "job": 77649251510,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7190819273"
    }
  ],
  "_buildurl": "https://github.com/r-universe/k5cents/actions/runs/26380639105",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/k5cents/gluedown",
  "_commit": {
    "id": "cc111bad6eee46fc4039cd16eec5c6e422de20dc",
    "author": "Kiernan Nicholls <k5cents@gmail.com>",
    "committer": "Kiernan Nicholls <k5cents@gmail.com>",
    "message": "Regenerate docs with roxygen2 8.x; add missing param docs\n\nFixes R CMD check WARNING: md_hardline `method` and md_link/md_image\n`wrap` params were in roxygen source but not reflected in stale Rd files.\nAlso bumps DESCRIPTION to Config/roxygen2/version format.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n",
    "time": 1779676174
  },
  "_maintainer": {
    "name": "Kiernan Nicholls",
    "email": "k5cents@gmail.com",
    "login": "k5cents",
    "bluesky": "@k5cents.com",
    "linkedin": "in/k5cents",
    "twitter": "@k5cents",
    "description": "Political data analyst",
    "uuid": 18021678,
    "orcid": "0000-0002-9229-7897"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3",
      "role": "Depends"
    },
    {
      "package": "glue",
      "version": ">= 1.3.1",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "version": ">= 2.0.1",
      "role": "Imports"
    },
    {
      "package": "covr",
      "version": ">= 3.3.2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "version": ">= 1.25",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "version": ">= 1.1",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "version": ">= 1.16",
      "role": "Suggests"
    },
    {
      "package": "rvest",
      "version": ">= 0.3.2",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "version": ">= 2.1",
      "role": "Suggests"
    },
    {
      "package": "stringr",
      "version": ">= 1.4.0",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "xml2",
      "version": ">= 1.3.2",
      "role": "Suggests"
    }
  ],
  "_owner": "k5cents",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-22",
      "n": 6
    }
  ],
  "_tags": [],
  "_topics": [
    "markdown"
  ],
  "_stars": 113,
  "_contributors": [
    {
      "user": "k5cents",
      "count": 395,
      "uuid": 18021678
    },
    {
      "user": "yihui",
      "count": 6,
      "uuid": 163582
    },
    {
      "user": "michaelchirico",
      "count": 2,
      "uuid": 7606389
    },
    {
      "user": "hadley",
      "count": 1,
      "uuid": 4196
    }
  ],
  "_userbio": {
    "uuid": 18021678,
    "type": "user",
    "name": "Kiernan Nicholls",
    "description": "Political data analyst"
  },
  "_downloads": {
    "count": 341,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gluedown"
  },
  "_devurl": "https://github.com/k5cents/gluedown",
  "_pkgdown": "https://k5cents.github.io/gluedown/",
  "_searchresults": 65,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gluedown.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/k5cents/gluedown",
  "_realowner": "k5cents",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2019-11-28"
    },
    {
      "version": "1.0.1",
      "date": "2019-12-09"
    },
    {
      "version": "1.0.2",
      "date": "2020-01-14"
    },
    {
      "version": "1.0.3",
      "date": "2021-02-06"
    },
    {
      "version": "1.0.4",
      "date": "2021-05-10"
    },
    {
      "version": "1.0.5",
      "date": "2022-11-05"
    },
    {
      "version": "1.0.6",
      "date": "2022-11-06"
    },
    {
      "version": "1.0.7",
      "date": "2023-10-29"
    },
    {
      "version": "1.0.8",
      "date": "2023-12-21"
    },
    {
      "version": "1.0.9",
      "date": "2024-03-11"
    }
  ],
  "_exports": [
    "%>%",
    "has_knitr",
    "has_markdown",
    "md_autolink",
    "md_blank",
    "md_bold",
    "md_bullet",
    "md_chunk",
    "md_code",
    "md_convert",
    "md_disallow",
    "md_escape",
    "md_fence",
    "md_hardline",
    "md_heading",
    "md_image",
    "md_indent",
    "md_issue",
    "md_italic",
    "md_label",
    "md_link",
    "md_list",
    "md_order",
    "md_paragraph",
    "md_quote",
    "md_reference",
    "md_rule",
    "md_setext",
    "md_softline",
    "md_strike",
    "md_table",
    "md_task",
    "md_text"
  ],
  "_help": [
    {
      "page": "has_knitr",
      "title": "Check if the user has the 'knitr' package installed",
      "topics": [
        "has_knitr",
        "has_markdown"
      ]
    },
    {
      "page": "md_autolink",
      "title": "Markdown autolink",
      "concept": [
        "inline functions"
      ],
      "topics": [
        "md_autolink"
      ]
    },
    {
      "page": "md_blank",
      "title": "Markdown blank line",
      "concept": [
        "leaf block functions"
      ],
      "topics": [
        "md_blank"
      ]
    },
    {
      "page": "md_bold",
      "title": "Markdown bold emphasis",
      "concept": [
        "inline functions"
      ],
      "topics": [
        "md_bold"
      ]
    },
    {
      "page": "md_bullet",
      "title": "Markdown bullet list",
      "concept": [
        "container block functions"
      ],
      "topics": [
        "md_bullet"
      ]
    },
    {
      "page": "md_chunk",
      "title": "Markdown code block",
      "concept": [
        "leaf block functions"
      ],
      "topics": [
        "md_chunk"
      ]
    },
    {
      "page": "md_code",
      "title": "Markdown code span",
      "concept": [
        "inline functions"
      ],
      "topics": [
        "md_code"
      ]
    },
    {
      "page": "md_convert",
      "title": "Convert markdown to HTML",
      "concept": [
        "inline functions"
      ],
      "topics": [
        "md_convert"
      ]
    },
    {
      "page": "md_disallow",
      "title": "Disallow certain raw HTML",
      "concept": [
        "inline functions"
      ],
      "topics": [
        "md_disallow"
      ]
    },
    {
      "page": "md_escape",
      "title": "Backslash escape all punctuation",
      "concept": [
        "inline functions"
      ],
      "topics": [
        "md_escape"
      ]
    },
    {
      "page": "md_fence",
      "title": "Markdown fenced code block",
      "concept": [
        "leaf block functions"
      ],
      "topics": [
        "md_fence"
      ]
    },
    {
      "page": "md_hardline",
      "title": "Markdown hard line breaks",
      "concept": [
        "inline functions"
      ],
      "topics": [
        "md_hardline"
      ]
    },
    {
      "page": "md_heading",
      "title": "Markdown ATX headings",
      "concept": [
        "leaf block functions"
      ],
      "topics": [
        "md_heading"
      ]
    },
    {
      "page": "md_image",
      "title": "Markdown image links",
      "concept": [
        "inline functions"
      ],
      "topics": [
        "md_image"
      ]
    },
    {
      "page": "md_indent",
      "title": "Markdown indented code block",
      "concept": [
        "leaf block functions"
      ],
      "topics": [
        "md_indent"
      ]
    },
    {
      "page": "md_issue",
      "title": "Markdown GitHub issue",
      "concept": [
        "inline functions",
        "markdown extensions"
      ],
      "topics": [
        "md_issue"
      ]
    },
    {
      "page": "md_italic",
      "title": "Markdown italic emphasis",
      "concept": [
        "inline functions"
      ],
      "topics": [
        "md_italic"
      ]
    },
    {
      "page": "md_label",
      "title": "Markdown link label",
      "concept": [
        "leaf block functions"
      ],
      "topics": [
        "md_label"
      ]
    },
    {
      "page": "md_link",
      "title": "Markdown inline link (6.6)",
      "concept": [
        "inline functions"
      ],
      "topics": [
        "md_link"
      ]
    },
    {
      "page": "md_list",
      "title": "Markdown generic list",
      "concept": [
        "container block functions"
      ],
      "topics": [
        "md_list"
      ]
    },
    {
      "page": "md_order",
      "title": "Markdown ordered list",
      "concept": [
        "container block functions"
      ],
      "topics": [
        "md_order"
      ]
    },
    {
      "page": "md_paragraph",
      "title": "Markdown paragraphs breaks",
      "concept": [
        "leaf block functions"
      ],
      "topics": [
        "md_paragraph"
      ]
    },
    {
      "page": "md_quote",
      "title": "Markdown block quotes",
      "concept": [
        "container block functions"
      ],
      "topics": [
        "md_quote"
      ]
    },
    {
      "page": "md_reference",
      "title": "Markdown link reference",
      "concept": [
        "leaf block functions"
      ],
      "topics": [
        "md_reference"
      ]
    },
    {
      "page": "md_rule",
      "title": "Markdown horizontal rule (4.1)",
      "concept": [
        "leaf block functions"
      ],
      "topics": [
        "md_rule"
      ]
    },
    {
      "page": "md_setext",
      "title": "Markdown Setext headings (4.3)",
      "concept": [
        "leaf block functions"
      ],
      "topics": [
        "md_setext"
      ]
    },
    {
      "page": "md_softline",
      "title": "Markdown soft line breaks",
      "concept": [
        "inline functions"
      ],
      "topics": [
        "md_softline"
      ]
    },
    {
      "page": "md_strike",
      "title": "Markdown strikethrough (extension)",
      "concept": [
        "inline functions",
        "markdown extensions"
      ],
      "topics": [
        "md_strike"
      ]
    },
    {
      "page": "md_table",
      "title": "Markdown tables (4.10 extension)",
      "concept": [
        "leaf block functions",
        "markdown extensions"
      ],
      "topics": [
        "md_table"
      ]
    },
    {
      "page": "md_task",
      "title": "Markdown task list (extension)",
      "concept": [
        "container block functions"
      ],
      "topics": [
        "md_task"
      ]
    },
    {
      "page": "md_text",
      "title": "Markdown textual content",
      "concept": [
        "inline functions"
      ],
      "topics": [
        "md_text"
      ]
    }
  ],
  "_pkglogo": "https://github.com/k5cents/gluedown/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/k5cents/gluedown/raw/HEAD/README.md",
  "_rundeps": [
    "glue",
    "magrittr"
  ],
  "_vignettes": [
    {
      "source": "github-spec.Rmd",
      "filename": "github-spec.html",
      "title": "GitHub Flavored Markdown",
      "engine": "knitr::rmarkdown",
      "headings": [
        "3 Blocks and Inlines",
        "4 Leaf blocks",
        "4.1 Thematic breaks",
        "4.3 Setext headings",
        "4.4 Indented code blocks",
        "4.5 Fenced code blocks",
        "4.6 HTML blocks",
        "4.7 Link reference definitions",
        "4.8 Paragraphs",
        "4.9 Blank lines",
        "4.10 Tables (extension)",
        "5 Container Blocks",
        "5.1 Block quotes",
        "5.2 List items",
        "5.3 Task list items (extension)",
        "5.4 Lists",
        "6 Inlines",
        "6.1 Backslash escapes",
        "6.3 - 6.8 Simple inlines",
        "6.7 Images",
        "6.11 Disallowed Raw HTML (extension)",
        "6.12 - 6.13 Line breaks",
        "6.14 Textual content"
      ],
      "created": "2019-11-04 21:46:18",
      "modified": "2026-05-25 01:28:05",
      "commits": 7
    },
    {
      "source": "literal-programming.Rmd",
      "filename": "literal-programming.html",
      "title": "Markdown Literal Programming",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Vector Lists",
        "Pipes",
        "Extensions",
        "Inlines"
      ],
      "created": "2019-11-04 16:55:04",
      "modified": "2023-10-29 00:28:06",
      "commits": 7
    }
  ],
  "_score": 7.343113054845938,
  "_indexed": true,
  "_nocasepkg": "gluedown",
  "_universes": [
    "k5cents"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.9",
      "date": "2026-05-25T02:55:34.000Z",
      "distro": "noble",
      "commit": "cc111bad6eee46fc4039cd16eec5c6e422de20dc",
      "fileid": "681b17725d40dc490ce9578566d9af59ac91de571361d83a4c2dc70f2aefd9a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/k5cents/actions/runs/26380639105"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.9",
      "date": "2026-05-25T02:55:20.000Z",
      "distro": "noble",
      "commit": "cc111bad6eee46fc4039cd16eec5c6e422de20dc",
      "fileid": "b7ed25fc41db12be4f08b963ef37cac09c270094e455a1f41152e24109985f53",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/k5cents/actions/runs/26380639105"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.9",
      "date": "2026-05-25T02:54:46.000Z",
      "commit": "cc111bad6eee46fc4039cd16eec5c6e422de20dc",
      "fileid": "82fcd5780b3545f00d3f949aae076571f56eef526e42bf742bae6dc3adf45679",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/k5cents/actions/runs/26380639105"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.9",
      "date": "2026-05-25T02:55:24.000Z",
      "commit": "cc111bad6eee46fc4039cd16eec5c6e422de20dc",
      "fileid": "5755485e0f8c00155c23e5bf1d5d53d0e76c381189d443b357850e765898a4e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/k5cents/actions/runs/26380639105"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.9",
      "date": "2026-05-25T02:55:33.000Z",
      "commit": "cc111bad6eee46fc4039cd16eec5c6e422de20dc",
      "fileid": "ef3fa91728a68f015a850920156df85402bf0da511acc810858fb8cd1c1e6474",
      "status": "success",
      "buildurl": "https://github.com/r-universe/k5cents/actions/runs/26380639105"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.9",
      "date": "2026-05-25T02:55:06.000Z",
      "commit": "cc111bad6eee46fc4039cd16eec5c6e422de20dc",
      "fileid": "d9eff3d3632b8219aea48a552a498c5b6927d36af22eccd9c6a714c1a00996fe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/k5cents/actions/runs/26380639105"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.9",
      "date": "2026-05-25T02:54:41.000Z",
      "commit": "cc111bad6eee46fc4039cd16eec5c6e422de20dc",
      "fileid": "40ec7bf1065d0ebc79f9f33eabaf5cdc9a62a896961dcfeb1f163eea221a0870",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/k5cents/actions/runs/26380639105"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.9",
      "date": "2026-05-25T02:54:44.000Z",
      "commit": "cc111bad6eee46fc4039cd16eec5c6e422de20dc",
      "fileid": "b52944a9da78ab31a4f5f862eaf00eb7e5a4d80d0db4a9b4ee1afaf51348847f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/k5cents/actions/runs/26380639105"
    }
  ]
}