Skip to content

Commit 02a88e8

Browse files
committed
corrected namespace
1 parent 45d429c commit 02a88e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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("`")
43
export(excluded_locations)
54
export(generate_hub_baseline)
65
export(generate_hub_ensemble)
6+
export(update_authorized_users)
77
export(update_hub_target_data)

R/update_authorized_users.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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`
11+
#' @export
1212
update_authorized_users <- function(base_hub_path) {
1313
output_dir <- fs::path(base_hub_path, "auxiliary-data")
1414
metadata_dir <- fs::path(base_hub_path, "model-metadata")

0 commit comments

Comments
 (0)