Skip to content

Commit

Permalink
Fix doc syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jemus42 committed Nov 6, 2024
1 parent 50da32c commit 923c032
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 @@ -23,5 +23,5 @@ LinkingTo:
RcppProgress
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
2 changes: 1 addition & 1 deletion R/simulateSRS.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#' named `drug1`, `drug2` ..., `event1`, `event2`, ...}
#' \item{dag}{The directed acycled graph as an `igraph` object}
#' \item{nodes}{A tibble with all the information on each node/variate:
#' \itemize{
#' \describe{
#' \item{`label`}{ The label for each node/variate}
#' \item{`in_degree`}{ The number of edges pointing to the node}
#' \item{`id`}{ The ID of each node (simple integer)}
Expand Down
2 changes: 1 addition & 1 deletion man/simulateSRS.Rd

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

0 comments on commit 923c032

Please sign in to comment.