Skip to content

Commit

Permalink
Correct pkgdown errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EeethB committed May 1, 2024
1 parent 9a70691 commit 58130bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/edge_pairs.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#'
#' @return A list of vertex pairs which are connected in both directions. NULL
#' if no such pairs are found
#'
#' @keywords internal
edge_pairs <- function(graph) {
g_names <- names(graph$hypotheses)

Expand Down
2 changes: 2 additions & 0 deletions R/test_power_input_val.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#' @return Returns `graph` invisibly
#'
#' @rdname input_val
#' @keywords internal
test_input_val <- function(graph,
p,
alpha,
Expand Down Expand Up @@ -145,6 +146,7 @@ test_input_val <- function(graph,
}

#' @rdname input_val
#' @keywords internal
power_input_val <- function(graph, sim_n, power_marginal, test_corr, success) {
num_hyps <- length(graph$hypotheses)

Expand Down
1 change: 1 addition & 0 deletions man/edge_pairs.Rd

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

1 change: 1 addition & 0 deletions man/input_val.Rd

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

0 comments on commit 58130bb

Please sign in to comment.