Re: [R] LINUX SuSE15.4 (GNU & Intel) compiler problem in "configure" file

2023-06-29 Thread Ivan Krylov
On Wed, 28 Jun 2023 16:55:33 +0500 Jannie Pretorius wrote: > ./configure: line 24446: ${}: bad substitution > ## Export LD_LIBRARY_PATH or equivalent. > if eval "test -z \"\*${*${Rshlibpath_var}*}*\""; then > eval "${Rshlibpath_var}=\"${R_LD_LIBRARY_PATH}\"" >

[R] LINUX SuSE15.4 (GNU & Intel) compiler problem in "configure" file

2023-06-28 Thread Jannie Pretorius
Dear R-Support Team: I am fully aware that you are all extremely busy and forward this request as brief and clear as possible: Thank you for the comprehensive Documentation for R-4.3.1 (very helpful) A limitation seems to have emerged, using SuSE SP15.4 (kernel: 5.14.21-150400.22) on an

Re: [R] linux, emacs, R on iPhone/iPad

2022-11-21 Thread Erin Hodgess
Hi Dr. H: I tried this a couple of months ago on my iPad. Everything would load, but when I tried to run R, it would never open. However, my iPad is about 6 years old. Do you need a particular model for the iPad, please? Thanks Erin On Mon, Nov 21, 2022 at 11:03 AM Richard M. Heiberger

[R] linux, emacs, R on iPhone/iPad

2022-11-21 Thread Richard M. Heiberger
I discovered that the "iSH shell" is available for the iPhone/iPad from the Applications app. this is Alpine linux Once iSH is loaded from the App store, then open it to a shell and download apk add emacs apk add R emacs works well for writing files and sending them to a bigger computer by

[R] R Linux Memory Limit error for calculating dissimilarity matrix with Gower distance

2018-10-25 Thread Aerenbkts bkts
Hi all, I am trying to cluster data file with 50K rows and 10 columns with R. Since data contains mixed data types (nominal, continuous etc.) I am using gower distance to create a dissimilarity matrix. But while I was creating the matrix, I got Error: cannot allocate vector of size 4.1 Gb error.

[R] LINUX gfortran.so.3 missing

2018-03-29 Thread Joe W. Byers via R-help
All, I wanted to share this with the users.  I have been having periodic issues with packages loading with a missing gfortran.so.3 file.  I have found this is due to system upgrades to my fedora linux computers to a  newer version of gfortran. I am not sure if other linux flavors have this

[R] Linux Java and R not working together

2013-11-13 Thread Uwe Bohne
Dear community, I almost tried for 3 days now to install rJava and package FSelector on my Linux machine but couldn't do so. I searched all the forums and tried some tricks ... but unfortunately couldn't find any solution. First of all I did try to install rJava in my rkward

Re: [R] windows to remote R(linux) via putty with X11 forwarding

2013-04-08 Thread Nilesh Gupta
On Sun, Apr 7, 2013 at 11:48 PM, S Ellison s.elli...@lgcgroup.com wrote: Another software which can help you is TeamViewer. Install it on Linux as well as windows and you can connect effortlessly between the two The woods are lovely, dark and deep But I have promises to keep And miles before I

Re: [R] windows to remote R(linux) via putty with X11 forwarding

2013-04-07 Thread S Ellison
seems like not possible without X windows onthat putty from windows box Certainly if you want to run R under X windows you will need to run an X server on Windows, typically on top of PuTTY But once you have X running and connected in Windows, just start R from the command line. That's how

Re: [R] windows to remote R(linux) via putty with X11 forwarding

