-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 817 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
28
29
30
31
32
33
34
35
36
Package: polyglotr
Title: Translate Text
Version: 1.5.2
Authors@R:
person("Tomer", "Iwan", , "t.iwan@vu.nl", role = c("aut", "cre", "cph"))
Description: Provide easy methods to translate pieces of text.
Functions send requests to translation services online.
License: MIT + file LICENSE
URL: https://github.com/Tomeriko96/polyglotr/,
https://tomeriko96.github.io/polyglotr/
BugReports: https://github.com/Tomeriko96/polyglotr/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
httr,
jsonlite,
magrittr,
purrr,
RCurl,
rlang,
rvest,
stringr,
tibble,
urltools
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
text2vec
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true