[R] Help installing devtools plus other packages in R terminal

2022-10-05 Thread Rhon Calderon, Eric
Hi, I am using R in my HPC terminal. After many tries, I was able to install and exec successfully R on my HPC but now I cannot install devtools and other dependencies. I need some of theses packages to install some others from bioconductor. I was wondering if anybody has a solution. The scrip

Re: [R] Getting "Error in ect, plot.new has not been called yet" despite grouping plot call

2022-10-05 Thread Joshua Ulrich
Hi, My hunch is that you need to add print(plout) before you call dev.off(). See https://stackoverflow.com/a/39853861 Try that and let me know if that works. If not, I'll take a closer look later. Best, Josh On Wed, Oct 5, 2022, 1:40 AM Deramus, Thomas Patrick wrote: > Sorry to cross-post on

Re: [R] Getting "Error in ect, plot.new has not been called yet" despite grouping plot call

2022-10-05 Thread Rolf Turner
Your code is still much too complex for my feeble brain. Without trying to understand very much, I get the impression that the example is *not* reproducible. It requires reading in Excel (yeucchh!) files to which no-one but you has access. Skip the reading-in completely. Create toy data usin

Re: [R] R version 4.2.1 install.packages does not work with IE proxy setting

2022-10-05 Thread PIKAL Petr
Thanks, the workaround works but we need try the "permanent" solution with Renviron.site file in future. Cheers Petr > -Original Message- > From: Ivan Krylov > Sent: Tuesday, October 4, 2022 5:43 PM > To: PIKAL Petr > Cc: r-help mailing list > Subject: Re: [R] R version 4.2.1 install

Re: [R] Getting "Error in ect, plot.new has not been called yet" despite grouping plot call

2022-10-05 Thread Rolf Turner
What you doing or trying to do is far too complex for my poor feeble and senile brain to come anywhere near comprehending. The code that you present exceeds my complexity tolerance by many orders of magnitude. I have a suggestion, but. Strip your code down to the *essentials*. Construct a simp