Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
addelany committed Oct 25, 2023
1 parent b4e0ee7 commit 38aeee4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Generated by roxygen2: do not edit by hand

export(JSON)
export(build_forecast_scores)
export(build_group_variables)
export(build_table_columns_full_bucket)
export(child)
export(code)
export(generate_authors)
export(generate_group_values)
export(generate_group_variable_items)
export(generate_model_assets)
export(generate_model_items)
export(generate_variable_model_items)
export(get_grouping)
export(get_site_coords)
export(items)
export(pull_images)
export(stac_validate)
1 change: 1 addition & 0 deletions R/build_forecast_scores.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#' @return JSON code for child items
#'
#'@export
#'
build_forecast_scores <- function(table_schema,
table_description,
start_date,
Expand Down
2 changes: 1 addition & 1 deletion R/generate_group_values.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param group_values list of groups to organize the catalog (variable groups, themes, etc.)
#'
#' @export JSON code for child items
#' @export
#'
generate_group_values <- function(group_values){

Expand Down
2 changes: 1 addition & 1 deletion R/generate_group_variable_items.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' Build the group variable items
#'
#' @param variables unique variables for group
#' @return JSON code for group variable items
#' @export
#'
generate_group_variable_items <- function(variables){

Expand Down
3 changes: 0 additions & 3 deletions man/generate_group_variable_items.Rd

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

0 comments on commit 38aeee4

Please sign in to comment.