2013-04-05 Thread lejeczek
to remote R(linux) via putty with X11 forwarding does not work for me I mean GUI does not, is there a solution for windows-linux.R + GUI ? regards [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https

[R] windows to remote R(linux) via putty with X11 forwarding

2013-04-04 Thread lejeczek
hi everybody windows to remote R(linux) via putty with X11 forwarding does not work for me I mean GUI does not, is there a solution for windows-linux.R + GUI ? regards [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] windows to remote R(linux) via putty with X11 forwarding

2013-04-04 Thread Prof Brian Ripley
On 04/04/2013 14:46, lejeczek wrote: hi everybody windows to remote R(linux) via putty with X11 forwarding does not work for me I mean GUI does not, is there a solution for windows-linux.R + GUI ? What do you mean by 'GUI'? R does not have a GUI except on Windows (and as an add-on project

Re: [R] SQL query with Multicore option on R -linux

2012-09-21 Thread Heramb Gadgil
can I leverage only 2 / 3 cores of the machine. Regards, Madana -- View this message in context: http://r.789695.n4.nabble.com/SQL-query-with-Multicore-option-on-R-linux-tp4643771.html Sent from the R help mailing list archive at Nabble.com

[R] SQL query with Multicore option on R -linux

2012-09-20 Thread Madana_Babu
') Also let me know how can I leverage only 2 / 3 cores of the machine. Regards, Madana -- View this message in context: http://r.789695.n4.nabble.com/SQL-query-with-Multicore-option-on-R-linux-tp4643771.html Sent from the R help mailing list archive at Nabble.com

[R] linux

2012-05-27 Thread Soheila Khodakarim
Dear All Pleade give me an URL that I can download R for cenos linux 64 bit. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] linux

2012-05-27 Thread Marc Schwartz
On May 27, 2012, at 9:45 AM, Soheila Khodakarim wrote: Dear All Pleade give me an URL that I can download R for cenos linux 64 bit. R is available from the EPEL for RHEL, CentOS and Scientific Linux: http://fedoraproject.org/wiki/EPEL Regards, Marc Schwartz

Re: [R] linux

2012-05-27 Thread ya
to install R on my tiny core linux. Good luck:) ya From: Soheila Khodakarim Date: 2012-05-27 18:15 To: r-help Subject: [R] linux Dear All Pleade give me an URL that I can download R for cenos linux 64 bit. [[alternative HTML version deleted]] __ R-help

Re: [R] linux

2012-05-27 Thread Rich Shepard
On Sun, 27 May 2012, ya wrote: you may need to compile the source code yourself. Then you also need the F77 compiler. It seems most of the linux distro do not have this compiler. You need to find it online yourself. I never succeed in doing this. I would like to know how you proceed this

Re: [R] linux

2012-05-27 Thread ya
Hi Rich£¬ You mean, the R source code package contains the FORTRAN code? I install gcc every time before I try to compile R, still, it shows lack of a bunch of compilers... ya From: Rich Shepard Date: 2012-05-27 18:14 To: r-help Subject: Re: [R] linux On Sun, 27 May 2012, ya wrote: you

Re: [R] linux

2012-05-27 Thread Peter Langfelder
code? I install gcc every time before I try to compile R, still, it shows lack of a bunch of compilers... ya From: Rich Shepard Date: 2012-05-27 18:14 To: r-help Subject: Re: [R] linux On Sun, 27 May 2012, ya wrote: you may need to compile the source code yourself. Then you also

[R] linux

2012-05-23 Thread Soheila Khodakarim
Dear All I can not download R for Linux. I do not know which file I should install? Best Regards, Soheila __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] linux

2012-05-23 Thread Henri-Paul Indiogine
Hi! 2012/5/23 Soheila Khodakarim lkhodaka...@gmail.com: I can not download R for Linux. Usually in Linux you need to give an installation command such as apt-get install The OS will then grab it from a repository for you and install it. It depends on the Linux distribution. Best,

Re: [R] linux

2012-05-23 Thread Kevin E. Thorpe
On 05/23/2012 05:00 AM, Soheila Khodakarim wrote: Dear All I can not download R for Linux. I do not know which file I should install? Best Regards, Soheila Can you provide the list with additional information such as: What Linux distribution? What have you tried? For what it's worth, I

[R] Linux R / Windows client

2012-03-18 Thread Mag Gam
Hello, I am currently running R on ubuntu and everything is working perfectly fine. However, I would like to connect to R via Windows using Eclipse StatEt plugin. Is this possible to do? or do I have to have a version of R running on Windows also? I prefer to have Linux do the heavy lifting and

Re: [R] Linux R / Windows client

2012-03-18 Thread Mag Gam
, 18 Mar 2012 08:56:39 -0400 From: magaw...@gmail.com To: r-help@r-project.org Subject: [R] Linux R / Windows client Hello, I am currently running R on ubuntu and everything is working perfectly fine. However, I would like to connect to R via Windows using Eclipse StatEt plugin

Re: [R] Linux R / Windows client

2012-03-18 Thread jose Bartolomei
Date: Sun, 18 Mar 2012 08:56:39 -0400 From: magaw...@gmail.com To: r-help@r-project.org Subject: [R] Linux R / Windows client Hello, I am currently running R on ubuntu and everything is working perfectly fine. However, I would like to connect to R via Windows using Eclipse StatEt

