Skip to content

Commit

Permalink
fixed error in roxygen documentation for list_runs_* functions. +redoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahony committed Aug 23, 2024
1 parent 970669c commit 7ac6cb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/data-lists.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ list_gcm_periods <- function() {


#' @description
#' lists available runs for a given GCM/ssp.
#' `list_runs_ssp` lists available runs for a given GCM/ssp.
#' @param gcm Name of GCM. Must be one of the elements in list_gcms().
#' @param ssp Name of scenario Must be one of the elements in list_ssps().
#' @importFrom data.table fread
Expand All @@ -53,7 +53,7 @@ list_runs_ssp <- function(gcm, ssp){
}

#' @description
#' lists available runs from the historical simulation (1851-2014) for a specified GCM.
#' `list_runs_historic` lists available runs from the historical simulation (1851-2014) for a specified GCM.
#' @param gcm Name of GCM
#' @importFrom data.table fread
#' @importFrom tools R_user_dir
Expand Down
4 changes: 2 additions & 2 deletions man/data-option-lists.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ac6cb9

Please sign in to comment.