Skip to content

Commit

Permalink
updated 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xidongdxi committed Nov 8, 2024
1 parent dcc2703 commit 3efbe27
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/graph_create.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
#' H3 = c(0, 1, 0, 0),
#' H4 = c(1, 0, 0, 0)
#' )
#' \try{
#' try(
#' g <- graph_create(hypotheses, transitions)
#' }
#' )
#'
#' # When names are not specified, hypotheses are numbered sequentially as
#' # H1, H2, ...
Expand Down
9 changes: 9 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 0.2.6

- This is the sixth submission to CRAN.
+ Updated links since the repository has been moved to openpharma

## R CMD check results

0 errors | 0 warnings | 0 notes

# Version 0.2.5

- This is the fifth submission to CRAN.
Expand Down
6 changes: 2 additions & 4 deletions inst/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ @article{holm-1979-simple
journal = {Scandinavian Journal of Statistics},
year = {1979},
volume = {75},
pages = {65-70},
url = {http://www.jstor.org/stable/4615733}
pages = {65-70}
}

@article{hommel-1988-stagewise,
Expand Down Expand Up @@ -169,8 +168,7 @@ @article{sarkar-1998-some
year = {1998},
volume = {26},
number = {2},
pages = {494-504},
url = {https://www.jstor.org/stable/120038}
pages = {494-504}
}

@article{westfall-2001-optimally,
Expand Down
4 changes: 2 additions & 2 deletions man/graph_create.Rd

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

0 comments on commit 3efbe27

Please sign in to comment.