{
  "_id": "6a1ee53ab401979e734112c4",
  "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-05-20 06:04:18 UTC",
    "User": "root"
  },
  "Author": "Xiurui Zhu [aut, cre]",
  "MD5sum": "1876f01c85959df57aad5934ee1eefce",
  "_user": "zhuxr11",
  "_type": "src",
  "_file": "roclang_0.2.3.tar.gz",
  "_fileid": "c76d091bd96172c9d14df691748e9069c784ee58d6083a5a9f266b6eeecca517",
  "_filesize": 113133,
  "_sha256": "c76d091bd96172c9d14df691748e9069c784ee58d6083a5a9f266b6eeecca517",
  "_created": "2026-05-20T06:04:18.000Z",
  "_published": "2026-06-02T14:14:18.753Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79091444626,
      "time": 128,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7102472297"
    },
    {
      "job": 79091445533,
      "time": 116,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7102469842"
    },
    {
      "job": 79091445051,
      "time": 93,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7102464122"
    },
    {
      "job": 79091445423,
      "time": 116,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7102469523"
    },
    {
      "job": 79091444179,
      "time": 172,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7102441283"
    },
    {
      "job": 79091443940,
      "time": 122,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7360218747"
    },
    {
      "job": 79091445010,
      "time": 72,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7102459254"
    },
    {
      "job": 79091446063,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7102462811"
    },
    {
      "job": 79091445131,
      "time": 75,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7102460106"
    }
  ],
  "_buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26144509906",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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"
  },
  "_downloads": {
    "count": 555,
    "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",
    "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",
    "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-05-20T06:06:22.000Z",
      "distro": "noble",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "2810cf502f576ee469d8c97e0db8dc6149814616271d6572c3493ed83f9c982d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26144509906"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.3",
      "date": "2026-05-20T06:06:16.000Z",
      "distro": "noble",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "d868f895556f8b566275199cf5495159763ee3f1a59bbf19eff6ac34f312b853",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26144509906"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.3",
      "date": "2026-05-20T06:05:57.000Z",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "a7769bd5b1a61a6dbcc77c2319884aca32468f805556b7654eacccea25ea2830",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26144509906"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.3",
      "date": "2026-05-20T06:06:14.000Z",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "ad74e1f1e1f3c4d9563397636997881c2d6bf14ca19dd5fefa1d028612a8ec6e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26144509906"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.3",
      "date": "2026-05-20T06:05:28.000Z",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "3af7686407fef41454d56ed753e34ad811e43fd84c99b3a15287057d9556d782",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26144509906"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.3",
      "date": "2026-05-20T06:05:38.000Z",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "33ec43fc97906a214b1fd836b7cd6a460bf63c699e64ba3479bbfae22ffb2656",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26144509906"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.3",
      "date": "2026-05-20T06:05:31.000Z",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "21da284c413be466f1a8c78493b7fb2839cfa4ea6209ca6932d7e0ec39254beb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26144509906"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.3",
      "date": "2026-06-02T14:13:33.000Z",
      "commit": "1c577d1456d2f2e4e83e51d2e6f73aab9660879c",
      "fileid": "972413ebf85ca3f29d77312502529b75184d5e7964a88fbb9a6449f375ee772a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26144509906"
    }
  ]
}