{
  "_id": "6a1295a6acfb0bcc41d0c3d8",
  "Package": "tinyrox",
  "Title": "Minimal R Documentation Generator",
  "Version": "0.3.3",
  "Authors@R": "person(\"Troy\", \"Hernandez\", email = \"troy@cornball.ai\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0005-4248-604X\"))",
  "Description": "A deterministic, dependency-free documentation generator\nfor R packages. Generates valid Rd files and NAMESPACE from\n'roxygen2'-style comments using only base R. Supports a strict\nsubset of tags with no markdown parsing, no inference magic,\nand explicit-only behavior.",
  "License": "GPL-3",
  "URL": "https://github.com/cornball-ai/tinyrox",
  "BugReports": "https://github.com/cornball-ai/tinyrox/issues",
  "Encoding": "UTF-8",
  "Repository": "https://cornball-ai.r-universe.dev",
  "Date/Publication": "2026-05-19 18:53:12 UTC",
  "RemoteUrl": "https://github.com/cornball-ai/tinyrox",
  "RemoteRef": "HEAD",
  "RemoteSha": "27c1587a1b0cb7d68bdeaffd8265375b6ea54c6a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-24 06:04:54 UTC",
    "User": "root"
  },
  "Author": "Troy Hernandez [aut, cre] (ORCID:\n<https://orcid.org/0009-0005-4248-604X>)",
  "Maintainer": "Troy Hernandez <troy@cornball.ai>",
  "MD5sum": "49c62242fb5be9b4f591715b8fe308c9",
  "_user": "cornball-ai",
  "_type": "src",
  "_file": "tinyrox_0.3.3.tar.gz",
  "_fileid": "f5c8da1f3921b529f12c0624e01a551123fc3e669071b81a82ac17edb97caa2f",
  "_filesize": 145124,
  "_sha256": "f5c8da1f3921b529f12c0624e01a551123fc3e669071b81a82ac17edb97caa2f",
  "_created": "2026-05-24T06:04:54.000Z",
  "_published": "2026-05-24T06:07:34.566Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77576100257,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7182740984"
    },
    {
      "job": 77576100243,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7182740227"
    },
    {
      "job": 77576100254,
      "time": 88,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7182737011"
    },
    {
      "job": 77576100253,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7182737117"
    },
    {
      "job": 77575945931,
      "time": 159,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7182726867"
    },
    {
      "job": 77576100238,
      "time": 82,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7182736312"
    },
    {
      "job": 77576100277,
      "time": 77,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7182735586"
    },
    {
      "job": 77576100275,
      "time": 58,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7182734153"
    },
    {
      "job": 77576100261,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7182738547"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cornball-ai/actions/runs/26353537059",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cornball-ai/tinyrox",
  "_commit": {
    "id": "27c1587a1b0cb7d68bdeaffd8265375b6ea54c6a",
    "author": "Troy Hernandez <troy@cornball.ai>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Split title/description/details and use base-R macros for package Rd (#11)\n\nParser (R/tags.R):\n- Pre-tag content now splits across blank lines into title (para 1),\n  description (para 2), details (para 3+), matching roxygen2 behavior.\n  Previously everything past the first blank line was jammed into description.\n- Paragraph breaks inside details are preserved as paragraph separators.\n- Drop a trailing empty details state when no content followed the blank line\n  (e.g., a stray '#'' before '@param').\n\nPackage Rd generator (R/rd.R):\n- Switch generate_package_rd to base-R Rd macros: \\packageTitle{},\n  \\packageDescription{}, \\packageAuthor{}, \\packageMaintainer{}, and\n  \\packageIndices{}. DESCRIPTION is the source of truth.\n- Hand-written paragraphs (now correctly parsed as details) land in \\details{}.\n- Drop the bespoke maintainer-from-DESCRIPTION helper - macros do this at\n  help-render time.\n\nTested against eddelbuettel/rspdlite: man/formatter.Rd is byte-identical to\nroxygen2's output except for the header comment; man/rspdlite-package.Rd\nnow correctly populates \\details{} (was missing before) and delegates\ntitle/description/author to DESCRIPTION via macros.",
    "time": 1779216792
  },
  "_maintainer": {
    "name": "Troy Hernandez",
    "email": "troy@cornball.ai",
    "login": "troyhernandez",
    "description": "",
    "uuid": 5670773
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "cornball-ai",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-02",
      "n": 5
    },
    {
      "week": "2026-03",
      "n": 7
    },
    {
      "week": "2026-04",
      "n": 11
    },
    {
      "week": "2026-05",
      "n": 12
    },
    {
      "week": "2026-06",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 3
    },
    {
      "week": "2026-09",
      "n": 1
    },
    {
      "week": "2026-11",
      "n": 2
    },
    {
      "week": "2026-13",
      "n": 3
    },
    {
      "week": "2026-15",
      "n": 2
    },
    {
      "week": "2026-16",
      "n": 1
    },
    {
      "week": "2026-21",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "troyhernandez",
      "count": 49,
      "uuid": 5670773
    },
    {
      "user": "eddelbuettel",
      "count": 4,
      "uuid": 673121
    }
  ],
  "_userbio": {
    "uuid": 153995987,
    "type": "organization",
    "name": "cornball.ai"
  },
  "_downloads": {
    "count": 487,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tinyrox"
  },
  "_devurl": "https://github.com/cornball-ai/tinyrox",
  "_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/tinyrox.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/cornball-ai/tinyrox",
  "_realowner": "cornball-ai",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.3",
      "date": "2026-04-15"
    }
  ],
  "_exports": [
    "check_code_cran",
    "check_cran",
    "check_description_cran",
    "check_examples_cran",
    "clean",
    "document",
    "fix_description_cran",
    "parse_tags"
  ],
  "_help": [
    {
      "page": "check_code_cran",
      "title": "Check R Code for CRAN Issues",
      "topics": [
        "check_code_cran"
      ]
    },
    {
      "page": "check_code_lines",
      "title": "Check Code Lines for Issues",
      "topics": [
        "check_code_lines"
      ]
    },
    {
      "page": "check_cran",
      "title": "Full CRAN Compliance Check",
      "topics": [
        "check_cran"
      ]
    },
    {
      "page": "check_description_cran",
      "title": "Check DESCRIPTION for CRAN Compliance",
      "topics": [
        "check_description_cran"
      ]
    },
    {
      "page": "check_examples_cran",
      "title": "Check for Missing Examples",
      "topics": [
        "check_examples_cran"
      ]
    },
    {
      "page": "check_webservice_links",
      "title": "Check for Missing Web Service Links",
      "topics": [
        "check_webservice_links"
      ]
    },
    {
      "page": "clean",
      "title": "Clean Generated Files",
      "topics": [
        "clean"
      ]
    },
    {
      "page": "document",
      "title": "Generate Documentation for an R Package",
      "topics": [
        "document"
      ]
    },
    {
      "page": "escape_regex",
      "title": "Escape Regex Special Characters",
      "topics": [
        "escape_regex"
      ]
    },
    {
      "page": "extract_function_name",
      "title": "Extract Function Name from Definition Line",
      "topics": [
        "extract_function_name"
      ]
    },
    {
      "page": "find_dontrun_examples",
      "title": "Find Exported Functions Using dontrun in Examples",
      "topics": [
        "find_dontrun_examples"
      ]
    },
    {
      "page": "find_exports_without_examples",
      "title": "Find Exported Functions Without Examples",
      "topics": [
        "find_exports_without_examples"
      ]
    },
    {
      "page": "find_long_example_lines",
      "title": "Find Example Lines Exceeding 100 Characters",
      "topics": [
        "find_long_example_lines"
      ]
    },
    {
      "page": "find_unquoted_names",
      "title": "Find Unquoted Names in Text",
      "topics": [
        "find_unquoted_names"
      ]
    },
    {
      "page": "fix_description_cran",
      "title": "Fix DESCRIPTION File",
      "topics": [
        "fix_description_cran"
      ]
    },
    {
      "page": "get_dependency_packages",
      "title": "Extract Package Names from Dependencies",
      "topics": [
        "get_dependency_packages"
      ]
    },
    {
      "page": "parse_tags",
      "title": "Parse Tags from Documentation Lines",
      "topics": [
        "parse_tags"
      ]
    },
    {
      "page": "quote_names_in_text",
      "title": "Quote Names in Text",
      "topics": [
        "quote_names_in_text"
      ]
    }
  ],
  "_readme": "https://github.com/cornball-ai/tinyrox/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 4.079181246047625,
  "_indexed": true,
  "_nocasepkg": "tinyrox",
  "_universes": [
    "cornball-ai",
    "troyhernandez"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.3",
      "date": "2026-05-24T06:07:05.000Z",
      "distro": "noble",
      "commit": "27c1587a1b0cb7d68bdeaffd8265375b6ea54c6a",
      "fileid": "593c84396a95468d2f70bf9d521fdb723ac23703c0a89efac51412b92a4573b1",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/cornball-ai/actions/runs/26353537059"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.3",
      "date": "2026-05-24T06:06:57.000Z",
      "distro": "noble",
      "commit": "27c1587a1b0cb7d68bdeaffd8265375b6ea54c6a",
      "fileid": "06430ba65b5b62b90a3853b466eed5b80f25ee899e2dd191fb654b63c6b524b3",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/cornball-ai/actions/runs/26353537059"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.3",
      "date": "2026-05-24T06:06:33.000Z",
      "commit": "27c1587a1b0cb7d68bdeaffd8265375b6ea54c6a",
      "fileid": "cf1014c0641994d330773ac2298618ffd0ac4f739ff30708bc2027a962ce3036",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/cornball-ai/actions/runs/26353537059"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.3",
      "date": "2026-05-24T06:06:34.000Z",
      "commit": "27c1587a1b0cb7d68bdeaffd8265375b6ea54c6a",
      "fileid": "acd46387bf1e0395b0beaf48ca6a21b7489449b458e495e94000ada97be56cbd",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/cornball-ai/actions/runs/26353537059"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.3",
      "date": "2026-05-24T06:06:36.000Z",
      "commit": "27c1587a1b0cb7d68bdeaffd8265375b6ea54c6a",
      "fileid": "222e08d2bf950491784ceb8337494c440ac3dd0fb91eb0f21fe7aa4229125a7c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cornball-ai/actions/runs/26353537059"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.3",
      "date": "2026-05-24T06:06:14.000Z",
      "commit": "27c1587a1b0cb7d68bdeaffd8265375b6ea54c6a",
      "fileid": "bbb6773d90e5539adf90a243fea7cc19dc06e41a787557d41dd6ed28c68719c7",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/cornball-ai/actions/runs/26353537059"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.3",
      "date": "2026-05-24T06:06:03.000Z",
      "commit": "27c1587a1b0cb7d68bdeaffd8265375b6ea54c6a",
      "fileid": "de0fdc7d0c6993d9cefb8e01ac5e1569825dd5df4ef4a5b373d10f21ac166ab3",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/cornball-ai/actions/runs/26353537059"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.3",
      "date": "2026-05-24T06:06:40.000Z",
      "commit": "27c1587a1b0cb7d68bdeaffd8265375b6ea54c6a",
      "fileid": "a452982e8557b24ce27054a936eb82d7bedf9d5343f149ea185466dbd674005a",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/cornball-ai/actions/runs/26353537059"
    }
  ]
}