Skip to content

Commit 923c032

Browse files
committed
Fix doc syntax error
1 parent 50da32c commit 923c032

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ LinkingTo:
2323
RcppProgress
2424
Encoding: UTF-8
2525
LazyData: true
26-
RoxygenNote: 7.3.1
26+
RoxygenNote: 7.3.2
2727
Roxygen: list(markdown = TRUE)

R/simulateSRS.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#' named `drug1`, `drug2` ..., `event1`, `event2`, ...}
5151
#' \item{dag}{The directed acycled graph as an `igraph` object}
5252
#' \item{nodes}{A tibble with all the information on each node/variate:
53-
#' \itemize{
53+
#' \describe{
5454
#' \item{`label`}{ The label for each node/variate}
5555
#' \item{`in_degree`}{ The number of edges pointing to the node}
5656
#' \item{`id`}{ The ID of each node (simple integer)}

man/simulateSRS.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)