Re: [R] Linux R / Windows client

2012-03-18 Thread Tobias Verbeke
are available for Linux environment. Then, you can have everything running on Linux http://www.eclipse.org/downloads/ http://www.walware.de/goto/statet Jose Date: Sun, 18 Mar 2012 08:56:39 -0400 From: magaw...@gmail.com To: r-help@r-project.org Subject: [R] Linux R / Windows client

Re: [R] Linux R / Windows client

2012-03-18 Thread Jeff Newmiller
My thought is that your question seems to be about StatET/Eclipse rather than R, so this may not be the best place to ask. I don't know the answer, but since Eclipse works on Linux as well, that might be an option. I also think RStudio might be able to utilize a remote server. As to whether

Re: [R] Linux R / Windows client

2012-03-18 Thread beltrand
Not really answering your question but as an alternative suggestion you can get a nice gui/ide for R on a server by using Rstudio server, which is for Linux only. That way you won't need Windows at all. http://rstudio.org/ -- View this message in context:

[R] R + Linux Ubuntu 10.10

2010-11-20 Thread Maximilien Renard
Hi everyone, I've just installed Linux (K)Ubuntu 10.10 as well as R and I'm stuck with a very annoying problem. I've compiled the latest R version from the sources without any problem, sadly when I start R in a terminal, it does not behave as expected. In fact, I cannot use the arrow keys (up,

Re: [R] R + Linux Ubuntu 10.10

2010-11-20 Thread Tobias Verbeke
Hi Maximilien, On 11/20/2010 01:51 PM, Maximilien Renard wrote: I've just installed Linux (K)Ubuntu 10.10 as well as R and I'm stuck with a very annoying problem. I've compiled the latest R version from the sources without any problem, sadly when I start R in a terminal, it does not behave as

Re: [R] R + Linux Ubuntu 10.10

2010-11-20 Thread Maximilien Renard
Thank you for your very quick answers ! In fact, re-compiling it with readline support did the trick. Have a nice day! Maximilien On 20 November 2010 14:08, Tobias Verbeke tobias.verb...@openanalytics.eu wrote: Hi Maximilien, On 11/20/2010 01:51 PM, Maximilien Renard wrote: I've just

Re: [R] R + Linux Ubuntu 10.10

2010-11-20 Thread Dirk Eddelbuettel
On 20 November 2010 at 14:16, Maximilien Renard wrote: | Thank you for your very quick answers ! | | In fact, re-compiling it with readline support did the trick. Good but you may still want to read http://cran.r-project.org/bin/linux/ubuntu as there is no reason to rebuild the package

Re: [R] LAPACK lib problem, lme4, lastest R, Linux

2010-11-14 Thread Ron Burns
. : [ 47 ] wow (ron) ldd /usr/lib/R/bin/exec/R linux-gate.so.1 = (0x00533000) libR.so = /usr/lib/libR.so (0x0073e000) libc.so.6 = /lib/libc.so.6 (0x0011) libf77blas.so.3gf = /usr/lib/libf77blas.so.3gf (0x00ed4000) libatlas.so.3gf = /usr/lib/libatlas.so.3gf (0x0026e000) libgfortran.so.3 = /usr/lib

[R] LAPACK lib problem, lme4, lastest R, Linux

