-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 919 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: GPTAnnotate
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
googlesheets4 (>= 1.1.1),
jsonlite (>= 1.8.7),
magrittr (>= 2.0.3),
ontologyIndex (>= 2.10),
purrr (>= 1.0.2),
reticulate (>= 1.25),
stringr (>= 1.4.1),
usethis (>= 2.1.6),
readr (>= 2.1.5),
stringi (>= 1.8.4),
lsa (>= 0.73.3),
pbapply (>= 1.7.2)
Remotes:
PavlidisLab/gemma.R,
oganm/ogbox,
bioc::3.15/GEOquery
Depends:
R (>= 2.10)
LazyData: true
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3