From a2c0d37db7496ade24773cf0dc929caa4b00b0d8 Mon Sep 17 00:00:00 2001 From: Pat <52056183+NeuroShepherd@users.noreply.github.com> Date: Sun, 21 Apr 2024 21:07:12 +0200 Subject: [PATCH] Remove references to *_formatted.rda data (#84) (#85) --- R/data.R | 4 ++-- _pkgdown.yml | 2 -- man/simulation_data_one_group.Rd | 2 +- man/simulation_data_two_groups.Rd | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/R/data.R b/R/data.R index 6d34d2a..c4844f3 100644 --- a/R/data.R +++ b/R/data.R @@ -1,6 +1,6 @@ #' Simulation Data for Two Groups #' -#' Simulated p-values and metadata for a two group comparison. See `simulation_data_two_groups_formatted` for a tidy, recommended version of this same data. Useful for Type II error and power calculations. +#' Simulated p-values and metadata for a two group comparison. Useful for Type II error and power calculations. #' #' @format ## `simulation_data_two_groups` #' A list @@ -14,7 +14,7 @@ #' Simulation Data for One Group #' -#' Simulated p-values and metadata for a two group comparison. See `simulation_data_one_group_formatted` for a tidy, recommended version of this same data. Useful for Type I error calculations. +#' Simulated p-values and metadata for a two group comparison. Useful for Type I error calculations. #' #' @format ## `simulation_data_one_group` #' A list diff --git a/_pkgdown.yml b/_pkgdown.yml index 0a100a1..08d9c9c 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -26,6 +26,4 @@ reference: desc: Example data frames/lists - contents: - simulation_data_one_group - - simulation_data_one_group_formatted - simulation_data_two_groups - - simulation_data_two_groups_formatted diff --git a/man/simulation_data_one_group.Rd b/man/simulation_data_one_group.Rd index 806c788..3ecb10f 100644 --- a/man/simulation_data_one_group.Rd +++ b/man/simulation_data_one_group.Rd @@ -16,6 +16,6 @@ A list simulation_data_one_group } \description{ -Simulated p-values and metadata for a two group comparison. See `simulation_data_one_group_formatted` for a tidy, recommended version of this same data. Useful for Type I error calculations. +Simulated p-values and metadata for a two group comparison. Useful for Type I error calculations. } \keyword{datasets} diff --git a/man/simulation_data_two_groups.Rd b/man/simulation_data_two_groups.Rd index f1c7bf4..b5caa8f 100644 --- a/man/simulation_data_two_groups.Rd +++ b/man/simulation_data_two_groups.Rd @@ -16,6 +16,6 @@ A list simulation_data_two_groups } \description{ -Simulated p-values and metadata for a two group comparison. See `simulation_data_two_groups_formatted` for a tidy, recommended version of this same data. Useful for Type II error and power calculations. +Simulated p-values and metadata for a two group comparison. Useful for Type II error and power calculations. } \keyword{datasets}