From 24204d2aec1f5130f50808de5d0b96cdc895e178 Mon Sep 17 00:00:00 2001 From: Rachael Stickland <50215726+RayStick@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:47:10 +0000 Subject: [PATCH] fixing CI bug --- R/map_metadata.R | 4 ++-- man/browseMetadata-package.Rd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/map_metadata.R b/R/map_metadata.R index 7313245..f81c1e3 100755 --- a/R/map_metadata.R +++ b/R/map_metadata.R @@ -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) diff --git a/man/browseMetadata-package.Rd b/man/browseMetadata-package.Rd index 41d1d0d..44f8a92 100644 --- a/man/browseMetadata-package.Rd +++ b/man/browseMetadata-package.Rd @@ -8,7 +8,7 @@ \description{ \if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}} -Helps researchers to explore publicly available metadata from health datasets. It is a tool to help researchers plan projects by interacting with metadata prior to gaining full access to health datasets. At the early stages of a project, researchers can use this tool to browse datasets and categorise variables. +Visualise and categorise publicly available metadata from health datasets. By interacting with metadata prior to gaining full access to health datasets, researchers can use this tool to browse datasets and categorise variables. } \seealso{ Useful links: