-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·113 lines (113 loc) · 2.32 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Package: tbltools
Title: Read/Write and Manipulate Tabular Data
Version: 2023.12.18
Authors@R: "David Holstius <[email protected]> [aut, cre]"
Description: Provides a unified interface for efficiently reading and writing
tabular data to and from files. Places emphasis on CSV as a persistent data
format. Thinly wraps rpivotTable() in a way that's especially helpful for
emissions-inventory work (the inventory package).
Depends:
R (>= 3.1.2)
Imports:
fmatch,
magrittr,
forcats,
rlang,
tidyr,
htmlwidgets,
fst,
codec,
strtools,
packtools,
glue,
lazyeval,
purrr,
stringr,
tibble,
rpivotTable,
digest,
vartools,
funtools,
readr,
readxl (>= 0.1.0.9000),
droptools,
ensurer,
tidync,
lubridate,
downloader,
data.table,
dplyr,
tidyselect,
conflicted
Remotes:
github::BAAQMD/fmatch,
github::BAAQMD/codec,
github::BAAQMD/strtools,
github::BAAQMD/packtools,
github::BAAQMD/vartools,
github::BAAQMD/funtools,
github::BAAQMD/droptools
Reverse-depends: inventory
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 2.1.0),
DataBank (>= 2021.04.12),
datapasta,
tidyverse,
BY2011,
yeartools,
units,
unittools,
here
Collate:
'bind_inventories.R'
'count_distinct.R'
'defunct.R'
'ensure_distinct.R'
'exact_join.R'
'extract_lookup_table.R'
'extract_tree.R'
'filter_and_label.R'
'filter_categories.R'
'filter_facilities.R'
'filter_pollutants.R'
'filter_sources.R'
'filter_years.R'
'fun_join.R'
'import_hierarchy.R'
'paste_csv.R'
'patch.R'
'pivot_table.R'
'pivot_chart.R'
'pull_distinct.R'
'pull_first.R'
'pull_summary.R'
'pull_total.R'
'read_csv.R'
'read_fst.R'
'read_ncdf.R'
'read_tbl.R'
'read_xls.R'
'reverse_lookup.R'
'rolling_join.R'
'scale_at.R'
'select_distinct.R'
'select_first.R'
'select_last.R'
'show_duplicates.R'
'sum_across.R'
'update.data.frame.R'
'update.list.R'
'validate_hierarchy.R'
'view.R'
'wildcard_join.R'
'with_comment.R'
'with_hierarchy.R'
'write_csv.R'
'write_pivot_table.R'
'zip_file.R'
'zzz.R'
Encoding: UTF-8