-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 960 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 960 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: excelDataGuide
Title: Read Data from templated Excel Data Reports
Version: 0.2.6
Authors@R:
person("Douwe", "Molenaar", , "d.molenaar@vu.nl", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7108-4545"))
Description: Provides functions as well as a YAML guide format to facilitate
reading data from filled-out excel templates. In particular, the package
provides such facilities for experiments performed with microplates.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
jsonlite,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
cellranger,
dplyr,
glue,
readxl,
rlang,
stats,
stringr,
tibble,
yaml
VignetteBuilder: knitr
URL: https://systemsbioinformatics.github.io/excelDataGuide/
BugReports: https://github.com/douwe/excelDataGuide/issues
Depends:
R (>= 4.1.0)
LazyData: true