SineadMorris / shinySIR

Interactive plotting for mathematical models of infectious disease spread
Other
13 stars 7 forks source link

Expose model options in `model` argument of `run_shiny()` #1

Closed jamesmbaazam closed 4 months ago

jamesmbaazam commented 4 months ago

Hi Sinead, thanks so much for building this app. I've found it useful for teaching and quick exploration.

From a user perspective, I think it would be easier to specify the model argument in run_shiny() if you exposed or documented the options more explicitly.

Two options:

I'm happy to submit a PR to fix this if you are happy with my suggestion. Thanks so much.

objornstad commented 4 months ago

:)

On 5/31/24 7:46 AM, James Azam wrote:

You don't often get email from @.*** Learn why this is important https://aka.ms/LearnAboutSenderIdentification

Hi Sinead, thanks so much for building this app. I've found it useful for teaching and quick exploration.

From a user perspective, I think it would be easier to specify the |model| argument in |run_shiny()| if you exposed or documented the options more explicitly.

Two options:

I'm happy to submit a PR to fix this if you are happy with my suggestion. Thanks so much.

— Reply to this email directly, view it on GitHub https://github.com/SineadMorris/shinySIR/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJEMKDEFGV7DKCTSSMOW4RDZFBPITAVCNFSM6AAAAABISVD3COVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZDONRVG44TKMY. You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Ottar N. Bjornstad ph: 814-863-2983 Distinguished Professor of Entomology, Biology and affiliate Professor of Statistics. J. Lloyd & Dorothy Foehr Huck Endowed Chair of Epidemiology. Elected fellow of the Norwegian Academy of Science and Letters, American Association for the Advancement of Sciences and the Ecological Society of America Epidemics v2:https://link.springer.com/book/10.1007/978-3-031-12056-5

--------------TbX7XXuoHZnmX3V4ffLdFxkM Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

<!DOCTYPE html>

:)

On 5/31/24 7:46 AM, James Azam wrote:

You don't often get email from . Learn why this is important

Hi Sinead, thanks so much for building this app. I've found it useful for teaching and quick exploration.

From a user perspective, I think it would be easier to specify the model argument in run_shiny() if you exposed or documented the options more explicitly.

Two options:

I'm happy to submit a PR to fix this if you are happy with my suggestion. Thanks so much.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SineadMorris/shinySIR/issues/1@github.com>

-- 
Ottar N. Bjornstad      ph: 814-863-2983
Distinguished Professor of Entomology, Biology and affiliate Professor of Statistics.
J. Lloyd & Dorothy Foehr Huck Endowed Chair of Epidemiology.
Elected fellow of the Norwegian Academy of Science and Letters, American Association for the Advancement of Sciences and the Ecological Society of America
Epidemics v2: https://link.springer.com/book/10.1007/978-3-031-12056-5

--------------TbX7XXuoHZnmX3V4ffLdFxkM--

SineadMorris commented 4 months ago

Hi James, glad you are finding the package useful and thank you for flagging this!

I’ve updated the documentation to correct that typo (“SIR vaccination” —> “SIRvaccination”) and added a note that users can call ‘default_models()’ to view the names of all built-in models along with a short description.

objornstad commented 4 months ago

thumbs-up

On 6/8/24 4:28 AM, Sinead Morris wrote:

You don't often get email from @.*** Learn why this is important https://aka.ms/LearnAboutSenderIdentification

Hi James, glad you are finding the package useful and thank you for flagging this!

I’ve updated the documentation to correct that typo (“SIR vaccination” —> “SIRvaccination”) and added a note that users can call ‘default_models()’ to view the names of all built-in models along with a short description.

— Reply to this email directly, view it on GitHub https://github.com/SineadMorris/shinySIR/issues/1#issuecomment-2155872648, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJEMKDGA73P4QKQXGLVMEB3ZGK6DRAVCNFSM6AAAAABISVD3COVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJVHA3TENRUHA. You are receiving this because you commented.Message ID: @.***>

-- Ottar N. Bjornstad ph: 814-863-2983 Distinguished Professor of Entomology, Biology and affiliate Professor of Statistics. J. Lloyd & Dorothy Foehr Huck Endowed Chair of Epidemiology. Elected fellow of the Norwegian Academy of Science and Letters, American Association for the Advancement of Sciences and the Ecological Society of America Epidemics v2:https://link.springer.com/book/10.1007/978-3-031-12056-5

--------------5RgJ3F7ArN6aT9wYdjQwzDVr Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

<!DOCTYPE html>

thumbs-up


On 6/8/24 4:28 AM, Sinead Morris wrote:

You don't often get email from . Learn why this is important

Hi James, glad you are finding the package useful and thank you for flagging this!

I’ve updated the documentation to correct that typo (“SIR vaccination” —> “SIRvaccination”) and added a note that users can call ‘default_models()’ to view the names of all built-in models along with a short description.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: <SineadMorris/shinySIR/issues/1/2155872648@github.com>

-- 
Ottar N. Bjornstad      ph: 814-863-2983
Distinguished Professor of Entomology, Biology and affiliate Professor of Statistics.
J. Lloyd & Dorothy Foehr Huck Endowed Chair of Epidemiology.
Elected fellow of the Norwegian Academy of Science and Letters, American Association for the Advancement of Sciences and the Ecological Society of America
Epidemics v2: https://link.springer.com/book/10.1007/978-3-031-12056-5

--------------5RgJ3F7ArN6aT9wYdjQwzDVr--

jamesmbaazam commented 4 months ago

Thanks @SineadMorris. I am happy with the changes and will close this issue.