Package: texanshootR Type: Package Title: Reproducible Audit Trails for Indefensible Research Version: 0.1.1 Authors@R: person("Gilles", "Colling", email = "gilles.colling051@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3070-6066")) Description: Provides a structured, terminal-first interface for exploratory model search, including transformation grids, predictor-subset enumeration, interaction screening, principled- sounding sample restrictions, outcome engineering, and model-form escalation (polynomial / spline wraps, robust M-estimation, generalized linear model (GLM) family swaps, random-intercept lifts). Persistent run history, achievement tracking, and reportable output generators (manuscript, presentation, funding letter, graphical abstract, reviewer response) are included. License: MIT + file LICENSE URL: https://gillescolling.com/texanshootR/, https://github.com/gcol33/texanshootR BugReports: https://github.com/gcol33/texanshootR/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.1.0) Imports: cli, yaml, jsonlite, stats, utils, tools, splines, Rcpp LinkingTo: Rcpp Suggests: ggplot2, officer, rmarkdown, xml2, quarto, tinytex, withr, testthat (>= 3.0.0), knitr, pkgdown Config/testthat/edition: 3 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Repository: https://gcol33.r-universe.dev Date/Publication: 2026-06-29 15:24:58 UTC RemoteUrl: https://github.com/gcol33/texanshootr RemoteRef: HEAD RemoteSha: 0bbd6e6123fe534f2e73cc7fd8b5b1d6d76b342a NeedsCompilation: yes Packaged: 2026-06-29 17:41:10 UTC; root Author: Gilles Colling [aut, cre] (ORCID: ) Maintainer: Gilles Colling