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

Commit 253581c

Browse files
committed
Generate Rd for most dev functions again
1 parent 25a04aa commit 253581c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/dev.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#' character scalar
1616
#' @return `NULL`, invisibly
1717
#' @keywords internal
18-
#' @noRd
1918
upload_swift <- function(
2019
source,
2120
container,
@@ -91,7 +90,6 @@ upload_swift <- function(
9190
#' }
9291
#' @keywords internal
9392
#' @inherit upload_swift return
94-
#' @noRd
9593
update_database <- function(metadata, version, ...){
9694
# These are optional dev packages
9795
rlang::check_installed(c("arrow", "glue", "basilisk"))
@@ -137,7 +135,6 @@ update_unharmonised <- function(unharmonised_parquet_dir, ...){
137135
#' created anndata files.
138136
#' @keywords internal
139137
#' @return A character vector of the newly-created anndata files
140-
#' @noRd
141138
#' @examples
142139
#' \donttest{
143140
#' hdf5_to_anndata(
@@ -261,7 +258,6 @@ hdf5_to_anndata = function(input_directory, output_directory){
261258
#' @param output Character scalar. Path to the output file.
262259
#' @return NULL
263260
#' @keywords internal
264-
#' @noRd
265261
downsample_metadata <- function(output = "sample_meta.parquet"){
266262
metadata <- get_metadata()
267263

0 commit comments

Comments
 (0)