forked from matt-dray/r2eng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 889 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
25
26
27
Package: r2eng
Version: 0.0.0.9005
Type: Package
Title: Translate R Code To An English Sentence
Description: Take an R expression and convert it to English by matching
recognised symbols with an opinionated list of English 'translations'.
Inspired By Amelia McNamara's useR! 2020 conference talk.
Authors@R: c(
person("Matt", "Dray", email = "mwdray@gmail.com",role = c("aut", "cre")),
person("Chung-hong", "Chan", email = "chainsawtiney@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-6232-7530")))
License: MIT + file LICENSE
URL: https://github.com/matt-dray/r2eng/
BugReports: https://github.com/matt-dray/r2eng/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Language: en-GB
Depends:
R (>= 2.10)
Imports:
lintr (>= 2.0.1),
purrr (>= 0.3.4),
rlang (>= 0.4.7),
utils
Suggests:
rstudioapi (>= 0.11),
testthat (>= 2.3.2)