Package: tinyrox 0.3.3
tinyrox: Minimal R Documentation Generator
A deterministic, dependency-free documentation generator for R packages. Generates valid Rd files and NAMESPACE from 'roxygen2'-style comments using only base R. Supports a strict subset of tags with no markdown parsing, no inference magic, and explicit-only behavior.
Authors:
tinyrox_0.3.3.tar.gz
tinyrox_0.3.3.zip(r-4.7)tinyrox_0.3.3.zip(r-4.6)tinyrox_0.3.3.zip(r-4.5)
tinyrox_0.3.3.tgz(r-4.6-any)tinyrox_0.3.3.tgz(r-4.5-any)
tinyrox_0.3.3.tar.gz(r-4.7-any)tinyrox_0.3.3.tar.gz(r-4.6-any)
tinyrox_0.3.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tinyrox/json (API)
NEWS
| # Install 'tinyrox' in R: |
| install.packages('tinyrox', repos = c('https://cornball-ai.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cornball-ai/tinyrox/issues
Last updated from:27c1587a1b. Checks:7 WARNING, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 124 | ||
| source / vignettes | OK | 159 | ||
| linux-release-x86_64 | WARNING | 117 | ||
| macos-release-arm64 | WARNING | 90 | ||
| macos-oldrel-arm64 | WARNING | 88 | ||
| windows-devel | WARNING | 77 | ||
| windows-release | WARNING | 103 | ||
| windows-oldrel | WARNING | 58 | ||
| wasm-release | OK | 82 |
Exports:check_code_crancheck_crancheck_description_crancheck_examples_crancleandocumentfix_description_cranparse_tags
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Check R Code for CRAN Issues | check_code_cran |
| Check Code Lines for Issues | check_code_lines |
| Full CRAN Compliance Check | check_cran |
| Check DESCRIPTION for CRAN Compliance | check_description_cran |
| Check for Missing Examples | check_examples_cran |
| Check for Missing Web Service Links | check_webservice_links |
| Clean Generated Files | clean |
| Generate Documentation for an R Package | document |
| Escape Regex Special Characters | escape_regex |
| Extract Function Name from Definition Line | extract_function_name |
| Find Exported Functions Using dontrun in Examples | find_dontrun_examples |
| Find Exported Functions Without Examples | find_exports_without_examples |
| Find Example Lines Exceeding 100 Characters | find_long_example_lines |
| Find Unquoted Names in Text | find_unquoted_names |
| Fix DESCRIPTION File | fix_description_cran |
| Extract Package Names from Dependencies | get_dependency_packages |
| Parse Tags from Documentation Lines | parse_tags |
| Quote Names in Text | quote_names_in_text |
