Package: ascribe 0.1.0
ascribe: Static Detection and Citation of R Package and Function Usage
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' <https://github.com/VisruthSK/stanflow> for an example usage.
Authors:
ascribe_0.1.0.tar.gz
ascribe_0.1.0.zip(r-4.7-any)ascribe_0.1.0.zip(r-4.6-any)ascribe_0.1.0.zip(r-4.5-any)
ascribe_0.1.0.tgz(r-4.6-any)ascribe_0.1.0.tgz(r-4.5-any)
ascribe_0.1.0.tar.gz(r-4.7-any)ascribe_0.1.0.tar.gz(r-4.6-any)
ascribe_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
ascribe/json (API)
| # Install 'ascribe' in R: |
| install.packages('ascribe', repos = c('https://visruthsk.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/visruthsk/ascribe/issues
Pkgdown/docs site:https://ascribe.visruth.com
Last updated from:2581775ff1. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 142 | ||
| source / vignettes | OK | 227 | ||
| linux-release-x86_64 | OK | 150 | ||
| macos-release-arm64 | OK | 228 | ||
| macos-oldrel-arm64 | OK | 213 | ||
| windows-devel-x86_64 | OK | 109 | ||
| windows-release-x86_64 | OK | 104 | ||
| windows-oldrel-x86_64 | OK | 121 | ||
| wasm-release | OK | 107 |
Exports:build_export_indexbuild_origin_mapbuild_universe_datacite_usagecollect_pkg_funsgenerate_universe_sysdataresolve_originscan_skip_dirsscan_usagestdlib_funs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Build an inverted export index | build_export_index |
| Build an origin map for package functions | build_origin_map |
| Build scanner data for a package universe | build_universe_data |
| Cite package and function use in a project | cite_usage |
| Collect exported functions and R6 methods from a package | collect_pkg_funs |
| Generate sysdata.rda for a package universe | generate_universe_sysdata |
| Resolve the origin package of an exported function | resolve_origin |
| Find used functions and packages | scan_usage |
