toposort: Topological Sorting Algorithms

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
Author: Taras Zakharko ORCID iD [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

Documentation:

Reference manual: toposort.pdf

Downloads:

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

Linking:

Please use the canonical form https://CRAN.R-project.org/package=toposort to link to this page.