alarm-redist. To fix this you can add URL: https://christopherkenny.r-universe.dev/adj to the package DESCRIPTION file. See also theR-universe documentation.Package: adj 0.1.0

Christopher T. Kenny
adj: Lightweight Adjacency Lists
Provides an S3 class to represent graph adjacency lists using 'vctrs'. Allows for creation, subsetting, combining, and pretty printing of these lists. Adjacency lists can be easily converted to zero-indexed lists, which allows for easy passing of objects to low-level languages for processing.
Authors:
adj_0.1.0.tar.gz
adj_0.1.0.zip(r-4.7)adj_0.1.0.zip(r-4.6)adj_0.1.0.zip(r-4.5)
adj_0.1.0.tgz(r-4.6-x86_64)adj_0.1.0.tgz(r-4.6-arm64)adj_0.1.0.tgz(r-4.5-x86_64)adj_0.1.0.tgz(r-4.5-arm64)
adj_0.1.0.tar.gz(r-4.7-arm64)adj_0.1.0.tar.gz(r-4.7-x86_64)adj_0.1.0.tar.gz(r-4.6-arm64)adj_0.1.0.tar.gz(r-4.6-x86_64)
adj_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
adj/json (API)
NEWS
| # Install 'adj' in R: |
| install.packages('adj', repos = c('https://christopherkenny.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/alarm-redist/adj/issues
Pkgdown/docs site:https://alarm-redist.org
- konigsberg - The Seven Bridges of Königsberg
Last updated from:9ec03d873a. Checks:13 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 162 | ||
| linux-devel-x86_64 | OK | 120 | ||
| source / vignettes | OK | 168 | ||
| linux-release-arm64 | OK | 110 | ||
| linux-release-x86_64 | OK | 156 | ||
| macos-release-arm64 | OK | 81 | ||
| macos-release-x86_64 | OK | 148 | ||
| macos-oldrel-arm64 | OK | 96 | ||
| macos-oldrel-x86_64 | OK | 157 | ||
| windows-devel | OK | 142 | ||
| windows-release | OK | 82 | ||
| windows-oldrel | OK | 83 | ||
| wasm-release | OK | 98 |
Exports:adjadj_add_edgesadj_coloradj_from_matrixadj_from_shpadj_laplacianadj_quotientadj_quotient_intadj_subtract_edgesadj_to_listadj_zero_indexas_adjis_adjvec_cast.adj
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create an adjacency list | adj adj_to_list as_adj is_adj |
| Find a coloring of an adjacency list | adj_color |
| Add and subtract edges from an adjacency list | adj_add_edges adj_edges adj_subtract_edges |
| Create an 'adj' list from a set of spatial polygons | adj_from_shp |
| Indexing operations on adjacency lists | adj_indexing c.adj [.adj |
| Compute the Laplacian matrix of an adjacency list | adj_laplacian |
| Convert adjacency lists to and from adjacency matrices | adj_from_matrix adj_matrix as.matrix.adj |
| Quotient an adjacency list by a vector | adj_quotient adj_quotient_int |
| Convert adjacency list to use zero-based indices | adj_zero_index |
| Format and print methods for adjacency lists | format.adj print.adj |
| The Seven Bridges of Königsberg | konigsberg |
| Basic plotting for adjacency lists | plot.adj |
| Transpose an adjacency list | t.adj |