Re: [R] differential use of R version

2017-04-05 Thread ce
;Bogdan Tanasa" [tan...@gmail.com] Date: 04/04/2017 10:47 PM To: "r-help" Subject: [R] differential use of R version Dear all, please could you advise me on the following : on a server, in a folder "x86_64-redhat-linux-gnu-library", i have 2 versions of R (below), with the cor

Re: [R] differential use of R version

2017-04-05 Thread Rui Barradas
Hello, Unless you have strong reasons why not, use the most recent one, R 3.3. Hope this helps, Rui barradas Em 05-04-2017 03:47, Bogdan Tanasa escreveu: Dear all, please could you advise me on the following : on a server, in a folder "x86_64-redhat-linux-gnu-library", i have 2 versions of

Re: [R] differential use of R version

2017-04-05 Thread Bogdan Tanasa
Thank you Rui. I have been using a package (TitanCNA) in BioC on an older version of R (3.3.1); now after switching to R3.3.3, I am getting an error (below), and I do not know how to fix it. Any suggestions are welcome. Error in `[<-.data.frame`(`*tmp*`, indRef, "refCount", value = NULL) : repla

[R] differential use of R version

2017-04-04 Thread Bogdan Tanasa
Dear all, please could you advise me on the following : on a server, in a folder "x86_64-redhat-linux-gnu-library", i have 2 versions of R (below), with the corresponding BioC libraries : > 3.2 > 3.3 how could i preferentially use an R version or the other (with the related BioC libraries) ? t