Allen S. Rout | 27 Mar 2013 21:56
Picon

R 3.0; want to try again?


So with a major new version of R coming along, it seems like a
reasonable point at which to try to pick up the "Let's make a CRAN repo
for the red-hat-like folks!" task again.

The last time I tried to download Pierre-Yves' package, I couldn't get
it to run in RHEL5.8; I went down a rabbit hole trying to make changes
for my own use.  Eventually, I simply failed.

I'd love to be able to pick this up, serve my local customers, and have
the work actually useful to the larger community...

- Allen S. Rout
Rolf Turner | 12 Jan 2013 23:23
Picon

Problem with X11 fonts under Fedora 17.


I previously posted about this problem on the r-help list, but was told 
that I
should switch over to the r-sig-fedora list.  So here goes:

When trying to do a plot in a certain context I got an error:

Error in text.default(2, 6, main, cex = cex) :
   X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 
16 could not be loaded

This is reproducible (in my current environment) via:

par(mfrow=c(2,2))
plot(1:10)
text(2,6,"Oh, hell!",cex=2)

Can anyone tell me (in simple comprehensible terms, please) how I might
make the required font available so that it can be loaded?  I reiterate,
please keep it simple.  I find fonts toadally incomprehensible!

For what it's worth, here is my session info:
 > sessionInfo()
 > R version 2.15.2 Patched (2012-11-15 r61122)
 > Platform: x86_64-unknown-linux-gnu (64-bit)
 >
 > locale:
 >  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C
 >  [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8
 >  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8
(Continue reading)

Christos Hatzis | 19 Dec 2012 00:09
Favicon

Updating R on RHL5

Hi,

I haven't used my system in a while now and wanted to update R.
Running yum update R fails because of missing dependency texinfo-tex
I have installed the EPEL yum repo configurations but
yum install texinfo-tex does not find the package.
How can I install that missing package?

Any help is appreciated.
Thanks.
-Christos

## ===========================================

[root <at> localhost ~]# yum update R
Loaded plugins: rhnplugin, security
There was an error communicating with RHN.
RHN support will be disabled.
Error communicating with server. The message was:

Error Message:
        Please run rhn_register as root on this client
Error Class Code: 9
Error Class Info: Invalid System Credentials.
Explanation:
     An error has occurred while processing your request. If this
problem
     persists please enter a bug report at bugzilla.redhat.com.
     If you choose to submit the bug report, please be sure to include
     details of what you were trying to do when this error occurred and
(Continue reading)

sasidhar M | 30 Nov 2012 11:38
Picon

oracle db connection From R in Linux

Hi,

This is sasi.
I installed R 64 bit and oracle client 64 bit in fedora 17. After R is
working fine. Oracle database also working fine. but problem is, If i try
to connect oracle from R its not connecting.
So, pls guide me how to connect from R to oracle.

how, i tried:--

odbcinst.ini file code is

[ORACLE2]
Description = oracle driver
Driver = /ibexis/app/oracle/product/11.2.0/db_1/lib/libsqora.so.11.1
DontDLClose = 1
FileUsage = 1
UsageCount = 1

I tried in R ...
>library(RODBC)
>con <- odbcConnect("data source name", uid="username", pwd="password")

after this line i got error,

> odbcConnect("india", uid="data_quality", pwd="data_quality")
[1] -1
Warning messages:
1: In odbcDriverConnect("DSN=india;UID=data_quality;PWD=data_quality") :
  [RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver
(Continue reading)

Ted.Harding | 30 Jun 2012 20:25

Scientific Linux

Greetings!

I have just signed up to r-sig-fedora because I have
installed Scientific Linux 6.2 (my first Red Hat based
Linux since over 10 years ago ... ). I'm trying this for
basically 2 reasons: first, I expect CERN and FermiLab
should do a good job of maintaining their distribution,
and in particular to take care of its compatibility with
scientific software; second, because it still has Gnome 2 ...

I installed it off the Live DVD from the Scientific Linux
website, and this went very smoothly. However, it does not
of course come in the first instance with any special
scientific software (in in particular not with R).

For extra packages it has been suggested to me to use EPEL
(Extra Packages for Enterprise Linux, not specifically for
Scientific Linux). And there are the CRAN repositories, of
course.

I am now wondering -- and somewhat puzzled -- as to how best
to move forward. At some stage in exploring my installation
(and I cannot now recall how I got there) an information
panel came up which said that it was not possible to add
further package sources to the list of software sources!

So, for instance, it would seem not to be possible to
add a CRAN mirror.

So it looks as though one may be stuck with downloading
(Continue reading)

Michael | 27 May 2012 21:37
Picon

SOS! The R Console very quietly closed and exited without giving any errors/warnings...after I loaded the RODBC library...

Hi all,

Please pardon me for seemingly double-post.

I was referred to this r-sig-fedora mailing-list kindly by a member of
r-sig-db mailing-list... because my platform is Red Hat Enterprice.

Thank you!

---------------

Help! The R Console very quietly closed and exited without giving any
errors/warnings...after I loaded the RODBC library...

Loading required package: RODBC

--------------

R Console closed and exited quietly after loading "RODBC"...

I suspect that's segment fault crash...

but how do I figure out what exactly is the problem? where can I find the
core dump?

Thanks a lot!

(but this doesn't occur when I use R in RStudio...)

----------------------------------------
(Continue reading)

Bruce Pennypacker | 21 May 2012 22:30
Picon

tcktk problem with custom R 2.15.0 build on RHEL5

Hi all,

Please bear with me because I'm not all that familiar with R. I manage a 
research cluster that's running Red Hat 5.6 (64-bit), and we recently 
installed version 2.15.0 of R for some users.  Here's how we built it:

./configure --prefix=/opt/shared/R/2.15.0 --with-tcltk --with-system-zlib --with-system-bzlib
--with-system-pcre --with-lapack --enable-R-shlib

When we ran "make check-all" it didn't report any obvious problems, and 
we successfully installed a number of add-on's from CRAN.  But when one 
of our users tries to use R with tcltk he runs into a problem:

R version 2.15.0 (2012-03-30)
Copyright (C) 2012 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-unknown-linux-gnu (64-bit)
...

 > library("sqldf")
Loading required package: DBI
Loading required package: gsubfn
Loading required package: proto
Loading required namespace: tcltk
Loading Tcl/Tk interface ... done
Loading required package: chron
Loading required package: RSQLite
Loading required package: RSQLite.extfuns
 > result<-sqldf("select data.*, meth450part.chromStart as 
MethChromStart, meth450part.chromEnd as MethChromEnd, meth450part.strand 
(Continue reading)

Badoo | 21 Apr 2012 03:47
Favicon

Paulo Sousa deixou uma mensagem para você...

Paulo Sousa deixou uma mensagem para você...

Só você pode ler o conteúdo desta mensagem e ver quem a enviou. Delete a qualquer momento  ou
responda imediatamente com o sistema de troca de mensagens. Para descobrir o que diz a mensagem, siga este
link. 
http://eu1.badoo.com/0278107725/in/XTpafbiaVyU/?lang_id=61&m=63&mid=4f9211a500000000003d00006126f86d

Mais gente dessa região que está no Badoo
Reis (Porto, Portugal)
Diana (Porto, Portugal)
Stefania (Porto, Portugal)

http://eu1.badoo.com/0278107725/in/XTpafbiaVyU/?lang_id=61&m=63&mid=4f9211a500000000003d00006126f86d

Se o link desta mensagem não funcionar, copie e cole-o em seu navegador. 

Este email faz parte de nosso sistema de entrega para a mensagem enviada por Paulo Sousa. Se recebeu este
email por engano, por favor ignore-o. A mensagem será deletada em breve. 

Divirta-se!
A Equipe Badoo

Este email foi enviado por Badoo Trading Limited (endereço postal abaixo). 
http://eu1.badoo.com/impersonation.phtml?lang_id=61&mail_code=63&email=r-sig-fedora%40r-project.org&secret=&action=block&block_code=e0e30f&m=63&mid=4f9211a500000000003d00006126f86d
Badoo Trading Limited é uma empresa registrada na Inglaterra e País de Gales com CRN 7540255 e firma
registrada no seguinte endereço 12 Red Lion Square, Londres, WC1R 4QD.
	[[alternative HTML version deleted]]

(Continue reading)

Petar Milin | 18 Apr 2012 19:15
Favicon

Re: Installing texlive dependencies


I did not want to offend anyone, or someone's effort. I wrote that I
tried it with F15, which is a time ago. Sorry if I sounded rude!
Anyway, it could be that TeXLive 2011 is working better now, but the
question remains: R will ask for the dependencies, since TeXLive 2011,
even from repositories, will install in different directory, not the
'/usr/share/texmf'. What to do with this issue?

Thanks!
PM

On Wed, 2012-04-18 at 17:18 +0100, Johannes Lips wrote:
> This repo works totally fine for me for a couple of months now, so I
> don't think it's that bad.
> And the people working on it trying hard to make the Texlive
> experience on fedora better...
> 
> On Wed, Apr 18, 2012 at 5:11 PM, Petar Milin <pmilin@...>
> wrote:
>         
>         Yes, I tried that alternative repo with F15, but it is quite
>         messy. If
>         you read carefully various posts, then you will realize that
>         the right
>         way is to use CTAN installation, not what is offered under
>         Fedora's
>         umbrella, so to say. TeXLive in Fedora seems to be in a
>         sorrowful state.
>         
>         Best,
(Continue reading)

Petar Milin | 18 Apr 2012 18:11
Favicon

Re: Installing texlive dependencies


Yes, I tried that alternative repo with F15, but it is quite messy. If
you read carefully various posts, then you will realize that the right
way is to use CTAN installation, not what is offered under Fedora's
umbrella, so to say. TeXLive in Fedora seems to be in a sorrowful state.

Best,
PM

On Wed, 2012-04-18 at 17:07 +0100, Johannes Lips wrote:
> Check out this page, it also offers a repo for texlive 2011 on f16.
> http://fedoraproject.org/wiki/Features/TeXLive
> 
> On Wed, Apr 18, 2012 at 4:54 PM, Petar Milin <pmilin@...>
> wrote:
>         Hello ALL!
>         I am running Fedora 16 x86_64. Due to some dubious problems,
>         that i
>         couldn't resolve, with the TeXLive (2007, which is a default),
>         I removed
>         it. That removed R as well, and some other dependent packages.
>         Then, I
>         installed TeXLive 2011 from CTAN. However, when I wanted to
>         install R,
>         from Fedora's repositories, it asks for some TeX dependencies
>         (for
>         example, tex-preview, texinfo-tex, texlive, texlive-dvips
>         etc.).
>         I know that new TeX is installed in other place
>         (/usr/local/texlive/2011/), than the old, default of the Tex
(Continue reading)

Petar Milin | 18 Apr 2012 17:54
Favicon

Installing texlive dependencies

Hello ALL!
I am running Fedora 16 x86_64. Due to some dubious problems, that i
couldn't resolve, with the TeXLive (2007, which is a default), I removed
it. That removed R as well, and some other dependent packages. Then, I
installed TeXLive 2011 from CTAN. However, when I wanted to install R,
from Fedora's repositories, it asks for some TeX dependencies (for
example, tex-preview, texinfo-tex, texlive, texlive-dvips etc.).
I know that new TeX is installed in other place
(/usr/local/texlive/2011/), than the old, default of the Tex 2007
(/usr/share/texmf/). But, I defined PATH properly:
PATH=/usr/local/texlive/2011/bin/x86-64-linux:$PATH
Also, I have tried with the symbolic link:
ln -s /usr/local/texlive/2011 /usr/share/texmf

So, I wonder why R asks for those TeX-packages? Can I tell it where to
look? In any case, how to fix this mess?

Thanks in advance,
Petar

Gmane