2010-11-13 Thread Ron Burns
of linear algebra routines 3 - shared version [ 44 ] wow (ron) I did see a message indicating Also do 'ldd /usr/lib/R/bin/exec/R' and make sure you do _not_ have a depends on Rlapack.so. : [ 47 ] wow (ron) ldd /usr/lib/R/bin/exec/R linux-gate.so.1 = (0x00533000

Re: [R] Linux 64-bit R installation problem - Failed dependencies

2010-10-08 Thread noclue_
Hi. Marc, Thanks so much for your reply. Have a nice weekend! Tim -- Original Message -- From: Marc Schwartz-3 [via R] ml-node+2966675-202718177-75...@n4.nabble.com To: noclue_ tim@netzero.net Subject: Re: Linux 64-bit R installation problem - Failed dependencies Date: Thu,

[R] Linux 64-bit R installation problem - Failed dependencies

2010-10-07 Thread noclue_
I am trying to install 64 bit R on Linux. But I got the following error - rpm -i R-core-2.10.0-2.fc11.x86_64.rpm warning: R-core-2.10.0-2.fc11.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 97d3544e error: Failed dependencies: /bin/bash is needed by R-core-2.10.0-2.fc11.x86_64

Re: [R] Linux 64-bit R installation problem - Failed dependencies

2010-10-07 Thread Marc Schwartz
On Oct 7, 2010, at 3:50 AM, noclue_ wrote: I am trying to install 64 bit R on Linux. But I got the following error - rpm -i R-core-2.10.0-2.fc11.x86_64.rpm warning: R-core-2.10.0-2.fc11.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 97d3544e error: Failed dependencies:

Re: [R] Linux Editor

2010-09-12 Thread Dejian Zhao
Try SciViews-K, an extension for Komodo Edit to transform it into a R editor and GUI. http://www.sciviews.org/SciViews-K/index.html On 2010-8-2 23:35, alphaace wrote: Hi Everyone, I recently have started using R again on a Linux box after spending several years on a Mac. Last I checked, the

[R] Linux Editor

2010-08-02 Thread alphaace
Hi Everyone, I recently have started using R again on a Linux box after spending several years on a Mac. Last I checked, the best way to use R was through EMACS using something like ESS. I remember that being serviceable but not always the most convenient. Is there anything comparable to the

Re: [R] Linux Editor

2010-08-02 Thread Seeliger . Curt
Is there anything comparable to the mac version of R with its built in console, editor, etc?? Aside from ESS/EMACS, you might try JGR, Tinn-R and Eclipse with StatET. The later has the most features and is the best IDE, and we're in the process of migrating to it from Tinn-R. cur -- Curt

Re: [R] Linux Editor

2010-08-02 Thread Scionforbai
Hi, I recently have started using R again on a Linux box after spending several years on a Mac. Last I checked, the best way to use R was through EMACS using something like ESS. I remember that being serviceable but not always the most convenient. Is there anything comparable to the mac

Re: [R] Linux Editor

2010-08-02 Thread Michael Lachmann
[shameless plug] I use TeXmacs with R. You can have R in a session. And you can even insert graphs into your session. http://www.texmacs.org/tmweb/plugins/statistics.en.html#r (But then, I wrote the interface between R and TeXmacs) Michael -- View this message in context:

Re: [R] Linux Editor

2010-08-02 Thread Bos, Roger
), though I wish it were. -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of seeliger.c...@epamail.epa.gov Sent: Monday, August 02, 2010 11:49 AM To: r-help@r-project.org Subject: Re: [R] Linux Editor Is there anything comparable

Re: [R] Linux Editor

2010-08-02 Thread Liviu Andronic
On Mon, 2 Aug 2010 08:48:54 -0700 seeliger.c...@epamail.epa.gov wrote: Is there anything comparable to the mac version of R with its built in console, editor, etc?? Aside from ESS/EMACS, you might try JGR, Tinn-R and Eclipse with StatET. The later has the most features and is the best IDE,

Re: [R] Linux Editor

2010-08-02 Thread Joseph Magagnoli
In addition, there is SciViews for Komodo edit http://www.sciviews.org/SciViews-K/ Joe On Mon, Aug 2, 2010 at 10:35 AM, alphaace rsa...@comcast.net wrote: Hi Everyone, I recently have started using R again on a Linux box after spending several years on a Mac. Last I checked, the best way

Re: [R] Linux Editor

2010-08-02 Thread Shige Song
Michael, Does TexMacs works with the latest R? Shige On Tue, Aug 3, 2010 at 1:16 AM, Michael Lachmann lachm...@eva.mpg.de wrote: [shameless plug] I use TeXmacs with R. You can have R in a session. And you can even insert graphs into your session.

Re: [R] Linux Editor

2010-08-02 Thread Michael Bibo
alphaace rsaber at comcast.net writes: Hi Everyone, I recently have started using R again on a Linux box after spending several years on a Mac. Last I checked, the best way to use R was through EMACS using something like ESS. I remember that being serviceable but not always the most

Re: [R] Linux Editor

2010-08-02 Thread Michael Lachmann
In general, yes. I work with it all the time, with the latest R (2.11.1) However, I am using an older version of TeXmacs - 1.0.7.2, working with the X11 interface. When I try a newer version, 1.0.7.3 compiled with the QT interface on OSX, and 1.0.7.4, I seem to have problems. I'm still not

Re: [R] Linux Editor

2010-08-02 Thread Shige Song
Dear Michael, Thanks for the effort. I am running 64-bit Ubuntu Linux. Shige On Tue, Aug 3, 2010 at 8:17 AM, Michael Lachmann lachm...@eva.mpg.de wrote: In general, yes. I work with it all the time, with the latest R (2.11.1) However, I am using an older version of TeXmacs - 1.0.7.2, working

