Skip to content

Commit

Permalink
fixing CI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RayStick committed Nov 22, 2024
1 parent cdbf363 commit 24204d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/map_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ map_metadata <- function(
dataset_name <- dataset$label

## Read in prepared output data frames
log_output <- get("log_output")
output <- get("output")
log_output <- data("log_output")
output <- data("output")

## Use 'ref_plot.R' to plot domains for the user's ref (save df for later use)
df_plots <- ref_plot(data$domains)
Expand Down
2 changes: 1 addition & 1 deletion man/browseMetadata-package.Rd

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

0 comments on commit 24204d2

Please sign in to comment.