Skip to content

Commit

Permalink
doc: cross-link is_acyclic() and find_cycle()
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Nov 12, 2024
1 parent d21ed2f commit f5be635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/paths.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ is_dag <- is_dag_impl
#' This function tests whether the given graph is free of cycles.
#'
#' This function looks for directed cycles in directed graphs and undirected
#' cycles in undirected graphs.
#' cycles in undirected graphs. Use [find_cycle()] to return a specific cycle.
#'
#' @param graph The input graph.
#' @return A logical vector of length one.
Expand Down
2 changes: 1 addition & 1 deletion man/is_acyclic.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5be635

Please sign in to comment.