Flexible and ergonomic topological sorting implementation for R. Supports a variety of input data encoding (lists of edges or adjacency matrices, graphs edge direction), stable sort variants as well as cycle detection with detailed diagnosis.
Version: | 1.0.0 |
Imports: | glue, rlang, vctrs |
Suggests: | cli, testthat (≥ 3.0.0), tibble |
Published: | 2023-03-08 |
DOI: | 10.32614/CRAN.package.toposort |
Author: | Taras Zakharko [aut, cre] |
Maintainer: | Taras Zakharko <taras.zakharko at gmail.com> |
BugReports: | https://github.com/tzakharko/toposort/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/tzakharko/toposort |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | toposort results |
Reference manual: | toposort.pdf |
Package source: | toposort_1.0.0.tar.gz |
Windows binaries: | r-devel: toposort_1.0.0.zip, r-release: toposort_1.0.0.zip, r-oldrel: toposort_1.0.0.zip |
macOS binaries: | r-release (arm64): toposort_1.0.0.tgz, r-oldrel (arm64): toposort_1.0.0.tgz, r-release (x86_64): toposort_1.0.0.tgz, r-oldrel (x86_64): toposort_1.0.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=toposort to link to this page.