Package: ascribe 0.1.1
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.1.tar.gz
ascribe_0.1.1.zip(r-4.7-any)ascribe_0.1.1.zip(r-4.6-any)ascribe_0.1.1.zip(r-4.5-any)
ascribe_0.1.1.tgz(r-4.6-any)ascribe_0.1.1.tgz(r-4.5-any)
ascribe_0.1.1.tar.gz(r-4.7-any)ascribe_0.1.1.tar.gz(r-4.6-any)
ascribe_0.1.1.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://staging.r-multiverse.org', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/visruthsk/ascribe/issues
Pkgdown/docs site:https://ascribe.visruth.com
Last updated from:aa24b93164 (on v0.1.1). Checks:9 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel | OK | 391 | ||
| source / vignettes | OK | 179 | ||
| linux-release | OK | 131 | ||
| macos-release | OK | 117 | ||
| macos-oldrel | OK | 116 | ||
| windows-devel | OK | 549 | ||
| windows-release | OK | 100 | ||
| windows-oldrel | OK | 93 | ||
| 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 |
