Skip to content

Commit 45d429c

Browse files
committed
update codebase
1 parent 7c83084 commit 45d429c

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export("`")
34
export(excluded_locations)
45
export(generate_hub_baseline)
56
export(generate_hub_ensemble)
6-
export(update_authorized_users)
77
export(update_hub_target_data)

R/update_authorized_users.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#' @param base_hub_path Path to the base hub directory.
99
#' @return `NULL`, invisibly. Writes `authorized_users.json` file to the
1010
#' `auxiliary-data` directory of the hub as a side effect.
11+
#' @export`
1112
update_authorized_users <- function(base_hub_path) {
1213
output_dir <- fs::path(base_hub_path, "auxiliary-data")
1314
metadata_dir <- fs::path(base_hub_path, "model-metadata")

man/update_authorized_users.Rd

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)