[R-SIG-Mac] Rcmdr start-up issue

2017-10-03 Thread Robert Baer
I seem to be having a problem starting Rcmdr: > library(Rcmdr) Loading required package: splines Loading required package: RcmdrMisc Loading required package: car Loading required package: sandwich Loading required package: effects Loading required package: carData Attaching package: ‘carData’ T

Re: [R-SIG-Mac] Rcmdr start-up issue

2017-10-04 Thread Robert Baer
on, Ontario, Canada Web: socserv.mcmaster.ca/jfox -Original Message- From: R-SIG-Mac [mailto:r-sig-mac-boun...@r-project.org] On Behalf Of Robert Baer Sent: Saturday, September 23, 2017 10:25 AM To: r-sig-mac@r-project.org Subject: [R-SIG-Mac] Rcmdr start-up issue I seem to be havi

Re: [R-SIG-Mac] Rcmdr start-up issue

2017-10-08 Thread Robert Baer
n this machine that I suppose could contribute to a “my fault” situation here. Thanks again for your help and I’ll be eves dropping on this list going forward to see if it is newbie (lack of) skills that was my downfall or something more real. Rob > >> -Original Message--

Re: [R-SIG-Mac] Macports installation problem

2017-10-19 Thread Robert Baer
-- snip -- I think using MacPorts might actually be the "error" that needs correction. I would suggest an alternate strategy. Go to http://r.research.att.com/libs/ and get the appropriate version of cairo, probably the most recent one. http://r.research.att.com/libs/cairo-1.14.2-darwin.13-x8

Re: [R-SIG-Mac] SPSS 25 and R plug-in, R essentials

2018-01-08 Thread Robert Baer
This is the wrong place to ask this type of question.  You need to ask SPSS support about this.  This list is for supporting R on MacOS. Rob Baer On 1/7/2018 8:02 PM, Katherine Newton wrote: Good evening, I have followed the instructions online on how to install the R extension for SPSS 25

[R-SIG-Mac] pasting from the clipboard

2018-10-03 Thread Robert Baer
My memory is that  on the Mac dat = read.table(file = pipe("pbpaste"), header = TRUE)  # should allow me to paste a dataframe copied from a spreadsheet into R. When I try that in RStudio 1.1.456 with R 3.5.1 on OSX 10.13.1 I get the message:   incomplete line found by readTableHeader on