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

Commit 2a552b9

Browse files
committed
Fix examples
1 parent 64dff69 commit 2a552b9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

NAMESPACE

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Generated by roxygen2: do not edit by hand
22

33
S3method(as.sparse,DelayedMatrix)
4-
export("=")
5-
export("SAMPLE_DATABASE_URL)")
6-
export("get_metadata(remote_url")
74
export(DATABASE_URL)
5+
export(SAMPLE_DATABASE_URL)
86
export(get_SingleCellExperiment)
97
export(get_metadata)
108
export(get_seurat)

R/metadata.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ DATABASE_URL <- single_line_str(
2020
#' URL pointing to the sample metadata file, which is smaller and for test,
2121
#' demonstration, and vignette purposes only
2222
#' @export
23+
#' @examples
2324
#' get_metadata(remote_url = SAMPLE_DATABASE_URL)
2425
SAMPLE_DATABASE_URL <- single_line_str(
2526
"https://object-store.rc.nectar.org.au/v1/

man/SAMPLE_DATABASE_URL.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)