CausalImpact error

Amar2024
Level 2
CausalImpact error

I tried running this in Dataiku, there is error in R code. Can you help me resolve the error? 

 

 

Code is here:

 CausalImpact (google.github.io)

Error I got:

"Error in R process: simpleError : trying to use CRAN without setting a mirror"

 

0 Kudos
1 Reply
AlexT
Dataiker

Hi @Amar2024,

The package should be available to install via CRAN:
https://cran.r-project.org/web/packages/CausalImpact/index.html
Can you try adding this package to a R code environment instead of trying to install it at runtime , as it may provide more information on the reason it's failing to install.

https://knowledge.dataiku.com/latest/code/work-environment/concept-code-environments.html

If that still fails, please share the code env diagnostics logs or open a support ticket if there could be any confidential information in the code env diagnostics. 

https://blog.dataiku.com/troubleshooting-in-dataiku

 

 

0 Kudos