forked from facebookexperimental/Robyn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.17 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
Package: RobynLearn
Title: Interactive UI for Robyn Education & MMM Development
Version: 1.0.0
Authors@R: c(
person("Kyle", "Goldberg", , "[email protected]", role = c("aut","cre")),
person("Rotem", "Blinder", , "[email protected]", role = c("aut")),
person("Bernardo", "Lares", , "[email protected]", c("aut")),
person("Ruiyao", "Li", , "[email protected]", c("aut" )),
person("Meta Platforms, Inc.", role = c("cph", "fnd")))
Maintainer: Rotem Blinder <[email protected]>
Description: Using Shiny on top of Robyn users are enabled to both learn Robyn in a more efficient way, as well as develop end-to-end preliminary models with limited flexibility. All features of Robyn are represented in some capacity in the UI, and it remains the best way for those with limited Marketing Mix Modeling and/or coding experience to familiarize themselves with Robyn & MMM.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
corrr,
dplyr,
DT,
ggplot2,
ggcorrplot,
lubridate,
patchwork,
Robyn (>= 3.6.3),
scales,
shiny,
shinycssloaders,
shinyjs,
stats,
tidyr,
utils