installing the rgr package

318 views
Skip to first unread message

Stéphane Laurent

unread,
Jun 18, 2013, 1:39:27 AM6/18/13
to shiny-...@googlegroups.com
Hello,

 Please how could I install the rgr package on glimmer ? 

> install.packages("rgr", dependencies=FALSE)
Warning in install.packages :
  dependency ‘fastICA’ is not available
Installing package(s) into ‘/home/stla/R/library’
(as ‘lib’ is unspecified)
trying URL 'http://cran.rstudio.com/src/contrib/rgr_1.1.9.tar.gz'
Content type 'application/x-gzip' length 434764 bytes (424 Kb)
opened URL
==================================================
downloaded 424 Kb

ERROR: dependency ‘fastICA’ is not available for package ‘rgr’
* removing ‘/home/stla/R/library/rgr’
Warning in install.packages :
  installation of package ‘rgr’ had non-zero exit status

The downloaded source packages are in
	‘/tmp/RtmpCVDlVP/downloaded_packages’

Winston Chang

unread,
Jun 18, 2013, 10:48:10 AM6/18/13
to shiny-...@googlegroups.com
It looks like fastICA requires R 3.0.0, but glimmer has 2.15.3 installed. You may be able to install an older version by using a procedure like the one here:

To find the file to download, see the "Old sources" link here:

-Winston


--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Stéphane Laurent

unread,
Oct 23, 2013, 4:43:38 PM10/23/13
to shiny-...@googlegroups.com
Thank you very much. This works very well:

              destfile='fastICA_1.1-16.tar.gz')
install.packages('fastICA_1.1-16.tar.gz', type='source', repos=NULL)
unlink('fastICA_1.1-16.tar.gz')
Reply all
Reply to author
Forward
0 new messages