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://visruthsk.r-universe.dev Date/Publication: 2026-07-23 07:18:34 UTC RemoteUrl: https://github.com/VisruthSK/ascribe RemoteRef: HEAD RemoteSha: 2581775ff1a476c957255a5535dff5de6b1a4e57 NeedsCompilation: no Packaged: 2026-07-23 10:20:22 UTC; root Author: Visruth Srimath Kandali [aut, cre, cph] (ORCID: ) Maintainer: Visruth Srimath Kandali