Re: [R] Automate running files in R

2018-07-22 Thread Rich Shepard
On Sun, 22 Jul 2018, Serena De Stefani wrote: I need to automate a process in R. Basically I have a an R script (I will call it R1) that needs three separate files to run. These three files are the results output of one trial in my study. The trials are specified by the labels: AA AB AM BA

Re: [R] Automate running files in R

2018-07-22 Thread Jim Lemon
Hi Serena, I think the directory structure you have described is something like this: mov_study___ | | mov1 ...mov9 / \

[R] Automate running files in R

2018-07-22 Thread Serena De Stefani
I need to automate a process in R. Basically I have a an R script (I will call it R1) that needs three separate files to run. These three files are the results output of one trial in my study. So from each run in R I obtain the summary results for one trial, in a csv file, plus 32 graphs for each

Re: [R] Issue : Time to run a model on different computers

2018-07-22 Thread Bert Gunter
You did not say what memory resources were in the two cases, and it is probably impossible to say without knowing what code you ran in any case. That you have different versions of OS and R on the two computers already means that there could be many possible explanations, but one wild guess is

[R] Issue : Time to run a model on different computers

2018-07-22 Thread louis DALPRA
Hello, My issue is related to the time it takes to run a model on R between two different computers. On my teacher’s computer (MacBook Pro 2013; OS 10.9.5; R version 3.1.3) it takes only a few minutes to run it while on mine (MacBook Air 2014; OS 10.13.6; R version 3.5.1) it takes several

Re: [R] Where does ' Setting LC_CTYPE failed, using "C" ' come from? 2

2018-07-22 Thread peter dalgaard
> On 17 Jul 2018, at 18:18 , David Winsemius wrote: > Executing Open Terminal Write or paste in: defaults write org.R-project.R force.LANG en_US.UTF-8 Close Terminal Start R as suggested on >> >>