-
Notifications
You must be signed in to change notification settings - Fork 49
/
DESCRIPTION
46 lines (46 loc) · 1.22 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
Package: lares
Type: Package
Title: Analytics & Machine Learning Sidekick
Version: 5.2.9.9005
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,
Marketing Mix Modeling (Robyn), Exploratory, API, and Scrapper, it helps the analyst or
data scientist to get quick and robust results, without the need of repetitive coding or
advanced R programming skills.
Depends:
R (>= 3.5.0)
Imports:
dplyr (>= 1.0.0),
ggplot2,
httr,
jsonlite,
lubridate,
openxlsx,
patchwork,
pROC,
rlang,
rpart,
rpart.plot,
rvest,
stringr,
tidyr (>= 1.0.0),
yaml
Suggests:
beepr,
DALEX,
googleAuthR,
googlesheets4,
h2o,
knitr,
quantmod,
rmarkdown
URL: https://github.com/laresbernardo/lares, https://laresbernardo.github.io/lares/
BugReports: https://github.com/laresbernardo/lares/issues
RoxygenNote: 7.3.1
License: AGPL-3
Encoding: UTF-8
LazyData: true
Config/testthat/edition: 3