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

2022-10-04 Thread Deramus, Thomas Patrick
Sorry to cross-post on Stackoverflow and here but I'm having some difficulty. https://stackoverflow.com/questions/73942794/still-getting-error-in-ect-plot-new-has-not-been-called-yet-despite-grouping Trying to make a nested loop that produces PDFs off different graphs, one for ACF/PACF diagnostic

Re: [R] R version 4.2.1 (2022-06-23), RStudio 2022.07.2 "Spotted Wakerobin" Release (e7373ef8, 2022-09-06) for macOS, macOS Monterey version 12.6. Error: SVN not found

2022-10-04 Thread Jeff Newmiller
Possibly, but the question is actually not about R, so probably not... On October 4, 2022 10:32:55 AM PDT, Rui Barradas wrote: >Hello, > >Post to R-SIG-Mac [1], the R help mailing list for Mac related questions? > >[1] https://stat.ethz.ch/mailman/listinfo/r-sig-mac > >Hope this helps, > >Rui Bar

Re: [R] R version 4.2.1 (2022-06-23), RStudio 2022.07.2 "Spotted Wakerobin" Release (e7373ef8, 2022-09-06) for macOS, macOS Monterey version 12.6. Error: SVN not found

2022-10-04 Thread Rui Barradas
Hello, Post to R-SIG-Mac [1], the R help mailing list for Mac related questions? [1] https://stat.ethz.ch/mailman/listinfo/r-sig-mac Hope this helps, Rui Barradas Às 18:18 de 04/10/2022, Jeff Newmiller escreveu: Could you point out what it is I am doing wrong? ... wrong... posting question

Re: [R] R version 4.2.1 (2022-06-23), RStudio 2022.07.2 "Spotted Wakerobin" Release (e7373ef8, 2022-09-06) for macOS, macOS Monterey version 12.6. Error: SVN not found

2022-10-04 Thread Jeff Newmiller
>Could you point out what it is I am doing wrong? ... wrong... posting questions about SVN and RStudio in a forum about R? Do read the Posting Guide before posting. There are specialty mailing lists mentioned there that _might_ be relevant, but it seems to me that you need to learn how to use S

[R] R version 4.2.1 (2022-06-23), RStudio 2022.07.2 "Spotted Wakerobin" Release (e7373ef8, 2022-09-06) for macOS, macOS Monterey version 12.6. Error: SVN not found

2022-10-04 Thread Da Silva, Maisa Monseff Rodrigues
Hello. Thank you for helping me. I am starting my Bioinformatics pathway, and came across a problem im stuck with, even after trying different things: When in RStudio, I was able to install Git, but SVN remains "not found". I tried installing SVN through HomeBrew and downloaded Xcode's Command Li

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

2022-10-04 Thread Ivan Krylov
On Tue, 4 Oct 2022 11:01:14 + PIKAL Petr wrote: > After we installed new R version R 4.2.1 installing packages through > IE proxy setting is compromised with warning that R could not connect > to server (tested in vanilla R). R 4.1 deprecated the use of download.file(method = 'wininet'). R 4

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

2022-10-04 Thread PIKAL Petr
Dear all After we installed new R version R 4.2.1 installing packages through IE proxy setting is compromised with warning that R could not connect to server (tested in vanilla R). > chooseCRANmirror() Warning: failed to download mirrors file (cannot open URL 'https://cran.r-project.org/CRAN_mirr

Re: [R] Help executing R on High Performance Cluster

2022-10-04 Thread Ivan Krylov
Hi Eric! В Tue, 4 Oct 2022 13:36:59 + "Rhon Calderon, Eric" пишет: > cd /home/ericrhon/labsoftware/R-devel/ > ./configure --prefix=/home/ericrhon/labsoftware/R-devel I'm not sure, but the reason for the confusing behaviour could be that the installation prefix is set to be the same as the

[R] Help executing R on High Performance Cluster

2022-10-04 Thread Rhon Calderon, Eric
Hi, I need some help executing recently downloaded R on my HPC. Here is the script I used to install R on my HPC module: wget https://cran.r-project.org/src/base-prerelease/R-devel.tar.gz tar -xvf R-devel.tar.gz cd /home/ericrhon/labsoftware/R-devel/ ./configure --prefix=/home/ericrhon/labso