Skip to content

Commit

Permalink
check changes
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbarrett committed Jan 23, 2024
1 parent 52af9a0 commit 856fe23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors@R:
comment = c(ORCID = "0000-0003-0299-5825"))
Description: Tidy, analyze, and plot directed acyclic graphs (DAGs).
'ggdag' is built on top of 'dagitty', an R package that uses the
'DAGitty' web tool (<http://dagitty.net>) for creating and analyzing
'DAGitty' web tool (<https://dagitty.net/>) for creating and analyzing
DAGs. 'ggdag' makes it easy to tidy and plot 'dagitty' objects using
'ggplot2' and 'ggraph', as well as common analytic and graphical
functions, such as determining adjustment sets and node relationships.
Expand Down
2 changes: 1 addition & 1 deletion R/dagify.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Create a dagitty DAG
#'
#' A convenience wrapper for dagitty::dagitty("dag{...}")
#' A convenience wrapper for `dagitty::dagitty()`.
#'
#' @param ... a character vector in the style of dagitty. See
#' \code{dagitty::\link[dagitty]{dagitty}} for details.
Expand Down
2 changes: 1 addition & 1 deletion man/dag.Rd

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

0 comments on commit 856fe23

Please sign in to comment.