Re: [R] Linux-Windows problem

2010-07-06 Thread Bos, Roger
:04 AM To: Ildiko Varga Cc: r-help@r-project.org Subject: Re: [R] Linux-Windows problem On 05.07.2010 14:31, Ildiko Varga wrote: Dear All, I faced the following problem. With the same data.frame the results are different under Linux and Windows. Could you help on this topic? I guess you

Re: [R] Linux-Windows problem

2010-07-06 Thread Henrik Bengtsson
that would be appreciated. Thanks, Roger -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Uwe Ligges Sent: Monday, July 05, 2010 10:04 AM To: Ildiko Varga Cc: r-help@r-project.org Subject: Re: [R] Linux-Windows problem

Re: [R] Linux-Windows problem

2010-07-06 Thread Uwe Ligges
...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Uwe Ligges Sent: Monday, July 05, 2010 10:04 AM To: Ildiko Varga Cc: r-help@r-project.org Subject: Re: [R] Linux-Windows problem On 05.07.2010 14:31, Ildiko Varga wrote: Dear All, I faced the following problem. With the same

Re: [R] Linux-Windows problem

2010-07-06 Thread Bos, Roger
Varga; r-help Subject: Re: [R] Linux-Windows problem Sorry for asking the obvious, but have you confirmed that you are running the same version of R on both systems? /H On Tue, Jul 6, 2010 at 2:11 PM, Bos, Roger roger@rothschild.com wrote: Uwe, I suspect I might be having a similar

Re: [R] Linux-Windows problem

2010-07-06 Thread Duncan Murdoch
Cc: Uwe Ligges; Ildiko Varga; r-help Subject: Re: [R] Linux-Windows problem Sorry for asking the obvious, but have you confirmed that you are running the same version of R on both systems? /H On Tue, Jul 6, 2010 at 2:11 PM, Bos, Roger roger@rothschild.com wrote: Uwe, I suspect I might

[R] Linux-Windows problem

2010-07-05 Thread Ildiko Varga
Dear All, I faced the following problem. With the same data.frame the results are different under Linux and Windows. Could you help on this topic? Thanks in advance, Ildiko Linux: d = read.csv(CRP.csv) d$drugCode = as.numeric(d$drug) cor(d, use=pairwise.complete.obs) PATIENT

Re: [R] Linux-Windows problem

