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

Commit 7fa5854

Browse files
committed
update name
1 parent e6dcb2b commit 7fa5854

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
human_cell_atlas.Rproj
66
local_file.rds
77
slurm.status.*
8-
CuratedAtlasQuery.Rproj
8+
CuratedAtlasQueryR.Rproj
99
split_files.makeflow
1010
._*
1111
.DS_Store

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Type: Package
2-
Package: CuratedAtlasQuery
2+
Package: CuratedAtlasQueryR
33
Title: Queries the Human Cell Atlas
44
Version: 0.1.0
55
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]",
@@ -66,6 +66,6 @@ biocViews:
6666
Encoding: UTF-8
6767
RoxygenNote: 7.2.3
6868
LazyDataCompression: 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
7171
VignetteBuilder: knitr

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# CuratedAtlasQuery 0.1.0
1+
# CuratedAtlasQueryR 0.1.0
22

33
* Added a `NEWS.md` file to track changes to the package.

dev/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ ERROR-1.output
77
core.26183
88
curated_annotation.rds
99
metadata.sqlite
10+
latex_equations.html

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HCA Harmonised
44
Load the package
55

66
``` r
7-
library(CuratedAtlasQuery)
7+
library(CuratedAtlasQueryR)
88
library(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

tests/testthat.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
library(testthat)
2-
library(CuratedAtlasQuery)
2+
library(CuratedAtlasQueryR)
33

4-
test_check("CuratedAtlasQuery")
4+
test_check("CuratedAtlasQueryR")

tests/testthat/test-query.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library(CuratedAtlasQuery)
1+
library(CuratedAtlasQueryR)
22

33
test_that("get_SingleCellExperiment() correctly handles duplicate cell IDs", {
44
meta <- get_metadata() |>

vignettes/readme.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ knitr::opts_chunk$set(
2020
Load the package
2121

2222
```{r, message=FALSE, warning=FALSE}
23-
library(CuratedAtlasQuery)
23+
library(CuratedAtlasQueryR)
2424
library(dplyr)
2525
```
2626

0 commit comments

Comments
 (0)