From fa0906fd36d7c9f35ad07236517094ff9f35b03b Mon Sep 17 00:00:00 2001 From: Jacob Mitchell Date: Tue, 2 Jul 2024 15:37:41 -0400 Subject: [PATCH] Revert "export testing data" This reverts commit da461df3b2716e518fe0babaf8537a718e2f645f. --- NAMESPACE | 3 --- R/data.R | 3 --- 2 files changed, 6 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index 5854287..574e441 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,8 +1,5 @@ # Generated by roxygen2: do not edit by hand -export(CellPhoneDB) -export(PBMC) -export(SCENIC) export(add_rl_column) export(build_domino) export(circos_ligand_receptor) diff --git a/R/data.R b/R/data.R index 51687be..887df41 100644 --- a/R/data.R +++ b/R/data.R @@ -10,7 +10,6 @@ #' #' @source #' @usage data("SCENIC") -#' @export "SCENIC" @@ -27,7 +26,6 @@ #' #' @source #' @usage data("PBMC") -#' @export "PBMC" @@ -46,5 +44,4 @@ #' #' @source #' @usage data("CellPhoneDB") -#' @export "CellPhoneDB"