-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
33 lines (33 loc) · 923 Bytes
/
DESCRIPTION
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
Package: cellranger
Title: Translate Spreadsheet Cell Ranges to Rows and Columns
Version: 1.1.0.9000
Authors@R: c(
person("Jennifer", "Bryan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6983-2759")
),
person("Hadley", "Wickham", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0003-4757-117X")
),
person("RStudio", role = c("cph", "fnd"))
)
Description: Helper functions to work with spreadsheets and the "A1:D10" style
of cell range specification.
License: MIT + file LICENSE
URL: https://github.com/rsheets/cellranger
BugReports: https://github.com/rsheets/cellranger/issues
Depends:
R (>= 3.1)
Imports:
rematch,
rematch2,
tibble
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 1.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1.9000