-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.46 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
Package: flaiR
Title: An R Wrapper for Accessing FLAIR
Version: 0.1.7
Authors@R: c(
person("Yen-Chieh", "Liao", email = "[email protected]", role = c("cre","aut", "ctb")),
person("Stefan", "Müller", email = "[email protected]", role = c("aut", "ctb")),
person("Sohini", "Timbadia", role = c("ctb")),
person("Akbik", "Alan", email = "[email protected]", role = c("aut", "ctb")),
person("Blythe", "Duncan", email = "[email protected]", role = c("aut", "ctb")),
person("Vollgraf", "Roland", email = "[email protected]", role = c("aut", "ctb"))
)
Description: Provides a suite of intuitive and flexible wrapper tools tailored
for accessing FLAIR in Python data analysis. The package is an R wrapper
designed to provide access to the primary features of FLAIR.
Maintainer: Yen-Chieh Liao <[email protected]>
SystemRequirements: Python (>= 3.8.0) flair (>= 0.12)
Depends:
R (>= 4.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://davidycliao.github.io/flaiR
BugReports: https://github.com/davidycliao/flaiR/issues
Imports:
data.table,
reticulate,
curl,
attempt,
htmltools,
stringr
Suggests:
knitr,
renv,
rmarkdown,
lsa,
purrr,
jsonlite,
ggplot2,
plotly,
testthat (>= 3.0.0),
conText,
dplyr,
ggpubr,
quanteda,
text2vec
RoxygenNote: 7.3.2
VignetteBuilder: knitr, rmarkdown
Roxygen: list(markdown = TRUE)