Skip to content

Commit

Permalink
updated test_values.R
Browse files Browse the repository at this point in the history
  • Loading branch information
xidongdxi committed Jul 11, 2024
1 parent 057d92c commit 4aadfd9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
4 changes: 3 additions & 1 deletion R/graph_create.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@
#' H3 = c(0, 1, 0, 0),
#' H4 = c(1, 0, 0, 0)
#' )
#' \dontrun{g <- graph_create(hypotheses, transitions)}
#' \dontrun{
#' g <- graph_create(hypotheses, transitions)
#' }
#'
#' # When names are not specified, hypotheses are numbered sequentially as
#' # H1, H2, ...
Expand Down
7 changes: 6 additions & 1 deletion R/test_values.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#' Tests for an intersection hypothesis
#' Organize outputs for testing an intersection hypothesis
#'
#' @description
#' An intersection hypothesis can be tested by a mixture of test types including
#' Bonferroni, parametric and Simes tests. This function organize outputs of
#' testing and prepare them for `graph_report`.
#'
#' @inheritParams graph_test_closure
#' @inheritParams graph_create
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
},
"SystemRequirements": null
},
"fileSize": "727.413KB",
"fileSize": "718.983KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
4 changes: 3 additions & 1 deletion man/graph_create.Rd

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

6 changes: 4 additions & 2 deletions man/test_values.Rd

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

0 comments on commit 4aadfd9

Please sign in to comment.