{
  "_id": "6a49b21fdbd0482285eb5498",
  "Package": "roclang",
  "Title": "Functions for Diffusing Function Documentations into 'Roxygen'\nComments",
  "Version": "0.2.3",
  "Authors@R": "person(given = \"Xiurui\",\nfamily = \"Zhu\",\nrole = c(\"aut\", \"cre\"),\nemail = \"zxr6@163.com\",\ncomment = NULL)",
  "Maintainer": "Xiurui Zhu <zxr6@163.com>",
  "Description": "Efficient diffusing of content across function\ndocumentations. Sections, parameters or dot parameters are\nextracted from function documentations and turned into valid Rd\ncharacter strings, which are ready to diffuse into the\n'roxygen' comments of another function by inserting inline\ncode.",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.0",
  "URL": "https://github.com/zhuxr11/roclang",
  "BugReports": "https://github.com/zhuxr11/roclang/issues",
  "Repository": "https://zhuxr11.r-universe.dev",
  "Date/Publication": "2025-08-22 14:57:42 UTC",
  "RemoteUrl": "https://github.com/zhuxr11/roclang",
  "RemoteRef": "HEAD",
  "RemoteSha": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-19 11:18:41 UTC",
    "User": "root"
  },
  "Author": "Xiurui Zhu [aut, cre]",
  "_user": "zhuxr11",
  "_type": "src",
  "_file": "roclang_0.2.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/e489af095ec92e417406b18097e26f0b9ad76d4434e6eef2789bb1bc66bf4a1e",
  "_filesize": 118536,
  "_sha256": "e489af095ec92e417406b18097e26f0b9ad76d4434e6eef2789bb1bc66bf4a1e",
  "_expires": "2026-10-13T01:23:42.000Z",
  "_created": "2026-06-19T11:18:41.000Z",
  "_published": "2026-07-05T01:23:43.942Z",
  "_jobs": [
    {
      "job": 85182269790,
      "time": 120,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7748443671"
    },
    {
      "job": 85182269736,
      "time": 116,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7748442444"
    },
    {
      "job": 85182269732,
      "time": 94,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7748435731"
    },
    {
      "job": 85182269753,
      "time": 118,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7748443010"
    },
    {
      "job": 85182269592,
      "time": 154,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7748405803"
    },
    {
      "job": 85182269834,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7748435905"
    },
    {
      "job": 85182269816,
      "time": 90,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7748433491"
    },
    {
      "job": 85182269822,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7748430754"
    },
    {
      "job": 85182269742,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7748428886"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/27822466396",
  "_status": "success",
  "_upstream": "https://github.com/zhuxr11/roclang",
  "_commit": {
    "id": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
    "author": "zhuxr11 <zxr6@163.com>",
    "committer": "zhuxr11 <zxr6@163.com>",
    "message": "Fix a bug in tests due to changes in `Reference` section of `stats::lm()` again: removing the \"^\" from regular expression.\n",
    "time": 1755874662
  },
  "_maintainer": {
    "name": "Xiurui Zhu",
    "email": "zxr6@163.com",
    "login": "zhuxr11",
    "description": "",
    "uuid": 62409053
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.2",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 1.1.2",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.3.4",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 3.0.4",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "version": ">= 2.0.1",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.4.10",
      "role": "Imports"
    },
    {
      "package": "roxygen2",
      "version": ">= 7.1.1",
      "role": "Imports"
    },
    {
      "package": "methods",
      "version": ">= 4.0.0",
      "role": "Imports"
    },
    {
      "package": "utils",
      "version": ">= 4.0.0",
      "role": "Imports"
    },
    {
      "package": "rex",
      "version": ">= 1.2.0",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "zhuxr11",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-33",
      "n": 4
    },
    {
      "week": "2025-34",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.2.3",
      "date": "2025-08-22"
    }
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "zhuxr11",
      "count": 69,
      "uuid": 62409053
    }
  ],
  "_userbio": {
    "uuid": 62409053,
    "type": "user",
    "name": "zhuxr11",
    "followers": 2
  },
  "_downloads": {
    "count": 621,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/roclang"
  },
  "_devurl": "https://github.com/zhuxr11/roclang",
  "_searchresults": 2,
  "_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/readme.html",
    "extra/readme.md",
    "extra/roclang.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/zhuxr11/roclang",
  "_realowner": "zhuxr11",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-08-04"
    },
    {
      "version": "0.1.2",
      "date": "2021-10-20"
    },
    {
      "version": "0.1.3",
      "date": "2022-01-06"
    },
    {
      "version": "0.1.4",
      "date": "2022-02-01"
    },
    {
      "version": "0.2.0",
      "date": "2022-05-15"
    },
    {
      "version": "0.2.1",
      "date": "2023-01-21"
    },
    {
      "version": "0.2.2",
      "date": "2023-05-26"
    },
    {
      "version": "0.2.3",
      "date": "2025-08-22"
    }
  ],
  "_exports": [
    "extract_roc_text",
    "roc_eval_text"
  ],
  "_help": [
    {
      "page": "roclang-package",
      "title": "roclang: A package for diffusing function documentations into 'roxygen' comments",
      "topics": [
        "roclang-package",
        "roclang"
      ]
    },
    {
      "page": "extract_roc_text",
      "title": "Extract a section, parameter or set of dot-parameters from a function documentation",
      "topics": [
        "extract_roc_text"
      ]
    },
    {
      "page": "roc_eval_text",
      "title": "Generate Rd from text with evaluated inline code and code blocks",
      "topics": [
        "roc_eval_text"
      ]
    }
  ],
  "_readme": "https://github.com/zhuxr11/roclang/raw/HEAD/README.md",
  "_rundeps": [
    "brew",
    "callr",
    "cli",
    "commonmark",
    "cpp11",
    "desc",
    "dplyr",
    "evaluate",
    "fs",
    "generics",
    "glue",
    "highr",
    "knitr",
    "lifecycle",
    "magrittr",
    "otel",
    "pillar",
    "pkgbuild",
    "pkgconfig",
    "pkgload",
    "processx",
    "ps",
    "purrr",
    "R6",
    "rex",
    "rlang",
    "roxygen2",
    "rprojroot",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr",
    "xfun",
    "xml2",
    "yaml"
  ],
  "_score": 3.7781512503836434,
  "_indexed": true,
  "_nocasepkg": "roclang",
  "_universes": [
    "zhuxr11"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.3",
      "date": "2026-06-19T11:20:37.000Z",
      "distro": "noble",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "https://r2.ropensci.org/43ac55065c2374f768227d81a8f62ca16990c65a8f619a17c293a93038cbce6c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/27822466396"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.3",
      "date": "2026-06-19T11:20:33.000Z",
      "distro": "noble",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "https://r2.ropensci.org/78c83c7406258695ec69ed47ecfe71d0e3b23d4e8b6182906c389c0c3b44805a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/27822466396"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.3",
      "date": "2026-06-19T11:20:17.000Z",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "https://r2.ropensci.org/ecf92bb4fafa7db6e4f0bb19aed246e2a62c7c6c3df40c2f15012b3dd245131a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/27822466396"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.3",
      "date": "2026-06-19T11:20:35.000Z",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "https://r2.ropensci.org/5fbe2a675d2f25e729cc0a8a725c948a58eb1ba45d008bcaaa470f59b8839460",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/27822466396"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.3",
      "date": "2026-06-19T11:20:30.000Z",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "https://r2.ropensci.org/c26ffc9c8c546051d6867d310d37c64179ad8e73fbe1919cff8fac1dc58bcae3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/27822466396"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.3",
      "date": "2026-06-19T11:20:01.000Z",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "https://r2.ropensci.org/52d9e8e2e777d4ed75398fe5e28235281ebd1f8c6cc87ae4b75db8e970d7987b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/27822466396"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.3",
      "date": "2026-06-19T11:19:52.000Z",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "https://r2.ropensci.org/ba7becbb07e51d62bb821e88eb70ec30f5541aa262da24e3385405f375f5bd0e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/27822466396"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.3",
      "date": "2026-06-19T11:19:43.000Z",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "https://r2.ropensci.org/c7a0749beb6324646147327c8164844d4a7a2674b81bc8217d37113e4ba28a4b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/27822466396"
    }
  ]
}