I looked at it but could not find anything. It happened to me a a few 
times, but it has worked after i restarted R. I guess, it happens only 
the first time you install the package. After a restart of R, it should 
work.

Now please follow these steps.

- Install the package again (in the mean time a bug is fixed and the new 
version is uploaded)
- Restart R
- Execute library(speedR) and speedR().

Did it work? Please tell us.

best wishes,
ilhami visne



On 11/6/2010 6:59 PM, David Katz wrote:
> Thanks for all the suggestions - but I need more help. I upgraded to R 
> 2.12.0 and installed on my win7 - 64 system but still cannot start 
> speedR as shown in the transcript below. My classpath system variable 
> points at java 6:
>
> .;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
>
> and that file exists, but apparently there's something else needed to 
> get Java connected properly to R, since I'm getting these messages:
>
> Error in .jinit() : Cannot create Java virtual machine (-4)
> Error in .jinit() : Cannot create Java virtual machine (-1)
>
> Here's my full transcript:
>
> R version 2.12.0 (2010-10-15)
> Copyright (C) 2010 The R Foundation for Statistical Computing
> ISBN 3-900051-07-0
> Platform: i386-pc-mingw32/i386 (32-bit)
>
> R is free software and comes with ABSOLUTELY NO WARRANTY.
> You are welcome to redistribute it under certain conditions.
> Type 'license()' or 'licence()' for distribution details.
>
> R is a collaborative project with many contributors.
> Type 'contributors()' for more information and
> 'citation()' on how to cite R or R packages in publications.
>
> Type 'demo()' for some demos, 'help()' for on-line help, or
> 'help.start()' for an HTML browser interface to help.
> Type 'q()' to quit R.
>
> > install.packages(c("rJava","iplots"))
> Installing package(s) into ‘C:\Users\dk/R/win-library/2.12’
> (as ‘lib’ is unspecified)
> --- Please select a CRAN mirror for use in this session ---
> trying URL 
> 'http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.12/rJava_0.8-8.zip'
> Content type 'application/zip' length 636680 bytes (621 Kb)
> opened URL
> downloaded 621 Kb
>
> trying URL 
> 'http://cran.fhcrc.org/bin/windows/contrib/2.12/iplots_1.1-3.zip'
> Content type 'application/zip' length 429436 bytes (419 Kb)
> opened URL
> downloaded 419 Kb
>
> package 'iplots' successfully unpacked and MD5 sums checked
>
> The downloaded packages are in
>         C:\Users\dk\AppData\Local\Temp\RtmpdwPmUa\downloaded_packages
> > install.packages("speedR", repos="http://R-Forge.R-project.org";)
> Installing package(s) into ‘C:\Users\dk/R/win-library/2.12’
> (as ‘lib’ is unspecified)
> trying URL 
> 'http://R-Forge.R-project.org/bin/windows/contrib/2.12/speedR_1.0.zip'
> Content type 'application/zip' length 23326294 bytes (22.2 Mb)
> opened URL
> downloaded 22.2 Mb
>
> package 'speedR' successfully unpacked and MD5 sums checked
>
> The downloaded packages are in
>         C:\Users\dk\AppData\Local\Temp\RtmpdwPmUa\downloaded_packages
> > library(speedR)
> Loading required package: rJava
> > speedR()
> Loading required package: iplots
> Error in .jinit() : Cannot create Java virtual machine (-4)
> Error in .jinit() : Cannot create Java virtual machine (-1)
> >
>
>
> On Fri, Nov 5, 2010 at 1:48 PM, Ian Fellows <ian.fell...@stat.ucla.edu 
> <mailto:ian.fell...@stat.ucla.edu>> wrote:
>
>     David,
>
>     rforge does not keep up to date builds of packages for R versions
>     that are out of date. You are using R 2.10.x. I suggest you
>     install from the source with:
>
>     install.packages("speedR",
>     repos="http://R-Forge.R-project.org",type="source";)
>
>     you will need to have RTools (
>     http://www.murdoch-sutherland.com/Rtools/ ) installed.
>
>     Ian
>
>
>     On Nov 5, 2010, at 1:23 PM, David Katz wrote:
>
>     > I got an error trying to install speedR (after the preliminary
>     installs went
>     > ok):
>     >
>     > install.packages(c("rJava","iplots"))
>     > Warning in install.packages(c("rJava", "iplots")) :
>     >  'lib = "c:/PROGRA~2/R/R-210~1.1/library"' is not writable
>     > --- Please select a CRAN mirror for use in this session ---
>     > trying URL
>     'http://cran.fhcrc.org/bin/windows/contrib/2.10/rJava_0.8-6.zip'
>     > Content type 'application/zip' length 579833 bytes (566 Kb)
>     > opened URL
>     > downloaded 566 Kb
>     >
>     > trying URL
>     'http://cran.fhcrc.org/bin/windows/contrib/2.10/iplots_1.1-3.zip'
>     > Content type 'application/zip' length 415231 bytes (405 Kb)
>     > opened URL
>     > downloaded 405 Kb
>     >
>     > package 'rJava' successfully unpacked and MD5 sums checked
>     > package 'iplots' successfully unpacked and MD5 sums checked
>     >
>     > The downloaded packages are in
>     > C:\Users\dk\AppData\Local\Temp\RtmpjCVkHj\downloaded_packages
>     >> install.packages("speedR", repos="http://R-Forge.R-project.org";)
>     > Warning in install.packages("speedR", repos =
>     "http://R-Forge.R-project.org";)
>     > :
>     >  argument 'lib' is missing: using 'C:\Users\dk/R/win-library/2.10'
>     > Warning: unable to access index for repository
>     > http://R-Forge.R-project.org/bin/windows/contrib/2.10
>     > Warning message:
>     > In getDependencies(pkgs, dependencies, available, lib) :
>     >  package 'speedR' is not available
>     >> install.packages("speedR")
>     > Warning in install.packages("speedR") :
>     >  argument 'lib' is missing: using 'C:\Users\dk/R/win-library/2.10'
>     > Warning message:
>     > In getDependencies(pkgs, dependencies, available, lib) :
>     >  package 'speedR' is not available
>     >>
>     >
>     > Thanks for any help.
>     > Regards,
>     > David
>     >
>     > On Fri, Nov 5, 2010 at 8:57 AM, ilhami visne
>     <ilhami.vi...@gmail.com <mailto:ilhami.vi...@gmail.com>> wrote:
>     >
>     >> Hi,
>     >>
>     >> Try this one here http://speedr.r-forge.r-project.org. You can
>     use it to
>     >> view, filter and import new datas.
>     >>
>     >> If you like it or find a bug (in beta), please write on the forum.
>     >>
>     >> best wishes,
>     >> ilhami visne
>     >>
>     >> project is at
>     >>
>     >> On 10/26/2010 7:13 AM, Liviu Andronic wrote:
>     >>
>     >>> Dear all
>     >>> I've been looking for a solution to this problem ever since I
>     started
>     >>> learning R, and I still haven't found one I'm comfortable
>     with. And I
>     >>> would rather avoid exporting and importing into a spreadsheet
>     just for
>     >>> this. I am looking for a data viewer/editor that could, among
>     other
>     >>> things:
>     >>> - have a 'view' mode (not an 'edit only' mode, to avoid bugs or
>     >>> unintended modifications)
>     >>> - have a 'filter' view mode (not a data-modifying subset)
>     >>> - have a 'sort' view mode (not a data-modifying sort operation)
>     >>> - select multiple rows/cols
>     >>> - select multiple individual cells
>     >>>
>     >>> Here's a list of what I've found sofar:
>     >>> - View()/Edit(): rudimentary interface; don't interact very
>     well with
>     >>> tcltk (Rcmdr) on Linux
>     >>> - relimp::showData(): nice viewer, but too often too unstable;
>     lacks
>     >>> most of the features above
>     >>> - tcltk2::tk2edit(): allows multiple row/col/cell selections;
>     has no
>     >>> 'view' mode nor 'filter' or 'sort', and pops up scary errors
>     whenever
>     >>> 'cancelling' changes
>     >>> - rdataviewer: the interface is too exotic for my habits, and
>     lacks
>     >>> most of the features above
>     >>> - RGtk2Extras::dfedit(): allows multiple cell selections and can
>     >>> perform a 'sort' and displays several features in the c-menu;
>     it is
>     >>> quite slow on my system with 'iris', no 'view' mode; since it uses
>     >>> RGtk2 it interacts very badly with tcltk (Rcmdr)
>     >>> - playwith: features a nice viewer hidden in Labels>  Select from
>     >>> table, but it is awkwardly located, with no advanced features, and
>     >>> RGtk2 based
>     >>> - JGR/Deducer::data.viewer(): includes a nifty data editor,
>     perhaps my
>     >>> favourite from this list, but it is a bit awkward to use when
>     using an
>     >>> editor different than JGR (console monopolization); it also
>     lacks a
>     >>> 'view' and 'filter' mode as well well as select multiple
>     rows/cols; it
>     >>> can sort, but not easily when outside JGR
>     >>>
>     >>>
>     >>> Anything that I've missed? Regards
>     >>> Liviu
>     >>>
>     >>>
>     >>>
>     >>>
>     >> _______________________________________________
>     >> R-SIG-GUI mailing list
>     >> R-SIG-GUI@stat.math.ethz.ch <mailto:R-SIG-GUI@stat.math.ethz.ch>
>     >> https://stat.ethz.ch/mailman/listinfo/r-sig-gui
>     >>
>     >
>     >
>     >
>     > --
>     > David Katz
>     >
>     > www.davidkatzconsulting.com <http://www.davidkatzconsulting.com>
>     >
>     >       [[alternative HTML version deleted]]
>     >
>     > _______________________________________________
>     > R-SIG-GUI mailing list
>     > R-SIG-GUI@stat.math.ethz.ch <mailto:R-SIG-GUI@stat.math.ethz.ch>
>     > https://stat.ethz.ch/mailman/listinfo/r-sig-gui
>     >
>
>
>
>
> -- 
> David Katz
>
> www.davidkatzconsulting.com <http://www.davidkatzconsulting.com>



        [[alternative HTML version deleted]]

_______________________________________________
R-SIG-GUI mailing list
R-SIG-GUI@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-gui

Reply via email to