-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.08 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
Type: Package
Package: tidyquery
Title: Query 'R' Data Frames with 'SQL'
Version: 0.2.4.9000
Authors@R:
c(person(given = "Ian",
family = "Cook",
role = c("aut", "cre"),
email = "[email protected]"),
person(family = "Cloudera",
role = "cph"))
Maintainer: Ian Cook <[email protected]>
Description: Use 'SQL' 'SELECT' statements to query 'R' data
frames.
License: Apache License 2.0
URL: https://github.com/ianmcook/tidyquery
BugReports: https://github.com/ianmcook/tidyquery/issues
Imports:
dplyr (>= 1.0.0),
lubridate (>= 1.6.0),
queryparser (>= 0.3.2),
rlang (>= 0.4.9),
stringr (>= 1.0.0),
utils
Suggests:
covr (>= 3.2.0),
DBI (>= 0.7),
dbplyr (>= 1.2.1),
dtplyr (>= 1.0.0),
arrow (>= 10.0.0),
nycflights13,
RSQLite (>= 2.1.0),
testthat (>= 3.0.0),
withr
Encoding: UTF-8
NeedsCompilation: no
RoxygenNote: 7.2.3
Collate:
'compat.R'
'query.R'
'join.R'
'quote.R'
'remove.R'
'replace.R'
'show_dplyr.R'
'unscope.R'
Config/testthat/edition: 3