This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1515# ' character scalar
1616# ' @return `NULL`, invisibly
1717# ' @keywords internal
18- # ' @noRd
1918upload_swift <- function (
2019 source ,
2120 container ,
@@ -91,7 +90,6 @@ upload_swift <- function(
9190# ' }
9291# ' @keywords internal
9392# ' @inherit upload_swift return
94- # ' @noRd
9593update_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
265261downsample_metadata <- function (output = " sample_meta.parquet" ){
266262 metadata <- get_metadata()
267263
You can’t perform that action at this time.
0 commit comments