Skip to content

Commit

Permalink
Unrelated: fix roxygen2 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 1, 2023
1 parent ac13d46 commit 3584b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ NULL
#' @return A shiny app.
#' @keywords runShinyApp
#' @export runShinyApp
#' @example
#' @examples
#' \dontrun{
#' runShinyApp(shinyApp = "IVI")
#' }
Expand Down Expand Up @@ -2090,7 +2090,7 @@ sirir <- function(graph, vertices = V(graph),
#' \code{\link[ranger]{ranger}},
#' \code{\link[ranger]{importance_pvalues}}
#' @export exir
#' @example
#' @examples
#' \dontrun{
#' MyDesired_list <- Desiredlist
#' MyDiff_data <- Diffdata
Expand Down

0 comments on commit 3584b48

Please sign in to comment.