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

Commit 8356e36

Browse files
committed
Bioc fixes
1 parent 6b2b596 commit 8356e36

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: CuratedAtlasQueryR
33
Title: Queries the Human Cell Atlas
4-
Version: 0.4.3
4+
Version: 0.99.1
55
Authors@R: c(
66
person(
77
"Stefano",

R/dev.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' `-openrc.sh` file instead of providing it here.
1414
#' @param credential_id The OpenStack application credential secret as a
1515
#' character scalar
16-
#' @return NULL
16+
#' @return `NULL`, invisibly
1717
#' @keywords internal
1818
upload_swift <- function(
1919
source,
@@ -89,6 +89,7 @@ upload_swift <- function(
8989
#' # Prints "metadata.0.2.3.parquet" if successful
9090
#' }
9191
#' @keywords internal
92+
#' @inherit upload_swift return
9293
update_database <- function(metadata, version, ...){
9394
# These are optional dev packages
9495
rlang::check_installed(c("arrow", "glue", "basilisk"))

man/update_database.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/update_unharmonised.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/upload_swift.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)