This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +12
-11
lines changed
Expand file tree Collapse file tree 8 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 55human_cell_atlas.Rproj
66local_file.rds
77slurm.status. *
8- CuratedAtlasQuery .Rproj
8+ CuratedAtlasQueryR .Rproj
99split_files.makeflow
1010._ *
1111.DS_Store
Original file line number Diff line number Diff line change 11Type: Package
2- Package: CuratedAtlasQuery
2+ Package: CuratedAtlasQueryR
33Title: Queries the Human Cell Atlas
44Version: 0.1.0
55Authors@R: c(person("Stefano", "Mangiola", email = "
[email protected] ",
@@ -66,6 +66,6 @@ biocViews:
6666Encoding: UTF-8
6767RoxygenNote: 7.2.3
6868LazyDataCompression: xz
69- URL: https://github.com/stemangiola/CuratedAtlasQuery
70- BugReports: https://github.com/stemangiola/CuratedAtlasQuery /issues
69+ URL: https://github.com/stemangiola/CuratedAtlasQueryR
70+ BugReports: https://github.com/stemangiola/CuratedAtlasQueryR /issues
7171VignetteBuilder: knitr
Original file line number Diff line number Diff line change 1- # CuratedAtlasQuery 0.1.0
1+ # CuratedAtlasQueryR 0.1.0
22
33* Added a ` NEWS.md ` file to track changes to the package.
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ ERROR-1.output
77core.26183
88curated_annotation.rds
99metadata.sqlite
10+ latex_equations.html
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ HCA Harmonised
44Load the package
55
66``` r
7- library(CuratedAtlasQuery )
7+ library(CuratedAtlasQueryR )
88library(dplyr )
99```
1010
@@ -191,7 +191,7 @@ sessionInfo()
191191# > [1] stats graphics grDevices utils datasets methods base
192192# >
193193# > other attached packages:
194- # > [1] stringr_1.5.0 dplyr_1.0.10 CuratedAtlasQuery_0 .1.0 testthat_3.1.6 RPostgres_1.4.4
194+ # > [1] stringr_1.5.0 dplyr_1.0.10 CuratedAtlasQueryR_0 .1.0 testthat_3.1.6 RPostgres_1.4.4
195195# >
196196# > loaded via a namespace (and not attached):
197197# > [1] plyr_1.8.8 igraph_1.3.5 lazyeval_0.2.2 sp_1.5-1 splines_4.2.1 listenv_0.9.0
Original file line number Diff line number Diff line change 11library(testthat )
2- library(CuratedAtlasQuery )
2+ library(CuratedAtlasQueryR )
33
4- test_check(" CuratedAtlasQuery " )
4+ test_check(" CuratedAtlasQueryR " )
Original file line number Diff line number Diff line change 1- library(CuratedAtlasQuery )
1+ library(CuratedAtlasQueryR )
22
33test_that(" get_SingleCellExperiment() correctly handles duplicate cell IDs" , {
44 meta <- get_metadata() | >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ knitr::opts_chunk$set(
2020Load the package
2121
2222``` {r, message=FALSE, warning=FALSE}
23- library(CuratedAtlasQuery )
23+ library(CuratedAtlasQueryR )
2424library(dplyr)
2525```
2626
You can’t perform that action at this time.
0 commit comments