Skip to content

Commit

Permalink
export PerfPlotSpec()
Browse files Browse the repository at this point in the history
  • Loading branch information
lgessl committed Dec 11, 2023
1 parent 72ea59b commit dcd0001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

export(DataSpec)
export(ModelSpec)
export(PerfPlotSpec)
export(ensure_patients_match)
export(fit)
export(generate_predictor)
Expand Down
1 change: 1 addition & 0 deletions R/perf_plot_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ new_PerfPlotSpec <- function(
#' @param show_plots logical. Whether to show the plots after creation in an interactive
#' graphics device. Default is `FALSE`.
#' @return A PlotSpec S3 object.
#' @export
PerfPlotSpec <- function(
fname,
x_metric,
Expand Down

0 comments on commit dcd0001

Please sign in to comment.