Package: provDebugR 1.0.1
provDebugR: A Time-Travelling Debugger
Uses provenance post-execution to help the user understand and debug their script by providing functions to look at intermediate steps and data values, their forwards and backwards lineage, and to understand the steps leading up to warning and error messages. 'provDebugR' uses provenance produced by 'rdtLite' (available on CRAN), stored in PROV-JSON format.
Authors:
provDebugR_1.0.1.tar.gz
provDebugR_1.0.1.zip(r-4.7)provDebugR_1.0.1.zip(r-4.6)provDebugR_1.0.1.zip(r-4.5)
provDebugR_1.0.1.tgz(r-4.6-any)provDebugR_1.0.1.tgz(r-4.5-any)
provDebugR_1.0.1.tar.gz(r-4.7-any)provDebugR_1.0.1.tar.gz(r-4.6-any)
provDebugR_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
provDebugR/json (API)
| # Install 'provDebugR' in R: |
| install.packages('provDebugR', repos = c('https://blernermhc.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:1e47fafad5. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 141 | ||
| source / vignettes | OK | 179 | ||
| linux-release-x86_64 | OK | 142 | ||
| macos-release-arm64 | OK | 106 | ||
| macos-oldrel-arm64 | OK | 91 | ||
| windows-devel | OK | 150 | ||
| windows-release | OK | 178 | ||
| windows-oldrel | OK | 159 | ||
| wasm-release | OK | 123 |
Exports:debug.errordebug.linedebug.lineagedebug.statedebug.type.changesdebug.variabledebug.viewdebug.warningprov.debugprov.debug.fileprov.debug.run
Dependencies:askpassclicpp11curlgluehttrigraphjsonlitelatticelifecyclemagrittrMatrixmimeopensslpkgconfigprovGraphRprovParseRR6rlangsystextutilsvctrs
Introduction to Using Provenance to Debug with provDebugR
Rendered fromHome.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2021-02-17
Started: 2021-02-17
Using provenance to debug errors and warnings
Rendered fromdebug.errors.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2021-02-17
Started: 2021-02-17
Using provenance to view the lineage of a data item
Rendered fromdebug.lineage.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2021-02-17
Started: 2021-02-17
Using provenance to view variable values
Rendered fromdebug.variables.Rmdusingknitr::rmarkdownon May 22 2026.Last update: 2021-02-17
Started: 2021-02-17
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Tracking the Lineage of Errors and Warnings | debug.error debug.warning |
| Displaying variable values | debug.line debug.state debug.variable |
| The Lineage of a Variable/Data Node. | debug.lineage |
| Tracking Type Changes | debug.type.changes |
| debug.view | debug.view |
| A Time-Travelling Debugger for R - Debugger Initialization | prov.debug prov.debug.file prov.debug.run |
