similar to: rkward on Ubuntu heron with R2.8.0

Displaying 20 results from an estimated 1000 matches similar to: "rkward on Ubuntu heron with R2.8.0"

2008 May 05
2
RODBC and schemas
I have found that the "schema.table" syntax used in Postgresql (and Oracle) does not work directly with RODBC. This works library(RODBC) con<-odbcConnect("mydb") d<-sqlQuery(con,"select * from meso.trees") However this does not. d<-sqlFetch(con,"meso.trees") Error in odbcTableExists(channel, sqtable) : ?meso.trees?: table not found on channel
2008 Jul 09
1
version problems of rkward in ubuntu hardy repository
Hi I tried to install rkward under ubuntu hardy heron, but it tried to use the one from the cran repository which was newer, but it did not install. To be able to install rkward, I had to disable the cran repository, install rkward, lock it's version and enable the repository again. I have the feeling, that the dependencies are not correct (it is looking for libqt4GUI, but I have a
2008 Nov 06
1
FW: [rkward-devel] questions on RKWard
Thought I should copy the list with Matthieu's response. H -----Original Message----- From: Matthieu Stigler [mailto:matthieu.stigler at gmail.com] Sent: Wednesday, November 05, 2008 8:29 PM To: Horace Tso; rkward-devel at lists.sourceforge.net Subject: Re: [rkward-devel] questions on RKWard some answer only for the third question: do you have the package r-doc-html installed? (on ubuntu
2010 Aug 17
2
About RedR and RKWard
Hi folds, RedR - visual programming for R http://www.red-r.org/ Has any folk used RedR before? What will be the difference compared with; RKWard - GUI for R http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Main_Page Screen Short http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Screenshots TIA B.R. Stephen L
2008 May 17
3
Question about graphical UI running R version 2.7.0 (2008-04-22) on Ubuntu Hardy Heron...
Hi All: Tried out a couple of different options suggested earlier, but for some reason I can only get Rcmdr to work properly. Not that that's a problem, but it might have been nice to have a couple of other choices. Just tried out JGR and ended up getting not found errors on several of the menu choices. Installed OK. Just several key menu options such as package manager don't work. Have
2008 May 17
3
Question about graphical UI running R version 2.7.0 (2008-04-22) on Ubuntu Hardy Heron...
Hi All: Tried out a couple of different options suggested earlier, but for some reason I can only get Rcmdr to work properly. Not that that's a problem, but it might have been nice to have a couple of other choices. Just tried out JGR and ended up getting not found errors on several of the menu choices. Installed OK. Just several key menu options such as package manager don't work. Have
2008 Nov 05
1
questions on RKWard
Folks, I'm making progress moving from Windows to Linux and have RKward up and running. I read somewhere that Rkward's supposed to be the Tinn-R for linux and Tinn-R has worked out great for me. So naturally I'd like to do the following, if possible, 1. How to ask Rkward not to load the last saved image. Right now whenever it starts, it loads an image from some obscure corner of my
2019 Jan 29
3
Update RKWard to> = 0.7.0
Hello: I just upgraded my Debian Stretch to version 3.5 by following the instructions here: https://cran.r-project.org/bin/linux/debian/stretch-cran34/ Then I have updated as root the R from inside with: update.packages(.libPaths()[1], ask = F, checkBuilt=TRUE, dependencies = F, repos = "http://mirror.ibcp.fr/pub/CRAN/") When finalizing the update of the R, I execute RKWard and I get
2005 Sep 21
1
rkward
Hi, I'm testing rkward to use in my class. Now I'm using XEmacs, but for many people XEmacs is more complicated than R. Anybody here use this program? It use plugins, what are these plugins? Thanks Ronaldo -- Cada escola que se abre ?? uma cadeia que se fecha. -- |> // | \\ [***********************************] | ( ?? ?? ) [Ronaldo Reis J??nior ] |>
2010 Jun 17
1
RKWARD
Dear list, I have a question. I have the RKward configuration. I don't know what happened but now when I open R I have in my workspace data frames with which I used in the past sessions.How can I set RKward in order to open a new workspace? Thanks a lot [[alternative HTML version deleted]]
2010 Nov 18
1
About R and RKward
Hi all, Has any folk tested or been using RKward? Please shed me some light whether it takes data from the spreadsheet, analyzes the data and puts the data back to the spreadsheet, similar to RExcel and "R and Calc". Or RKward is only an editor of R, working on front-end? I have tested RExcel but it works on Windows. I need a Linux version of similar package. "R and
2011 May 17
4
Box Plot under GUI (R Commander/RKward)
Hi, I am a consultant in Quality Management. I am exploring the use of R with any GUI - R commander/Rkward for doing analytical work. Have installed R, R Commander and Rkward. I hope to learn by doing various exercises that I use for teaching analytical techniques to my clients. I would be posting the data on this mailing list, and the rkward mailing list wherever I get stuck. First such
2009 Jun 02
1
RKWard: R backend requests information
Hello List I've decided to dive into R and found a useful GUI for GNU/Linux (Debian testing/ Squeeze) called RKWard. However, when I fire it up a dialog box appears with the statement "R backend requests information". I have tried entering the path to the R libraries (e.g. /usr/bin/R; /etc/R; and so on) but none of these work, and the darn thing won't go away without
2007 Jul 11
5
elementary statistics with R (rkward?)
Hi, I am trying to learn some basic statistics stuff but I cannot find any elementary statistics exercises using R language. Using RKward would be even better... I need that in analysing sociological data, obtained through questionnairres - findind corelations between variables, relations between different types of data, etc. Could anyone recommend simple tutorials/exercises, available on www
2010 Nov 07
1
64-bit Rkward for Karmic
Does anyone know where I could find a precompiled binary for 64-bit Rkward on karmic. I'm not seeing one on CRAN, but perhaps I've not looked everywhere that I should. Thanks in advance. Best, Patrick
2006 May 23
1
shapes in rgl
Does anyone have a way of producing solid shapes other than spheres in rgl? I am using rgl to produce a simple visualisation of a forest model results using "lollipops". Its just a bit of fun, but as many of the trees are pines I would like to depict their crowns as cones. If there is a solution I need it to work under windows. Here is the example. library(rgl) library(misc3d)
2005 Aug 27
2
writing to a fixed format (fortran) file
Could anyone help with what should be a simple task? I have data as a fixed format (fortran) table. I have no trouble getting it into R using read.table. Each column is separated by a space, including the first column that begins with a space, and aligned. It reads into R as if separated by tabs. However I want to manipulate two columns of data then write the results out into exactly the
2005 Apr 11
8
Building R packages under Windows.
Hello, My question is the following. Has anyone put together an "idiots" checklist of the steps needed to build a (small personal) package under Windows, or documented their own experiences of building packages under Windows? I ask this as last week there were some very interesting comments regarding the advantages of putting personally written functions together as a package
2008 Nov 13
2
growing a list sequentially -- memory management
hello, i have something like: out<-list() for(i in 1:n){ data<-gen(...) #fixed size data out[[i]]<- fun(data) } > object.size(out[[1]]) 6824 In principle 1 GB should allow n = 1024^3/6824 = 157347? i have about 2GB are not taken by other processes. however, I can see the memory shrinking quite rapidly on my system monitor and have to stop the simulation after only n=300. why
2020 May 24
0
Fwd: RKWard and R 4.0.0 - Important bug and workaround
Dear all, as I am providing rkward backports for Debian testing and stable on CRAN, I am forwarding this notice by the main developer. Meanwhile, it has been communicated that R 4.0.1 will be released on June 6. Cheers, Johannes ---------- Weitergeleitete Nachricht ---------- Betreff: RKWard and R 4.0.0 - Important bug and workaround Datum: Sonntag, 24. Mai 2020, 10:14:17 CEST Von: