Skip to content

Commit

Permalink
Merge pull request #145 from epiforecasts/update-list
Browse files Browse the repository at this point in the history
update_list -> internal
  • Loading branch information
nikosbosse authored Nov 22, 2021
2 parents 03fc81c + 41802cd commit 5c60c66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export(score_heatmap)
export(score_table)
export(sharpness)
export(show_avail_forecasts)
export(update_list)
export(wis_components)
importFrom(data.table,"%like%")
importFrom(data.table,':=')
Expand Down
1 change: 0 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ extract_from_list <- function(list, what) {
#' @param defaults A list of default settings
#' @param optional A list of optional settings to override defaults
#' @return A list
#' @export
#'
#' @keywords internal
update_list <- function(defaults = list(), optional = list()) {
Expand Down

0 comments on commit 5c60c66

Please sign in to comment.