-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.09 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
Package: fnmate
Title: Create function definitions from function expressions
Version: 0.0.6
Authors@R: c(person(given = "Miles",
family = "McBain",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Kirill",
family = "Müller",
role = "ctb",
email = "[email protected]"),
person(given = "Andrew",
family = "Craig",
role = "ctb"),
person(given = "Shir",
family = "Dekel",
email = "[email protected]",
role = "ctb"))
Description: Convert any funcntion expression under the cursor to a definition contained in a file.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Imports:
magrittr,
purrr,
glue,
readr (>= 1.4.0),
rstudioapi,
clipr,
utils,
rlang,
gert