facebookincubator / GeoLift

GeoLift is an end-to-end geo-experimental methodology based on Synthetic Control Methods used to measure the true incremental effect (Lift) of ad campaign.
https://facebookincubator.github.io/GeoLift/
MIT License
182 stars 55 forks source link

[New pkg structure] Imports #26

Closed NicolasMatrices-v2 closed 2 years ago

NicolasMatrices-v2 commented 2 years ago

Introducing new package structure to be able to scale our work.

This PR copies the function imports from GeoLift.R and the global variables and includes that into imports.R.

Build the package, ran devtools::check(vignettes = FALSE) and tested it with demo data and it worked properly.