[R] problem in saving the history file '~/.Rhistory'

2019-06-26 Thread lejeczek via R-help
hi guys, I'm on Centos 7.6 with R 3.6 and I see this: >  Save workspace image? [y/n/c]: y Warning message: problem in saving the history file '~/.Rhistory'  from strace: rt_sigaction(SIGWINCH, {SIG_DFL, [], SA_RESTORER, 0x7fb9dd34b5d0}, {0x7fb9dc383820, [], SA_RESTORER|SA_RESTART,

Re: [R] mzR fails to install/compile (linuxes)

2018-06-18 Thread lejeczek via R-help
directly by opening an issue on the maintainer's github   https://github.com/sneumann/mzR/issues/ this is linked to from the package 'landing page'   https://bioconductor.org/packages/mzR Martin Morgan On 06/15/2018 10:49 AM, lejeczek via R-help wrote: hi guys, just an admin here. I wonder

[R] rgdal in 3.5 fails(?)

2018-06-15 Thread lejeczek via R-help
hi there installation of the package fails: ... g++ -m64 -std=gnu++11 -I"/usr/include/R" -DNDEBUG -I/usr/include/gdal -I/tmp/RtmpPEjOIB/R.INSTALL952df53b77184/rgdal/inst/include -I/tmp/RtmpPEjOIB/R.INSTALL952df53b77184/rgdal/inst/include -I"/usr/lib64/R/library/sp/include"

[R] mzR fails to install/compile (linuxes)

2018-06-15 Thread lejeczek via R-help
hi guys, just an admin here. I wonder if anybody see what I see, or similar? I'm on Centos 7.x and this occurs with R 3.4.x 3.5.x and probably earlier versions too. Every time I use something like -j>1 to pass to a compiler, eg.echo -ne $ "Sys.setenv(MAKEFLAGS = \"-j2\")\\n

[R] R re-base/compile problem

2016-12-01 Thread lejeczek via R-help
hi everyone. this will be a bit rpm packaging related, not sure if more than R itself but before going to rpm gang I hoped someone here knows: why this: byte-compiling package 'compiler' Warning in file(datafile, "wb") : cannot open file

Re: [R] does segfault mean (always) a bug?

2015-05-06 Thread lejeczek
On 06/05/15 09:32, Martin Maechler wrote: Duncan Murdoch murdoch.dun...@gmail.com on Tue, 5 May 2015 15:36:59 -0400 writes: On 05/05/2015 2:54 PM, lejeczek wrote: hi eveybody I'm trying something simple (Biocunductor packages), so simple I believe it's example

Re: [R] does segfault mean (always) a bug?

2015-05-06 Thread lejeczek
On 05/05/15 20:36, Duncan Murdoch wrote: On 05/05/2015 2:54 PM, lejeczek wrote: hi eveybody I'm trying something simple (Biocunductor packages), so simple I believe it's example from docs but I get segfault. I don't suppose incorrect scripting can cause segfault, right? In R, a segfault

[R] does segfault mean (always) a bug?

2015-05-05 Thread lejeczek
hi eveybody I'm trying something simple (Biocunductor packages), so simple I believe it's example from docs but I get segfault. I don't suppose incorrect scripting can cause segfault, right? regards __ R-help@r-project.org mailing list -- To

Re: [R] Building R for better performance

2014-09-10 Thread lejeczek
hi, I can confirm that MKL even with gcc (and on AMD Opterons) is damn fast! I tried R-benchmark-25 and MASS-ex but Intel's own link advisor is rubbish, I mean look at this: -Wl,--start-group $(MKLROOT)/lib/intel64/libmkl_intel_lp64.a $(MKLROOT)/lib/intel64/libmkl_core.a

Re: [R] Building R for better performance

2014-09-01 Thread lejeczek
could you tell us if the same/similar performance benefits we should expect when gnu complier suite + MKL are teamed up? and how to configure such a compilation? many thanks On 04/03/14 21:44, Anspach, Jonathan P wrote: Greetings, I'm a software engineer with Intel. Recently I've been

Re: [R] Building R for better performance

2014-09-01 Thread lejeczek
could you tell us if the same/similar performance benefits we should expect when gnu complier suite + MKL are teamed up? and how to configure such a compilation? many thanks On 04/03/14 21:44, Anspach, Jonathan P wrote: Greetings, I'm a software engineer with Intel. Recently I've been

Re: [R] custom startup/welcome message

2013-04-05 Thread lejeczek
On 04/05/13 03:43, Prof Brian Ripley wrote: On 04/04/2013 21:31, R. Michael Weylandt wrote: On Thu, Apr 4, 2013 at 9:49 AM, lejeczek pelj...@yahoo.co.uk wrote: yeap, I've done it, I was hoping for a complete customization, and even Rprofile.site adds only to what is being printed by default

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

2013-04-05 Thread lejeczek
to answer (partially) my own question seems like not possible without X windows onthat putty from windows box R help - how to make R plot under Linux http://r.789695.n4.nabble.com/how-to-make-R-plot-under-Linux-td1562060.html regards On 04/04/13 14:46, lejeczek wrote: hi everybody windows

[R] multi user environment concept of access/authorization levels

2013-04-05 Thread lejeczek
hi everybody the subject may seem a bit over the top but, I wonder if there is way in R to separate/segregate users into different access levels/categories simply, user A cannot perform certain tasks, cannot use certain libraries or their certainfunctions? possible now? in the futuremaybe?

[R] list filter rules

2013-04-05 Thread lejeczek
hi moderators off R topic anything I post to the list gets held... makes me sad, why me? regards [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] custom startup/welcome message

2013-04-04 Thread lejeczek
hi everybody I wonder if there is a simple way, but not simple would be ok too, to customize info/welcome page at session start time? what I'd like to do is to put together simple short howto / dos don'ts page for users, I'm thinking it would be great if it was possible many thanks

[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] custom startup/welcome message

2013-04-04 Thread lejeczek
: On Apr 4, 2013, at 6:20, lejeczek pelj...@yahoo.co.uk wrote: hi everybody I wonder if there is a simple way, but not simple would be ok too, to customize info/welcome page at session start time? Probably easiest to do it by way of some cat() calls in your .Rprofile. See ?Startup for details. MW