Re: [R-SIG-Mac] Problem generating an SVG file from a CSV file on the Mac - updated with test script and test data

2019-08-20 Thread Richard Fuhr
After invoking update.packages() I was able to successfully run the script and generate the plots using all the file formats, including SVG. Thanks for your help. I appreciate it. On Tue, Aug 20, 2019 at 8:35 PM Richard Fuhr wrote: > I am an R newbie and when I upgraded to 3.6 I did noth

Re: [R-SIG-Mac] Problem generating an SVG file from a CSV file on the Mac - updated with test script and test data

2019-08-20 Thread Richard Fuhr
I am an R newbie and when I upgraded to 3.6 I did nothing in addition (and I didn’t reinstall any packages). I don’t have a file in my home directory named .Rprofile or anything similar to that name. --- Richard Fuhr 206-524-8049 land line 206-491-5640 cell phone https

Re: [R-SIG-Mac] Problem generating an SVG file from a CSV file on the Mac - updated with test script and test data

2019-08-20 Thread Richard Fuhr
lt of > 'sessionInfo()', also what happens if you run it from within R, rather than > from RScript. > > HTH, > > -Roy > > >> On Aug 20, 2019, at 7:27 PM, Richard Fuhr wrote: >> >> I am sending this message again to the distribution list, and this ti

[R-SIG-Mac] Problem generating an SVG file from a CSV file on the Mac - updated with test script and test data

2019-08-20 Thread Richard Fuhr
on a Mac, that would be very helpful. It would be nice to be able to generate SVG files using R on my Mac that represent data plots Thanks, Richard Fuhr Date,Weight 6/4/00,189 6/5/00,191 6/6/00,191 6/7/00,191 6/9/00,190 6/10/00,189 6/12/00,187.75 6/13/00,189 6/14/00,188 6/15/00,190 FuhrTest.R

[R-SIG-Mac] Problem generating an SVG file from a CSV file on the Mac

2019-08-20 Thread Richard Fuhr
I have encountered a problem generating an SVG file from a CSV file using R on the Mac. When I invoke the exact same script on two different Linux machines things work fine. Here is the script Sys.setenv(TZ="US/Pacific") w<-read.csv("WeightThru2018.csv") x<-as.Date(w$Date, "%m/%d/%y") y<-w$Weight