forked from laresbernardo/lares
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.24 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
Package: lares
Type: Package
Title: Analytics & Machine Learning Sidekick
Version: 5.0.5
Authors@R: c(
person("Bernardo", "Lares", , "laresbernardo@gmail.com", c("aut", "cre")))
Maintainer: Bernardo Lares <laresbernardo@gmail.com>
Description: Auxiliary package for better/faster analytics, visualization, data mining, and machine learning
tasks. With a wide variety of family functions, like Machine Learning, Data Wrangling,
Exploratory, and Scrapper, it helps the analyst or data scientist to get quick and robust
results, without the need of repetitive coding or extensive programming skills.
Depends:
R (>= 3.5)
Imports:
dplyr,
ggplot2,
h2o,
httr,
jsonlite,
lubridate,
magrittr,
openxlsx,
patchwork,
pROC,
rlang,
rpart,
rpart.plot,
rvest,
stringr,
tidyr,
yaml
Suggests:
beepr,
DALEX,
DBI,
forecast,
googleAuthR,
googlesheets4,
knitr,
quantmod,
plotly,
rdrop2,
rmarkdown,
rtweet,
tm,
wordcloud
URL: https://github.com/laresbernardo/lares, https://laresbernardo.github.io/lares/
BugReports: https://github.com/laresbernardo/lares/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.2
License: AGPL-3
Encoding: UTF-8
LazyData: true