Package: ascribe Title: Static Detection and Citation of R Package and Function Usage Version: 0.1.0 Authors@R: person("Visruth", "Srimath Kandali", , "public@visruth.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0005-9097-0688")) Description: Scans R source files for package and function use, then builds citations from configurable package universes. Supports .R, .Rmd, and .qmd files, resolves unqualified calls by attachment order and re-export origin, and leaves each package collection to define its own citations. See 'stanflow' for an example usage. License: MIT + file LICENSE URL: https://ascribe.visruth.com BugReports: https://github.com/VisruthSK/ascribe/issues Depends: R (>= 4.2.0) Imports: cli, fastmatch Suggests: knitr, quarto, spelling, testthat (>= 3.0.0), withr VignetteBuilder: quarto Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2026-07-23 06:30:41 UTC RemoteUrl: https://github.com/VisruthSK/ascribe RemoteRef: v0.1.0 RemoteSha: 1bfd635960589d7f58c988cbe0d8300cc968b3e8 NeedsCompilation: no Packaged: 2026-07-23 13:18:28 UTC; root Author: Visruth Srimath Kandali [aut, cre, cph] (ORCID: ) Maintainer: Visruth Srimath Kandali