Re: [R] Some R code works on Linux, but not Linux via Windows Subsystem Linux

2020-09-08 Thread Tomas Kalibera
On 9/8/20 5:51 AM, Robert Knight wrote: RE: Some R code works on Linux, but not Linux via Windows Subsystem Linux This is taking data from a CSV and placing it into a data frame. This is R 3.6.3 inside Windows Subsystem for Linux v2, Ubuntu 18.04. The exact same code, unchanged and on the sam

Re: [R] Some R code works on Linux, but not Linux via Windows Subsystem Linux

2020-09-08 Thread Eric Berger
Hi Robert, You don't provide a self-contained reproducible example, so I am just guessing here. I doubt your theory that the error is related to R. More likely the step that creates a data frame from reading the CSV is probably resulting in different data frames in the two cases. I recommend that y