Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 86c32fd

Browse files
committed
replace donttest with dontrun
1 parent 1afda94 commit 86c32fd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

R/dev.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ update_unharmonised <- function(unharmonised_parquet_dir, ...){
135135
#' @keywords internal
136136
#' @return A character vector of the newly-created anndata files
137137
#' @examples
138-
#' \donttest{
138+
#' \dontrun{
139139
#' hdf5_to_anndata(
140140
#' "/vast/projects/cellxgene_curated/splitted_DB2_data_0.2.1",
141141
#' "/vast/projects/cellxgene_curated/splitted_DB2_anndata_0.2.1"
@@ -194,7 +194,7 @@ hdf5_to_anndata <- function(input_directory, output_directory){
194194
# @return A character vector of the newly-created anndata files
195195
# @noRd
196196
# @examples
197-
# \donttest{
197+
# \dontrun{
198198
# h5seurat_to_anndata(
199199
# "/vast/projects/cellxgene_curated/splitted_DB2_data_0.2.1",
200200
# "/vast/projects/cellxgene_curated/splitted_DB2_anndata_0.2.1"

R/unharmonised.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ UNHARMONISED_URL <- single_line_str(
3737
#' @return A named list, where each name is a dataset file ID, and each value is
3838
#' a "lazy data frame", ie a `tbl`.
3939
#' @examples
40-
#' \donttest{
40+
#' \dontrun{
4141
#' dataset <- "838ea006-2369-4e2c-b426-b2a744a2b02b"
4242
#' harmonised_meta <- get_metadata() |>
4343
#' dplyr::filter(file_id == dataset) |> dplyr::collect()

man/get_unharmonised_dataset.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/hdf5_to_anndata.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)