-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
79 lines (79 loc) · 1.53 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Package: exploratory
Type: Package
Title: R package for Exploratory
Version: 10.3.1
Date: 2024-09-03
Authors@R: c(person("Hideaki", "Hayashi", email = "[email protected]", role = c("aut", "cre")), person("Hide", "Kojima", email = "[email protected]", role = c("aut")), person("Kan", "Nishida", email = "[email protected]", role = c("aut")), person("Kei", "Saito", email = "[email protected]", role = c("aut")), person("Yosuke", "Yasuda", email = "[email protected]", role = c("aut")))
URL: https://github.com/exploratory-io/exploratory_func
Description: Functions for Exploratory
License: MIT
LazyData: TRUE
Encoding: UTF-8
Imports:
broom,
prediction,
urltools,
psych,
dplyr,
tidyr,
tibble,
jsonlite,
countrycode,
reshape2,
lazyeval,
qlcMatrix,
purrr,
httr,
quanteda,
Matrix,
rvest,
stats,
anonymizer,
forcats,
tidytext,
boot,
data.table,
foreach,
ggplot2,
iterators,
scales,
zoo,
dtw,
snakecase,
textshape,
V8
Suggests:
testthat,
twitteR,
sentimentr,
sodium,
RGoogleAnalytics,
lubridate,
googlesheets,
DBI,
RPostgres,
RPresto,
mongolite,
bigrquery,
googleCloudStorageR,
googleAuthR,
gtrendsR,
arules,
slam,
proxy,
topicmodels,
janitor,
nnet,
mgcv,
survival,
xgboost,
AnomalyDetection,
prophet,
randomForest,
lexicon,
rgeolocate,
bayesAB,
ranger
RoxygenNote: 6.1.1
Depends:
R (>= 2.10)