Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RayStick committed Dec 20, 2024
1 parent 374e633 commit b27250f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Imports:
ggplot2,
gridExtra,
htmlwidgets,
jsonlite,
plotly,
tidyr
Suggests:
Expand Down
6 changes: 3 additions & 3 deletions R/map_compare.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ map_compare <- function(session_dir, session1_base, session2_base, metadata_file

# VALIDATION CHECKS ----

## Use 'valid_comparison.R' to check if sessions can be compared to each other and to the json (min requirements):
## Use 'valid_comparison.R' to check if sessions can be compared to each other and to the metadata file (min requirements):

valid_comparison(
input_1 = csv_1a$dataset[1],
Expand All @@ -72,7 +72,7 @@ map_compare <- function(session_dir, session1_base, session2_base, metadata_file
input_1 = csv_1a$dataset[1],
input_2 = dataset_name,
severity = "danger",
severity_text = "Different dataset to json"
severity_text = "Different dataset to metadata"
)

valid_comparison(
Expand All @@ -96,7 +96,7 @@ map_compare <- function(session_dir, session1_base, session2_base, metadata_file
## Use 'ref_plot.R' to plot domains for the user's ref (save df for later use)
df_plots <- ref_plot(domains)

# EXTRACT TABLE INFO FROM METADATA JSON ----
# EXTRACT TABLE INFO FROM METADATA ----
table_name <- csv_1a$table[1]
table_df <- dataset %>% filter(Section == table_name)

Expand Down

0 comments on commit b27250f

Please sign in to comment.