-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.06 KB
/
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
34
35
36
37
38
39
40
41
Package: locatr
Type: Package
Title: Easier Tidying of Data from Spreadsheets
Version: 0.1.0
Authors@R: c(
person("Ian", "Moran", email = "[email protected]", role = c("aut","cre")),
person("Duncan", "Garmonsway", email = "[email protected]", role = c("ctb"))
)
Description: This package is an extension to unpivotr. It makes it easier to identify, classify and reshape cells in a spreadsheet table. Its key functions enable users to visualize spreadsheet tables and classify table cells in a declarative manner.
Depends:
R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
cellranger,
dplyr,
forcats,
ggplot2,
magrittr,
methods,
purrr,
rlang,
stringr,
tibble (>= 2.1.1),
tidyr,
tidyselect,
tidyxl,
unpivotr,
vctrs (>= 0.3.0),
URL: https://github.com/ianmoran11/locatr
BugReports: https://github.com/ianmoran11/locatr/issues
RoxygenNote: 6.1.1
Suggests:
knitr,
plotly,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)