Skip to content

Commit

Permalink
fix: issues with roxygen params and noRd
Browse files Browse the repository at this point in the history
  • Loading branch information
sunroofgod committed Nov 24, 2024
1 parent 2e1adc7 commit 3bedce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/001_utils.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#' Validate the input parameters for the load function
#'
#' @noRd
#' TODO Add description of parameters
#' @param data A tidy dataframe.
#' @param name_x x Column in `data`
Expand All @@ -15,6 +14,7 @@
#' @param proportional boolean value
#'
#' @return no error if all parameters are fine
#' @noRd
#'
validate_load_params <- function(data, name_x, name_y,
id_col, enquo_id_col, is_id_col,
Expand Down
2 changes: 1 addition & 1 deletion R/002_df_for_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ create_dfs_for_xaxis_redraw <- function(idx) {
#'
#' This function generates data frames to
#' represent bars with proportional data in a graphical display.
#' @param proportion_success
#' @param proportion_success Percentage value of dataset with success
#' @param bar_width Numeric value determining the width of the bar in the sankey diagram.
#' @param gap Integer value specifying the amount of gap for each tufte line.
#'
Expand Down

0 comments on commit 3bedce5

Please sign in to comment.