[R-gui] your favourite spreadsheet-like data viewer or editor?

ilhami visne ilhami.visne at gmail.com
Sat Nov 6 13:30:44 CET 2010


Hi David,

As Ian's suggested, you can install the latest version of R or you can 
download speedR package to your local disk 
(https://r-forge.r-project.org/bin/windows/contrib/latest/speedR_1.0.zip) and 
install it by using the menu  "Install package(s) from local zip file...".

You will get a warning saying "package 'speedR' was built under R 
version 2.12.0" that you can ignore.

best wishes,
ilhami visne

P.S.: By mistake first i've uploaded a test version, which is fixed but 
maybe not rebuild yet by r-forge. Be sure you get the last one.

On 11/5/2010 9:48 PM, Ian Fellows 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.visne at 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 at stat.math.ethz.ch
>>> https://stat.ethz.ch/mailman/listinfo/r-sig-gui
>>>
>>
>>
>> -- 
>> David Katz
>>
>> www.davidkatzconsulting.com
>>
>> 	[[alternative HTML version deleted]]
>>
>> _______________________________________________
>> R-SIG-GUI mailing list
>> R-SIG-GUI at stat.math.ethz.ch
>> https://stat.ethz.ch/mailman/listinfo/r-sig-gui
>>
>



More information about the R-SIG-GUI mailing list