Package: scilintr 0.1.1
scilintr: Scientific Code Lint for R Analyses
Static analysis for R scientific data analysis code. Flags patterns that often correspond to hidden scientific commitments -- silent error swallowing, smuggled defaults, label leakage in selection-stage code, magic-eps floors in 'BIC' formulas, and shadow-overwrite of sourced helpers. Designed for agentic coding workflows; high recall over precision; structured 'ANALYSIS_OK' waivers as the audit trail.
Authors:
scilintr_0.1.1.tar.gz
scilintr_0.1.1.tar.gz(r-4.7-any)scilintr_0.1.1.tar.gz(r-4.6-any)
scilintr_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
scilintr/json (API)
NEWS
| # Install 'scilintr' in R: |
| install.packages('scilintr', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/arjunrajlaboratory/scilintr/issues
Last updated from:59a452144a. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 117 | ||
| source / vignettes | OK | 183 | ||
| linux-release-x86_64 | OK | 121 | ||
| wasm-release | OK | 105 |
Exports:lint_filelint_projectmain
Dependencies:backportsclicodetoolsdigestevaluategluehighrknitrlintrrexrlangwithrxfunxml2xmlparsedatayaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Lint a single R file. | lint_file |
| Lint an entire project directory. | lint_project |
| Main CLI entry point. | main |