2010-07-05 Thread Uwe Ligges
On 05.07.2010 14:31, Ildiko Varga wrote: Dear All, I faced the following problem. With the same data.frame the results are different under Linux and Windows. Could you help on this topic? I guess you read in the data differently since you have different default encodings on both platforms

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread Prof Brian Ripley
On Wed, 2 Jun 2010, Matt Shotwell wrote: This is not an issue with R, but with gfortran. See the following: http://gcc.gnu.org/wiki/GFortran#news (under heading gfortran 4.5) http://gcc.gnu.org/ml/fortran/2010-04/msg00061.html Also, I suspect you are using a precompiled gcc/gfortran, and it

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
this distribution and would I need to completely reinstall the gcc package from that version that includes gfortran and other compilers or can I simply add gfortran to my existing packages? Thanks -- View this message in context: http://r.789695.n4.nabble.com/R-linux-install-FORTRAN-compiling-error

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
P.S. My linux machine has the following info: Red Hat Enterprise Linux Server release 5.5 (Tikanga) -- View this message in context: http://r.789695.n4.nabble.com/R-linux-install-FORTRAN-compiling-error-tp2240821p2241770.html Sent from the R help mailing list archive at Nabble.com

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread Marc Schwartz
On Jun 3, 2010, at 9:17 AM, vaneet wrote: Thanks for your replies. I understand you think the best solution is to find the gfortran and possibly libgfortran packages from the version of my Linux and gcc distribution which according to a quick check is the following (also this is a 64 bit

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
://r.789695.n4.nabble.com/R-linux-install-FORTRAN-compiling-error-tp2240821p2241862.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
me know how. Thanks -- View this message in context: http://r.789695.n4.nabble.com/R-linux-install-FORTRAN-compiling-error-tp2240821p2241875.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread Marc Schwartz
On Jun 3, 2010, at 10:38 AM, vaneet wrote: I tried downloading the pre-built binaries of R from this website and then installing the rpms but is seems they depend on so many other packages to be installed first. I tried simply the R package first: warning: R-2.11.0-1.el5.x86_64.rpm:

[R] R linux install: FORTRAN compiling error

2010-06-03 Thread R P Herrold
On Thu, 3 Jun 2010, vaneet wrote: Is there any way I can get an RPM that has all the necessary packages built in to install and run R? Or do I have to find all these packages that are needed to install these 'R' rpms for which many are not found on the FedoraProject website (libgfortran,

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
Thanks for your help, I was able to get someone with root access to execute the yum command for me and install R on the linux machine and it work!! -- View this message in context: http://r.789695.n4.nabble.com/R-linux-install-FORTRAN-compiling-error-tp2240821p2242362.html Sent from the R help

[R] R linux install: FORTRAN compiling error

2010-06-02 Thread vaneet
before this I tried the g95 fortran compiler and the same thing happened, how can I fix this problem, any help on this matter would be greatly appreciated. Thanks -- View this message in context: http://r.789695.n4.nabble.com/R-linux-install-FORTRAN-compiling-error-tp2240821p2240821.html Sent from

Re: [R] R linux install: FORTRAN compiling error

2010-06-02 Thread Matt Shotwell
This is not an issue with R, but with gfortran. See the following: http://gcc.gnu.org/wiki/GFortran#news (under heading gfortran 4.5) http://gcc.gnu.org/ml/fortran/2010-04/msg00061.html Also, I suspect you are using a precompiled gcc/gfortran, and it assumes you have libmpc.so.2

Re: [R] Linux System Function

2010-04-24 Thread Ryan Garner
Clever solution. I use paste alot and didn't think to use it for this problem. Thanks! -- View this message in context: http://r.789695.n4.nabble.com/Linux-System-Function-tp2063058p2063113.html Sent from the R help mailing list archive at Nabble.com.

[R] Linux System Function

2010-04-23 Thread Ryan Garner
How do I pass a filename as an argument to the system command to count the number of records in that file? I only know how to do it by hardcoding it. HARDCODING EXAMPLE test - matrix(1:20,ncol=5) write(x = test,file = test.txt) records - as.numeric(system(cat test.txt | wc -l,intern = TRUE))

Re: [R] Linux System Function

2010-04-23 Thread Marc Schwartz
On Apr 23, 2010, at 6:07 PM, Ryan Garner wrote: How do I pass a filename as an argument to the system command to count the number of records in that file? I only know how to do it by hardcoding it. HARDCODING EXAMPLE test - matrix(1:20,ncol=5) write(x = test,file = test.txt) records -

[R] (linux) display messages in R startup screen

2010-02-11 Thread Wolfgang Raffelsberger
Dear guRus, I'm maintaining central R installation (Linux) for our institute. The startup screen of R traditionally echoes some messages (starting with R version ...Copyright (C).. The R Foundation for Statistical Computing...) and I'd like to display for example right after these messages

Re: [R] (linux) display messages in R startup screen

2010-02-11 Thread Dirk Eddelbuettel
On 11 February 2010 at 12:08, Wolfgang Raffelsberger wrote: | I'm maintaining central R installation (Linux) for our institute. The | startup screen of R traditionally echoes some messages (starting with R | version ...Copyright (C).. The R Foundation for Statistical | Computing...) and I'd

[R] PLoS, Arial, R linux

2009-11-19 Thread Ted Harding
Greetings All. According to the PLoS (Public Library of Science) Guidelines for Figure preparation, if a figure is submitted as EPS rather than TIFF then Figure text must be in Arial font -- see: [1] http://www.plosntds.org/static/figureGuidelines.action#text and also other sections in that

Re: [R] PLoS, Arial, R linux

2009-11-19 Thread Liviu Andronic
Hello On Thu, Nov 19, 2009 at 11:00 AM, Ted Harding ted.hard...@manchester.ac.uk wrote: While there is a section (Enable the use of Arial in R) in the Guidelines (URL [2]), the instructions assume the presence of Arial .ttf files, not usually the case with Linux. If you have a Windows

Re: [R] PLoS, Arial, R linux

2009-11-19 Thread Deepayan Sarkar
On Thu, Nov 19, 2009 at 4:30 PM, Ted Harding ted.hard...@manchester.ac.uk wrote: Greetings All. According to the PLoS (Public Library of Science) Guidelines for Figure preparation, if a figure is submitted as EPS rather than TIFF then Figure text must be in Arial font -- see: [1]

Re: [R] PLoS, Arial, R linux

2009-11-19 Thread Ted Harding
On 19-Nov-09 11:52:57, Deepayan Sarkar wrote: On Thu, Nov 19, 2009 at 4:30 PM, Ted Harding ted.hard...@manchester.ac.uk wrote: Greetings All. According to the PLoS (Public Library of Science) Guidelines for Figure preparation, if a figure is submitted as EPS rather than TIFF then Figure text

[R] [Follow-up] Re: PLoS, Arial, R linux

2009-11-19 Thread Ted Harding
See Addendum at end. On 19-Nov-09 12:17:54, Ted Harding wrote: On 19-Nov-09 11:52:57, Deepayan Sarkar wrote: On Thu, Nov 19, 2009 at 4:30 PM, Ted Harding ted.hard...@manchester.ac.uk wrote: Greetings All. According to the PLoS (Public Library of Science) Guidelines for Figure preparation,

[R] [Follow-up] Re: PLoS, Arial, R linux

2009-11-19 Thread Dirk Eddelbuettel
On 19 November 2009 at 13:00, (Ted Harding) wrote: | However, | (a) I do not have the 'ttf2afm' program; | (b) Synaptic cannot find it in the repositories. | | So, I'm off on another hunt! i) You should try to get over the 'Synaptic is the only interface to package' syndrome. It limits

Re: [R] [Follow-up] Re: PLoS, Arial, R linux

2009-11-19 Thread Liviu Andronic
On 11/19/09, Ted Harding ted.hard...@manchester.ac.uk wrote: However, (a) I do not have the 'ttf2afm' program; (b) Synaptic cannot find it in the repositories. http://packages.debian.org/search?searchon=contentskeywords=ttf2afmmode=exactfilenamesuite=testingarch=any Liviu

Re: [R] [Follow-up] Re: PLoS, Arial, R linux

2009-11-19 Thread Frank E Harrell Jr
Also see of the journal will let you use NimbusSan: pdf('my.pdf', onefile=FALSE, pointsize=18, family=NimbusSan,height=6,width=8,paper=special) ... dev.off() embedFonts('my.pdf') Frank Dirk Eddelbuettel wrote: On 19 November 2009 at 13:00, (Ted Harding) wrote: | However, | (a) I do not

Re: [R] Linux R version: best?

2009-09-11 Thread Patrick Connolly
On Thu, 10-Sep-2009 at 04:47PM -0400, S. Few wrote: | For my Redhat 5.2 Linux box, which version of R would be most stable? Redhat 5.2 is *very* old. That was around about the time of Windows98, IIRC. Or do you mean RHEL 5.2? | | I am doing forecasting, statistics, etc. | | | Thanks! | |

[R] Linux R version: best?

2009-09-10 Thread S. Few
For my Redhat 5.2 Linux box, which version of R would be most stable? I am doing forecasting, statistics, etc. Thanks! Steve __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Linux R version: best?

2009-09-10 Thread Steve Lianoglou
Hi, On Sep 10, 2009, at 4:47 PM, S. Few wrote: For my Redhat 5.2 Linux box, which version of R would be most stable? I am doing forecasting, statistics, etc. I believe the conventional wisdom is to always download the latest version ... and also, typically, update your current version to

Re: [R] Linux R version: best?

2009-09-10 Thread Marc Schwartz
On Sep 10, 2009, at 4:33 PM, Steve Lianoglou wrote: Hi, On Sep 10, 2009, at 4:47 PM, S. Few wrote: For my Redhat 5.2 Linux box, which version of R would be most stable? I am doing forecasting, statistics, etc. I believe the conventional wisdom is to always download the latest version

[R] Linux Installation Version

2009-06-29 Thread Patrick Gedeon
Hello, I would like to download the correct R program RMP for my linux distribution, but I am not sure which one I need. The results of a cat /proc/version is: Linux version 2.6.23-9.ydl6.1 (r...@build2.terraplex.com) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-52.ydl.1)) #1 SMP Sat Jan 26

