Skip to content

Commit 390a7f9

Browse files
authored
Merge pull request #438 from facebookexperimental/test_p_robyn1234
2 parents 624c11f + 7e35a3d commit 390a7f9

31 files changed

+2000
-1499
lines changed

.idea/Robyn.iml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 106 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Robyn
22
Type: Package
33
Title: Semi-Automated Marketing Mix Modeling (MMM) from Meta Marketing Science
4-
Version: 3.6.4
4+
Version: 3.7.0
55
Authors@R: c(
66
person("Gufeng", "Zhou", , "gufeng@fb.com", c("aut")),
77
person("Leonel", "Sentana", , "leonelsentana@fb.com", c("aut")),

R/Docker/install_robyn.R

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
#Sys.setenv(DOWNLOAD_STATIC_LIBV8=1)
22

3-
4-
53
install.packages("remotes")
64

75
install.packages("reticulate")
86

9-
install.packages("data.table")
10-
11-
12-
137
remotes::install_github("facebookexperimental/Robyn/R")
148

159

16-
1710
library(reticulate)
1811

1912
#Sys.setenv(RETICULATE_PYTHON = "/usr/bin/python3.8")
@@ -43,42 +36,3 @@ reticulate::conda_install("r-reticulate", "nevergrad", pip=TRUE)
4336
#virtualenv_exists("r-reticulate")
4437

4538
#sessionInfo()
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-
80-
81-
82-
83-
84-

R/NAMESPACE

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Generated by roxygen2: do not edit by hand
22

33
S3method(plot,robyn_allocator)
4+
S3method(plot,robyn_refresh)
45
S3method(plot,robyn_save)
56
S3method(print,robyn_allocator)
67
S3method(print,robyn_inputs)
@@ -31,14 +32,15 @@ export(robyn_save)
3132
export(robyn_train)
3233
export(robyn_update)
3334
export(saturation_hill)
34-
import(data.table)
3535
import(ggplot2)
3636
importFrom(doParallel,registerDoParallel)
3737
importFrom(doParallel,stopImplicitCluster)
3838
importFrom(doRNG,"%dorng%")
39+
importFrom(dplyr,all_of)
3940
importFrom(dplyr,any_of)
4041
importFrom(dplyr,arrange)
4142
importFrom(dplyr,as_tibble)
43+
importFrom(dplyr,bind_cols)
4244
importFrom(dplyr,bind_rows)
4345
importFrom(dplyr,contains)
4446
importFrom(dplyr,desc)
@@ -49,6 +51,7 @@ importFrom(dplyr,group_by)
4951
importFrom(dplyr,lag)
5052
importFrom(dplyr,left_join)
5153
importFrom(dplyr,mutate)
54+
importFrom(dplyr,mutate_at)
5255
importFrom(dplyr,n)
5356
importFrom(dplyr,pull)
5457
importFrom(dplyr,rename)
@@ -57,6 +60,7 @@ importFrom(dplyr,select)
5760
importFrom(dplyr,slice)
5861
importFrom(dplyr,summarise)
5962
importFrom(dplyr,summarise_all)
63+
importFrom(dplyr,tally)
6064
importFrom(dplyr,ungroup)
6165
importFrom(foreach,"%dopar%")
6266
importFrom(foreach,foreach)
@@ -71,6 +75,7 @@ importFrom(lares,clusterKmeans)
7175
importFrom(lares,formatNum)
7276
importFrom(lares,freqs)
7377
importFrom(lares,glued)
78+
importFrom(lares,ohse)
7479
importFrom(lares,removenacols)
7580
importFrom(lares,scale_x_abbr)
7681
importFrom(lares,scale_x_percent)
@@ -134,3 +139,4 @@ importFrom(utils,head)
134139
importFrom(utils,setTxtProgressBar)
135140
importFrom(utils,tail)
136141
importFrom(utils,txtProgressBar)
142+
importFrom(utils,write.csv)

0 commit comments

Comments
 (0)