-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
24 lines (24 loc) · 887 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
Package: friendlyeval
Title: A Friendly Interface to Tidyeval
Version: 0.1.1
Authors@R: c(
person("Miles", "McBain", email = "miles.mcbain@gmail.com", role = c("aut", "cre")),
person("Patrick", "Kennedy", role = "aut"),
person("Alicia", "Schep", role = "aut"),
person("Lionel","Henry", role = "ctb"),
person("Nicholas", "Tierney", role = "ctb"))
Description: Provides an alternative auto-complete friendly interface to rlang
that is more closely aligned with the task domain of a user 'programming with
dplyr'. Facility is provided to replace friendlyeval functions with their rlang
equivalents after protyping a solution.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: rlang (>= 0.3.0.0),
purrr,
tibble,
rstudioapi
RoxygenNote: 6.1.0
Suggests: testthat,
dplyr