Re: [R] Linux Installation Version

2009-06-29 Thread Mark Knecht
On Mon, Jun 29, 2009 at 12:54 PM, Patrick Gedeonpatrick.ged...@gmail.com wrote: Hello, I would like to download the correct R program RMP for my linux distribution, but I am not sure which one I need. The results of a cat /proc/version is: Linux version 2.6.23-9.ydl6.1

[R] Linux 64-bit server crashes on large dataset

2009-01-21 Thread Katrine Damgaard
Hello everybody! We have a problem with a linux server that crashes when we try to read large datasets in R. The R code is as followed: komplett - read.spss(komplett2003aar.sav, to.data.frame =TRUE, reencode =Latin1) The information about the linux server is: Linux version 2.6.24-19-generic

[R] Problem with compiling shared C/C++ library for loading into R (Linux)

2009-01-10 Thread Samsiddhi Bhattacharjee
I am using the .Call interface to call c++ code from R. For that, I am trying to create a dynamic library (mylib.so) using R CMD SHLIB by linking my own c++ code and an external c++ library (blitz++). The makefile works fine on my Mac, produces mylib.so and I am able to call .Call() from R, but

[R] Problem with compiling shared C/C++ library for loading into R (Linux)

2009-01-10 Thread Samsiddhi Bhattacharjee
Dear all, Sorry about posting this to R-help by mistake. I just realized it belongs to the r-devel list. So I am reposting it there. - I am using the .Call interface to call c++ code from R. For that, I am trying to create a dynamic library (mylib.so) using R CMD SHLIB by linking my

