forked from SomaLogic/SomaDataIO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
61 lines (61 loc) · 1.66 KB
/
DESCRIPTION
File metadata and controls
61 lines (61 loc) · 1.66 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Type: Package
Package: SomaDataIO
Title: Input/Output 'SomaScan' Data
Version: 6.5.0.9000
Authors@R: c(
person(given = "Stu",
family = "Field",
role = "aut",
email = "stu.g.field@gmail.com",
comment = c(ORCID = "0000-0002-1024-5859")),
person(given = "Caleb",
family = "Scheidel",
role = "cre",
email = "calebjscheidel@gmail.com"),
person(given = "SomaLogic Operating Co., Inc.", role = c("cph", "fnd"))
)
Description: Load and export 'SomaScan' data via the
'SomaLogic Operating Co., Inc.' structured text file
called an ADAT ('*.adat'). For file format see
<https://github.com/SomaLogic/SomaLogic-Data/blob/main/README.md>.
The package also exports auxiliary functions for
manipulating, wrangling, and extracting relevant
information from an ADAT object once in memory.
License: MIT + file LICENSE
URL: https://somalogic.github.io/SomaDataIO/, https://somalogic.com
BugReports: https://github.com/SomaLogic/SomaDataIO/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
dplyr (>= 1.0.6),
ggplot2,
lifecycle (>= 1.0.0),
magrittr (>= 2.0.1),
methods,
readxl (>= 1.3.1),
tibble (>= 3.1.2),
tidyr (>= 1.1.3)
Suggests:
Biobase,
knitr,
purrr,
recipes,
rlang,
rmarkdown,
spelling,
testthat (>= 3.0.0),
usethis (>= 2.0.1),
withr
VignetteBuilder:
knitr
Copyright: SomaLogic Operating Co., Inc. 2026
Encoding: UTF-8
Language: en-US
LazyData: true
LazyDataCompression: xz
LazyLoad: true
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3