Re: [R-SIG-Mac] Homebrew [was: from Mac to LInux?]

2020-04-03 Thread Rainer Krug
> On 3 Apr 2020, at 13:25, Simon Urbanek wrote: > > Rainer, > > >> On 3/04/2020, at 10:01 PM, Rainer M Krug wrote: >> >> Thanks a lot for your detailed response - it is very much appreciated. >> >>> On 2 Apr 2020, at 22:30, Simon Urbanek wrote: >>> >>> >>> On 2/04/2020, at 9:15 P

Re: [R-SIG-Mac] Transitioning from Mac to LInux?

2020-04-02 Thread Rainer Krug
> On 2 Apr 2020, at 10:15, Patrick Schratz wrote: > > AFAIK most people on that list would vote hard against installing R via > homebrew for several reasons - maybe there should be a section about this on > the R dev / CRAN page to address this topic, @Simon? Otherwise this will come > up a

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

2017-10-26 Thread Rainer Krug
gt; Date: Fri, 20 Oct 2017 18:02:33 + >> From: "MacQueen, Don" >> To: David Winsemius , Rainer Krug >> >> Cc: John , "r-sig-mac@r-project.org" >> >> Subject: Re: [R-SIG-Mac] Macports installation problem >> Message

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

2017-10-19 Thread Rainer Krug
> On 19 Oct 2017, at 20:25, Robert Baer wrote: > > > -- 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

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

2017-10-18 Thread Rainer Krug
> On 18 Oct 2017, at 17:17, David Winsemius wrote: > >> >> On Oct 17, 2017, at 11:58 PM, Rainer Krug > <mailto:rainer_k...@icloud.com>> wrote: >> >> This is related to Macports and not to R - please post your question on >> their mailing list

Re: [R-SIG-Mac] homebrew install High Sierra - tcl-tk support

2017-10-18 Thread Rainer Krug
> On 17 Oct 2017, at 17:18, David Winsemius wrote: > >> >> On Oct 17, 2017, at 7:56 AM, David Winsemius wrote: >> >>> >>> On Oct 17, 2017, at 1:43 AM, Rainer Krug wrote: >>> >>> Hi >>> >>> One question about

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

2017-10-17 Thread Rainer Krug
This is related to Macports and not to R - please post your question on their mailing list. If it would be about errors installing R, that would be different. Cheers, Rainer > On 18 Oct 2017, at 02:36, John wrote: > > Hi, > > I tried to install Cairo graphics > > https://www.cairographi

[R-SIG-Mac] homebrew install High Sierra - tcl-tk support

2017-10-17 Thread Rainer Krug
Hi One question about home-brew installation: After upgrading to High Sierra (and update to R 3.4.2), I don’t get tcl-tk support in R. I get the following error: > library(tcltk) Error: package or namespace load failed for ‘tcltk’: .onLoad failed in loadNamespace() for

Re: [R-SIG-Mac] Problem with loading compiled code into R

2017-04-12 Thread Rainer Krug
Hi I might be completely off, but might it be a problem if R and your library are build using different compiler / versions of compilers? If this could be the case, you could try to install R from source using home-brew and than compile your library using the same compiler and versions for R.