facebookexperimental / Robyn

Robyn is an experimental, AI/ML-powered and open sourced Marketing Mix Modeling (MMM) package from Meta Marketing Science. Our mission is to democratise modeling knowledge, inspire the industry through innovation, reduce human bias in the modeling process & build a strong open source marketing science community.
https://facebookexperimental.github.io/Robyn/
MIT License
1.08k stars 322 forks source link

Error when running the demo.R #825

Closed SasithaGamage closed 9 months ago

SasithaGamage commented 9 months ago

Project Robyn

Describe issue

When I run the demo.R example with test data, I'm getting the following error

Screenshot 2023-09-27 105106

I updated all the packages using "update.packages(checkBuilt=TRUE, ask=FALSE)".

Environment & Robyn version

gufengzhou commented 9 months ago

Looks like you haven't load the library as library(Robyn)

SasithaGamage commented 9 months ago

Yes, Just solved the issue. Thank you