Pandora-IsoMemo / CausalR

GNU General Public License v3.0
0 stars 0 forks source link

Vignette points 7 and 8 #9

Closed policybot2020 closed 1 year ago

policybot2020 commented 1 year ago

I have put your video in the Pandora & IsoMemo youtube channel and made this available from the GitHub repository (https://youtu.be/jlT15oblKBE). I added some notes, as captions, for some issues, I had during my installation.

Attached are the tasks. What is missing is the overall description at the beginning (before the text starts with App 1). To complete this, probably be faster to put you in touch with Antonia.

I forgot to ask, can the package handle files with dates now?

As for the missing points from the vignette (points 7 and 8). I have been thinking about this and perhaps instead of having everything in the interface, we could add a simple option so that the users can customize the code that will be run. How would this work?

1) Add a checkbox "Custom code". By default the value is FALSE and the model runs as before.

2) If the user sets it to TRUE then the user can write code into an input textbox. The box shows the core code (setting periods, calling function CausalImpact) that would be run if option FALSE has been selected.

3) The user can edit the text box and the code is saved into a variable (e.g. y)

4) The code is run using eval(parse( text=y))

Would it be possible to meet today a bit earlier?

All the best,

Ricardo