hesim-dev / hesim

Health economic simulation modeling and decision analysis
https://hesim-dev.github.io/hesim/
62 stars 17 forks source link

hesim package doesn't completely install on Mc Rstudio #4

Closed MattheneusHTA closed 5 years ago

MattheneusHTA commented 5 years ago

Hi, My package doesn't contain the hesim_data() function. Tried to re-install but it didn't help. I am using Rstudio on a Mac

dincerti commented 5 years ago

Hi, did you install the version on CRAN (v0.1) or the current development version (v0.1.0.9000) using devtools::install_github("InnovationValueInitiative/hesim")?

MattheneusHTA commented 5 years ago

Thanks Devin for the swift response. As far as I can see it says version 0.1.0

Kind regards Paul

Paul Mattheneus Pharmacist and Health Economist Founder and Director | Mattheneus-Healthcare.com https://mattheneus-healthcare.com

Mobile +46 73 947 40 60 E-mail paul@mattheneus-healthcare.com [image: Twitter] https://twitter.com/PaulMattheneus/ [image: Facebook] https://www.facebook.com/MattheneusHTA/ [image: LinkedIn] https://www.linkedin.com/in/mattheneus/ [image: Google+] https://plus.google.com/113759490984318127281 [image: Pinterest] https://www.pinterest.se/paulmattheneus//

On Wed, Jan 30, 2019 at 4:05 PM Devin Incerti notifications@github.com wrote:

Hi, did you install the version on CRAN (v0.1) or the current development version (v0.1.0.9000) using devtools::install_github("InnovationValueInitiative/hesim")?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/InnovationValueInitiative/hesim/issues/4#issuecomment-458977109, or mute the thread https://github.com/notifications/unsubscribe-auth/Am0Bz8ledt-gOwK0DGY5Xrlc5f0YnXu2ks5vIbS-gaJpZM4aaEA0 .

MattheneusHTA commented 5 years ago

Yes, I did install the one on CRAN Kind regards

Paul Mattheneus Pharmacist and Health Economist Founder and Director | Mattheneus-Healthcare.com https://mattheneus-healthcare.com

Mobile +46 73 947 40 60 E-mail paul@mattheneus-healthcare.com [image: Twitter] https://twitter.com/PaulMattheneus/ [image: Facebook] https://www.facebook.com/MattheneusHTA/ [image: LinkedIn] https://www.linkedin.com/in/mattheneus/ [image: Google+] https://plus.google.com/113759490984318127281 [image: Pinterest] https://www.pinterest.se/paulmattheneus//

On Wed, Jan 30, 2019 at 4:09 PM Paul Mattheneus < paul@mattheneus-healthcare.com> wrote:

Thanks Devin for the swift response. As far as I can see it says version 0.1.0

Kind regards Paul

Paul Mattheneus Pharmacist and Health Economist Founder and Director | Mattheneus-Healthcare.com https://mattheneus-healthcare.com

Mobile +46 73 947 40 60 E-mail paul@mattheneus-healthcare.com [image: Twitter] https://twitter.com/PaulMattheneus/ [image: Facebook] https://www.facebook.com/MattheneusHTA/ [image: LinkedIn] https://www.linkedin.com/in/mattheneus/ [image: Google+] https://plus.google.com/113759490984318127281 [image: Pinterest] https://www.pinterest.se/paulmattheneus//

On Wed, Jan 30, 2019 at 4:05 PM Devin Incerti notifications@github.com wrote:

Hi, did you install the version on CRAN (v0.1) or the current development version (v0.1.0.9000) using devtools::install_github("InnovationValueInitiative/hesim")?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/InnovationValueInitiative/hesim/issues/4#issuecomment-458977109, or mute the thread https://github.com/notifications/unsubscribe-auth/Am0Bz8ledt-gOwK0DGY5Xrlc5f0YnXu2ks5vIbS-gaJpZM4aaEA0 .

dincerti commented 5 years ago

The CRAN one doesn't have the hesim_data() function, so trying installing the development version with devtools::install_github().

MattheneusHTA commented 5 years ago

Thanks Devin, It worked great with the devtools install. Kind regards

Paul Mattheneus Pharmacist and Health Economist Founder and Director | Mattheneus-Healthcare.com https://mattheneus-healthcare.com

Mobile +46 73 947 40 60 E-mail paul@mattheneus-healthcare.com [image: Twitter] https://twitter.com/PaulMattheneus/ [image: Facebook] https://www.facebook.com/MattheneusHTA/ [image: LinkedIn] https://www.linkedin.com/in/mattheneus/ [image: Google+] https://plus.google.com/113759490984318127281 [image: Pinterest] https://www.pinterest.se/paulmattheneus//

On Wed, Jan 30, 2019 at 4:11 PM Devin Incerti notifications@github.com wrote:

The CRAN one doesn't have the hesim_data() function, so trying installing the development version with devtools::install_github().

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/InnovationValueInitiative/hesim/issues/4#issuecomment-458979538, or mute the thread https://github.com/notifications/unsubscribe-auth/Am0BzxnArYRkBDQI62GxUkKMMr4f3bmYks5vIbYxgaJpZM4aaEA0 .

dincerti commented 5 years ago

Perfect, glad to hear!