[R] Linux words file

2009-01-03 Thread Erin Hodgess
Dear R People: I have a small function that solves the Jumble puzzle from the newspaper (I know...big deal). It uses the the Linux words file. My question is: is there a similar words file for Windows, please? Thanks, Happy New (Gnu) Year. Sincerely, Erin -- Erin Hodgess Associate

Re: [R] Linux words file

2009-01-03 Thread Duncan Murdoch
On 03/01/2009 4:39 PM, Erin Hodgess wrote: Dear R People: I have a small function that solves the Jumble puzzle from the newspaper (I know...big deal). It uses the the Linux words file. My question is: is there a similar words file for Windows, please? As far as I know Windows doesn't

Re: [R] Linux words file

2009-01-03 Thread Ted Harding
On 03-Jan-09 21:39:55, Erin Hodgess wrote: Dear R People: I have a small function that solves the Jumble puzzle from the newspaper (I know...big deal). It uses the the Linux words file. My question is: is there a similar words file for Windows, please? Thanks, Happy New (Gnu) Year.

Re: [R] linux batch question

2008-10-29 Thread Rolf Turner
On 30/10/2008, at 10:46 AM, [EMAIL PROTECTED] wrote: I usually just run my R programs at the R command prompt but for my latest one I want to save any output that gets written to the screen so I am trying to use R CMD BATCH and send the output to an output file. I realize I could use sink

Re: [R] linux batch question

2008-10-29 Thread markleeds
thanks Rolf. Yes, I meant temp.R. I was going to use test.R but then I realized that I already had a program named that. I think the R gods are really hating me !!! it's a very odd thing. I'll grep the file because maybe the output is in there somewhere and i'm missing it ? On Wed,

Re: [R] R + Linux

2008-06-08 Thread Hank Stevens
I typically use a Mac (I love it) with Aquamacs, LaTeX, and R, and recently started using Linux Ubuntu as well. Ubuntu is the only distribution I have ever tried, and I really like it. I like it so much that I would have made my switch complete, but cannot find replacement for the PDF cut

[R] R + Linux

2008-06-06 Thread steven wilson
Dear all; I'm planning to install Linux on my computer to run R (I'm bored of W..XP). However, I haven't used Linux before and I would appreciate, if possible, suggestions/comments about what could be the best option install, say Fedora, Ubuntu or OpenSuse which to my impression are the most

Re: [R] R + Linux

2008-06-06 Thread Douglas Bates
On Fri, Jun 6, 2008 at 1:13 PM, steven wilson [EMAIL PROTECTED] wrote: Dear all; I'm planning to install Linux on my computer to run R (I'm bored of W..XP). However, I haven't used Linux before and I would appreciate, if possible, suggestions/comments about what could be the best option

Re: [R] R + Linux

2008-06-06 Thread Kevin E. Thorpe
Any of the three distros mentioned are sure to be fine. Personally, I find the sysadmin tool in opensuse to be fantastic for a novice. It comes down to preference. Try some live versions of the distros to see what you like best. Douglas Bates wrote: On Fri, Jun 6, 2008 at 1:13 PM, steven

Re: [R] R + Linux

2008-06-06 Thread Markus Jäntti
I have both Debian, Ubuntu, RedHat and CentOS systems, and primary run R on the Debian and RedHat machines. I have encountered few problems running R on RedHat/CentOS, but I do think the Debian/Ubuntu package management system, combined with the kind provision of packages, makes life a lot

  1   2   >