-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
Package: clessnverse
Title: Package for Data Domestication, Analysis, and Visualization
Version: 0.6.2
Authors@R: c(
person("William", "Poirier", , "william.poirier.1@ulaval.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3274-1351")),
person("Alexandre", "Fortier-Chouinard", , "alexandre.fortier.chouinard@mail.utoronto.ca", role = "aut",
comment = c(ORCID = "0000-0002-6282-9709")),
person("Nadjim", "Fréchet", , "nadjim.frechet@umontreal.ca", role = "aut"),
person("Patrick", "Poncet", , "patrick@infoscope.ca", role = "aut"),
person("Judith", "Bourque", , "judith.bourque.2@ulaval.ca", role = "aut", comment = c(ORCID = "0009-0000-3653-1530")),
person("Yannick", "Dufresne", , "yannick.dufresne@pol.ulaval.ca", role = "cph")
)
Description: A repository of useful functions for the workflow of the
CLESSN research group.
License: MIT + file LICENSE
URL: https://github.com/clessn/clessnverse
BugReports: https://github.com/clessn/clessnverse/issues
Imports:
clessnhub,
crayon,
digest,
dplyr,
fastText,
foreach,
ggplot2,
httr,
hublot,
jsonlite,
lifecycle,
locateip,
magrittr,
optparse,
purrr,
quanteda,
RCurl,
rlang,
rlist,
stringr,
testthat,
tibble,
tictoc,
tidyjson,
tidyr,
tidytext,
wikirest (>= 0.0.0.9016),
XML,
sondr
Remotes:
clessn/wikirest,
clessnhub=clessn/clessn-hub-r,
hublot=clessn/hublotr,
sondr=ellipse-science/sondr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3