Re: [R] Problems with R

2013-10-11 Thread S Ellison
> I have recently installed R and am trying to do some work on it. Congratulations; you are learning one of (possibly the) world's most powerful statistics environments. > To be honest I'm finding it a PAIN to [use?]. You can have cheap, powerful, easy to use statistics software. Pick any two.

Re: [R] Problems with R

2013-10-10 Thread Jeff Newmiller
Wow, that really sounds terrible. Is someone making you use R? For my tasks it is generally an improvement over other tools. Sometimes it can be a bit puzzling, but often the result works more reliably and it gives me warnings when my data are messed up. If you have a better tool for your work,

Re: [R] Problems with R

2013-10-10 Thread Ista Zahn
On Thu, Oct 10, 2013 at 11:09 AM, Mash Hamid wrote: > > Hi, > > I have recently installed R and am trying to do some work on it. To be honest > I'm finding it a PAIN to you. To me? > > I use Mac and I can open stata dta. files in R Great, glad to hear it's working! > > despite using the c

[R] Problems with R

2013-10-10 Thread Mash Hamid
Hi, I have recently installed R and am trying to do some work on it. To be honest I'm finding it a PAIN to you. I use Mac and I can open stata dta. files in R despite using the commands suggested to me and I have been trying to get figure out how to do reduced rank regression on it and the manu

Re: [R] Problems with R package building

2013-06-20 Thread jpm miao
Hi, What do you mean by "Windows in a Windows console window"? Is it the black screen of DOS? I change the directory of the DOS window to D:\R\pkgtest D:\R\pkgtest\test1pkg and run the command R CMD build test1pkg under each of the two paths, and the error message remains. Miao 2013

Re: [R] Problems with R package building

2013-06-20 Thread Berend Hasselman
On 20-06-2013, at 10:01, jpm miao wrote: > Hi, > > Following your advice, I install R tools from > http://cran.r-project.org/bin/windows/Rtools/ > Rtools215.exe > > Files are automatically installed here: > C:\Rtools > > I run t

Re: [R] Problems with R package building

2013-06-20 Thread jpm miao
I ran it in a common window of R. It's said that I need to run it under DOS. I also open the command window of DOS C:\Documents and Settings\miao ,where miao is my username, and ran it, but it doesn't work either. An error message emerges. Miao 2013/6/20 Pascal Oettli > Hi, > > Did you run "

Re: [R] Problems with R package building

2013-06-20 Thread Pascal Oettli
Hi, Did you run "R CMD build test1pkg" in a command prompt window? Regards, Pascal On 20/06/13 17:01, jpm miao wrote: Hi, Following your advice, I install R tools from http://cran.r-project.org/bin/windows/Rtools/ Rtools215.exe

Re: [R] Problems with R package building

2013-06-20 Thread jpm miao
Hi, Following your advice, I install R tools from http://cran.r-project.org/bin/windows/Rtools/ Rtools215.exe Files are automatically installed here: C:\Rtools I run the code again and get the message Creating directories ... Er

Re: [R] Problems with R package building

2013-06-14 Thread Michael Weylandt
On Jun 14, 2013, at 7:18, jpm miao wrote: > Hi, > > I try to build a toy package by running the following codes in an R > program > > require(stats) > f <- function(x,y) x+y > g <- function(x,y) x-y > d <- data.frame(a=1, b=2) > e <- rnorm(1000) > package.skeleton(list=c("f","g","d","e"), na

[R] Problems with R package building

2013-06-13 Thread jpm miao
Hi, I try to build a toy package by running the following codes in an R program require(stats) f <- function(x,y) x+y g <- function(x,y) x-y d <- data.frame(a=1, b=2) e <- rnorm(1000) package.skeleton(list=c("f","g","d","e"), name="test1pkg", path="D:/R/pkgtest") Then the program runs smoot

Re: [R] problems with R startup in mac

2012-07-29 Thread Prof Brian Ripley
Please post on R-sig-mac (see the posting guide, footer of this email). They will need to know how you are running R (command-line or R.app) and your language settings. On 29/07/2012 09:32, 肖文迪 wrote: Dear sir/madam, I encountered some problems when running R on my computer. To be honest, I

Re: [R] problems with R startup in mac

2012-07-29 Thread peter dalgaard
On Jul 29, 2012, at 10:32 , 肖文迪 wrote: > Dear sir/madam, > > I encountered some problems when running R on my computer. To be honest, I > am only a beginner of computer programming and I have no idea how to deal > with it. I have tried to change the font in "system preference" but it did > not w

[R] problems with R startup in mac

2012-07-29 Thread 肖文迪
Dear sir/madam, I encountered some problems when running R on my computer. To be honest, I am only a beginner of computer programming and I have no idea how to deal with it. I have tried to change the font in "system preference" but it did not work. Can you tell me how to get it right? The syste

Re: [R] Problems with R Commander version 1.8-3

2012-03-28 Thread John Fox
ology McMaster University Hamilton, Ontario, Canada http://socserv.mcmaster.ca/jfox > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of petre...@unina.it > Sent: March-28-12 4:24 AM > To: r-help@r-project.org > Sub

[R] Problems with R Commander version 1.8-3

2012-03-28 Thread petretta
Dear all, I use R 2.14.2 for Windows XP I have no problem with R Commander version 1.7-2, but now I have a problem with R Commander (Rcmdr) version 1.8-3. After I lunch R Commander (sdi as well standard) if I try to import data (i. from Stata datafile) I have this Warning message: Error i

[R] Problems with R make - related to blas

2008-10-30 Thread William Hudspeth
Hello, I am having problems installing R-2.7.2 on a maching running OpenSUSE Linux 10.2. Initially, R couldn't find a Fortran compiler, so I downloaded and installed compat-g77-3.3.5-38.i586.rpm. I then set FPICFLAGS=fPIC in the config.site file. I next configured using ./configure, with no er

Re: [R] Problems with R memory usage on Linux

2008-10-15 Thread Prof Brian Ripley
Or ?"Memory-limits" (and the posting guide of course). On Wed, 15 Oct 2008, Prof Brian Ripley wrote: See ?"Memory-size" On Wed, 15 Oct 2008, B. Bogart wrote: Hello all, I'm working with a large data-set, and upgraded my RAM to 4GB to help with the mem use. I've got a 32bit kernel with 64GB

Re: [R] Problems with R memory usage on Linux

2008-10-15 Thread repkakala Gazeta.pl
Doen't work. \misiek Prof Brian Ripley wrote: > See ?"Memory-size" > On Wed, 15 Oct 2008, B. Bogart wrote: [...] [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

Re: [R] Problems with R memory usage on Linux

2008-10-15 Thread Prof Brian Ripley
See ?"Memory-size" On Wed, 15 Oct 2008, B. Bogart wrote: Hello all, I'm working with a large data-set, and upgraded my RAM to 4GB to help with the mem use. I've got a 32bit kernel with 64GB memory support compiled in. gnome-system-monitor and free both show the full 4GB as being available.

[R] Problems with R memory usage on Linux

2008-10-15 Thread B. Bogart
Hello all, I'm working with a large data-set, and upgraded my RAM to 4GB to help with the mem use. I've got a 32bit kernel with 64GB memory support compiled in. gnome-system-monitor and free both show the full 4GB as being available. In R I was doing some processing and I got the following mess