Hello,
I am not able to properly install the shiny package Cento OS VPS server.
First I got the error > there is no package called 'shiny' at http://192.254.199.202:3838/ap1/
Then I tried to follow almost all the posts on "there is no package called 'shiny'," but when I try the most recommend solution "su - c" and R-\ "install.packages ('shiny' repos = 'http://cran.rstudio.com/') \ "" "I realized that there is an error occurring at the end.
* installing *source* package ‘Rcpp’ ...
** package ‘Rcpp’ successfully unpacked and MD5 sums checked
** libs
g++ -m64 -I/usr/include/R -DNDEBUG -I../inst/include/ -I/usr/local/include -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c Date.cpp -o Date.o
g++ -m64 -I/usr/include/R -DNDEBUG -I../inst/include/ -I/usr/local/include -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c Module.cpp -o Module.o
{standard input}: Assembler messages:
{standard input}:12724: Warning: end of file not at end of a line; newline inserted
{standard input}:14573: Warning: zero assumed for missing expression
{standard input}:14533: Error: undefined symbol `.LLSDATT11072' in operation
{standard input}:14536: Error: undefined symbol `.LLSDACSE11072' in operation
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <
http://bugzilla.redhat.com/bugzilla> for instructions.
make: *** [Module.o] Error 1
ERROR: compilation failed for package ‘Rcpp’
* removing ‘/usr/lib64/R/library/Rcpp’
ERROR: dependency ‘Rcpp’ is not available for package ‘httpuv’
* removing ‘/usr/lib64/R/library/httpuv’
ERROR: dependency ‘httpuv’ is not available for package ‘shiny’
* removing ‘/usr/lib64/R/library/shiny’
The downloaded source packages are in
‘/tmp/Rtmp40EIcN/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Warning messages:
1: In install.packages("shiny", repos = "
http://cran.rstudio.com/") :
installation of package ‘Rcpp’ had non-zero exit status
2: In install.packages("shiny", repos = "
http://cran.rstudio.com/") :
installation of package ‘httpuv’ had non-zero exit status
3: In install.packages("shiny", repos = "
http://cran.rstudio.com/") :
installation of package ‘shiny’ had non-zero exit status
Thanks for any help for a non-linux user.
Regards
Joao Carlos