ficonsulting / RInno

How to install local shiny apps
https://ficonsulting.github.io/RInno/
Other
307 stars 67 forks source link

install_inno() should be install.inno() from installr #121

Open Matthewh19 opened 5 years ago

Matthewh19 commented 5 years ago

For some reason after I installed remotes and RInno and I ran install_inno() I would get this error:

This version of C:\Users\Matth\AppData\Local\Temp\RtmpW67KpZ\github.com is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.

Once I ran library(installr) then I ran install_inno() it installed perfectly.

This isn't a huge issue with the documentation, but it could certainly help out the next person who is looking to try to use this package for the first time.

Matthewh19 commented 5 years ago

Also, related to this, at this point since this package is on CRAN, it should be installed using install.packages("RInno") instead of install_github("ficonsulting/RInno")

chasemc commented 5 years ago

I could have sworn I had opened an issue on this, oh well.

There was recently an issue installR but that was fixed here: https://github.com/talgalili/installr/issues/125

That should be what is used. RInno::install_inno() shouldn't work because the requested url doesn't seem to exist:

https://github.com/ficonsulting/RInno/blob/df87985b85218a61029fc4e44136da3f3a8f5484/R/install_inno.R#L31-L42

wu-uw commented 5 years ago

For some reason after I installed remotes and RInno and I ran install_inno() I would get this error:

This version of C:\Users\Matth\AppData\Local\Temp\RtmpW67KpZ\github.com is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.

Once I ran library(installr) then I ran install_inno() it installed perfectly.

This isn't a huge issue with the documentation, but it could certainly help out the next person who is looking to try to use this package for the first time.

Why did I follow your operation and still report the same issue

floriangehrig commented 4 years ago

There's actually a workaround solution for this issue. Download the latest version here and install it manually. Be sure to install it GLOBALLY, so for every user on your PC / Laptop, otherwise it won't work.

sbr2567 commented 4 years ago

Has this issue been resolved? I even manually installed it globally. Same error.

augustohassel commented 2 years ago

Has this issue been resolved? I even manually installed it globally. Same error

You saved me a lot of research time. Big thank you :-)

Dcroix commented 6 months ago

For some reason after I installed remotes and RInno and I ran install_inno() I would get this error:

This version of C:\Users\Matth\AppData\Local\Temp\RtmpW67KpZ\github.com is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.

Once I ran library(installr) then I ran install_inno() it installed perfectly.

This isn't a huge issue with the documentation, but it could certainly help out the next person who is looking to try to use this package for the first time.

Did you mean... "Once I ran library(installr) then I ran install.inno() it installed perfectly"?