Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bioc improvements #103

Merged
merged 6 commits into from
Mar 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bioc fixes
multimeric committed Mar 14, 2023
commit 8356e369359e3806f1a3aaaedc826131ed588bcc
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: CuratedAtlasQueryR
Title: Queries the Human Cell Atlas
Version: 0.4.3
Version: 0.99.1
Authors@R: c(
person(
"Stefano",
3 changes: 2 additions & 1 deletion R/dev.R
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
#' `-openrc.sh` file instead of providing it here.
#' @param credential_id The OpenStack application credential secret as a
#' character scalar
#' @return NULL
#' @return `NULL`, invisibly
#' @keywords internal
upload_swift <- function(
source,
@@ -89,6 +89,7 @@ upload_swift <- function(
#' # Prints "metadata.0.2.3.parquet" if successful
#' }
#' @keywords internal
#' @inherit upload_swift return
update_database <- function(metadata, version, ...){
# These are optional dev packages
rlang::check_installed(c("arrow", "glue", "basilisk"))
3 changes: 3 additions & 0 deletions man/update_database.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/update_unharmonised.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/upload_swift.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.