Skip to content

Commit

Permalink
misc note fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbarrett committed Feb 4, 2024
1 parent 2430faa commit 484ee02
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ggdag (development version)

* Introduced new functions `query_conditional_independence()`, `test_conditional_independence()`, and `ggdag_conditional_independence()` for detecting, testing, and visualzing implied conditional indpendencies in a given DAG and dataset (#139)
* Introduced new functions `query_conditional_independence()`, `test_conditional_independence()`, and `ggdag_conditional_independence()` for detecting, testing, and visualizing implied conditional independencies in a given DAG and dataset (#139)
* Introduced new functions `aes_dag()` and `geom_dag()` to simplify specification of ggplot code for most DAGs. Also refactored most quick plots to use these functions (#121)
* Added new function `geom_label_repel2()` for more opinionated repelled labels that often look better on DAGs (#132)

Expand Down
2 changes: 1 addition & 1 deletion R/implied_conditional_independence.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' `query_conditional_independence()` queries conditional independencies implied
#' by a given DAG. These serve as potential robustness checks for your DAG.
#' `test_conditional_independence()` runs the tests of indpendence implied by
#' `test_conditional_independence()` runs the tests of independence implied by
#' the DAG on a given dataset. `ggdag_conditional_independence()` plots the
#' results as a forest plot.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ utils::globalVariables(
"e",
"exogenous",
"from",
"from_formula",
"independence",
"instrumental",
"name",
Expand All @@ -35,6 +34,7 @@ utils::globalVariables(
"segment.colour",
"status",
"to",
"to_formula",
"type",
"v",
"w",
Expand Down
3 changes: 3 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ graphviz
grey
halfcircle
hjust
independencies
lineheight
linetype
mismeasure
Expand All @@ -57,9 +58,11 @@ reversable
roxygen
tbl
tdy
tetrads
tibble
tidygraph
tidyverse
tol
unassociated
unconfounded
undirected
Expand Down
2 changes: 1 addition & 1 deletion man/query_conditional_independence.Rd

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

0 comments on commit 484ee02

Please # to comment.