-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
51 lines (51 loc) · 1.22 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
Package: prqlr
Title: R Bindings for the 'prqlc' Rust Library
Description:
Provides a function to convert 'PRQL' strings to 'SQL' strings.
Combined with other R functions that take 'SQL' as an argument,
'PRQL' can be used on R.
Version: 0.9.0.9000
Authors@R:
c(person("Tatsuya", "Shima", email = "[email protected]", role = c("aut", "cre")),
person("Authors of the dependency Rust crates", role = "aut",
comment = "see inst/AUTHORS file for details"))
URL: https://prql.github.io/prqlc-r/, https://github.com/PRQL/prqlc-r
BugReports: https://github.com/PRQL/prqlc-r/issues
Depends:
R (>= 4.2)
Suggests:
knitr (>= 1.44),
rmarkdown,
DBI,
glue,
RSQLite,
tidyquery,
sqldf,
nycflights13,
dplyr,
testthat (>= 3.2.0),
patrick,
withr,
cli
License: MIT + file LICENSE
Language: en-US
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Cargo (Rust's package manager), rustc
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/Needs/dev:
brio,
devtools,
xfun (>= 0.44),
lintr,
styler,
purrr,
RcppTOML,
readr,
tidyr,
rhub
Config/Needs/website:
pkgdown
Config/prqlr/LibVersion: 0.13.1