Does install.packages("shiny", type="binary") work any better?
Bill Dunlap TIBCO Software wdunlap tibco.com On Tue, Aug 15, 2017 at 10:12 AM, Zack Haney <zack.ha...@gmail.com> wrote: > Yes windows > > How can i install from zip? > > Here is my command > > > install.packages("shiny") > Installing package into ‘C:/Users/Zack/Documents/R/win-library/3.4’ > (as ‘lib’ is unspecified) > > There is a binary version available but the > source version is later: > binary source needs_compilation > shiny 1.0.3 1.0.4 FALSE > > installing the source package ‘shiny’ > > trying URL 'https://cran.rstudio.com/src/contrib/shiny_1.0.4.tar.gz' > Content type 'application/x-gzip' length 2329723 bytes (2.2 MB) > downloaded 2.2 MB > > Warning in install.packages : > running command '"C:/PROGRA~1/R/R-34~1.1/bin/x64/R" CMD INSTALL -l > "C:\Users\Zack\Documents\R\win-library\3.4" > C:\Users\Zack\AppData\Local\Temp\Rtmp27A7LV/downloaded_ > packages/shiny_1.0.4.tar.gz' > had status 65535 > Warning in install.packages : > installation of package ‘shiny’ had non-zero exit status > > The downloaded source packages are in > ‘C:\Users\Zack\AppData\Local\Temp\Rtmp27A7LV\downloaded_packages’ > > On Tue, Aug 15, 2017 at 1:11 PM, Michael Dewey <li...@dewey.myzen.co.uk> > wrote: > > > Dear Zack > > > > At a guess you are on Windows and instead of installing from the zip file > > you are trying to install from source. If you do not grasp the difference > > try posting again showing us exactly what command you used and confirm > your > > operating system Please also post in plain text not HTML as your message > > may get scrambled in transit. > > > > On 15/08/2017 14:11, Zack Haney wrote: > > > >> Very New to R trying to get setup but when i try to install shiny i get > >> > >> trying URL 'http://cran.rstudio.com/src/contrib/shiny_1.0.4.tar.gz' > >> Content type 'application/x-gzip' length 2329723 bytes (2.2 MB) > >> downloaded 2.2 MB > >> > >> Warning in install.packages : > >> running command '"C:/PROGRA~1/R/R-34~1.1/bin/x64/R" CMD INSTALL -l > >> "C:\Users\Zack\Documents\R\win-library\3.4" > >> C:\Users\Zack\AppData\Local\Temp\RtmpYhM8h8/downloaded_packa > >> ges/shiny_1.0.4.tar.gz' > >> had status 65535 > >> Warning in install.packages : > >> installation of package ‘shiny’ had non-zero exit status > >> > >> [[alternative HTML version deleted]] > >> > >> ______________________________________________ > >> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > >> https://stat.ethz.ch/mailman/listinfo/r-help > >> PLEASE do read the posting guide http://www.R-project.org/posti > >> ng-guide.html > >> and provide commented, minimal, self-contained, reproducible code. > >> > >> --- > >> This email has been checked for viruses by AVG. > >> http://www.avg.com > >> > >> > > -- > > Michael > > http://www.dewey.myzen.co.uk/home.html > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/ > posting-guide.html > and provide commented, minimal, self-contained, reproducible code. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.