Skip to content

Commit 7fb79b0

Browse files
committed
don't export utilities
1 parent fca9e5d commit 7fb79b0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: NAMESPACE

-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ S3method(sccomp_remove_unwanted_variation,sccomp_tbl)
1717
S3method(sccomp_replicate,sccomp_tbl)
1818
S3method(sccomp_test,sccomp_tbl)
1919
S3method(simulate_data,tbl)
20-
export(check_if_sample_is_a_unique_identifier)
2120
export(get_output_samples)
2221
export(plot_1D_intervals)
2322
export(plot_2D_intervals)
24-
export(print_red_tibble)
2523
export(sccomp_boxplot)
2624
export(sccomp_calculate_residuals)
2725
export(sccomp_estimate)

Diff for: R/utilities.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -3841,7 +3841,7 @@ harmonise_factor_levels <- function(dataframe_query, dataframe_reference) {
38413841
#' @return A character string containing the coloured tibble output.
38423842
#'
38433843
#' @importFrom crayon red
3844-
#' @export
3844+
#' @noRd
38453845
print_red_tibble <- function(tbl) {
38463846
# Capture the console output of printing the tibble
38473847
example_text <- capture.output(print(tbl))
@@ -3870,7 +3870,7 @@ print_red_tibble <- function(tbl) {
38703870
#' @importFrom dplyr pull
38713871
#' @importFrom dplyr select
38723872
#' @importFrom glue glue
3873-
#' @export
3873+
#' @noRd
38743874
check_if_sample_is_a_unique_identifier <- function(data_wide, .sample) {
38753875
.sample <- enquo(.sample)
38763876

0 commit comments

Comments
 (0)