Re: [R-SIG-Mac] [External] Re: [External] Re: another freeze on plot(1:10)

2023-01-23 Thread Richard M. Heiberger
lso tried opening quartz(), then X11(), then I plotted on X(11) it worked > normally, > Then I dev.set() back to the quartz. When I plot(1:10) it locks up. > So it is not the existence of the quartz device, it is the attempt to use it > that causes the freeze. > Rich > From: R

Re: [R-SIG-Mac] [External] macOS Ventura (13) Preview App Drops Support for PS/EPS File Rendering

2022-10-26 Thread Richard M. Heiberger
Have you considered ps2pdf? > On Oct 26, 2022, at 10:11, Marc Schwartz via R-SIG-Mac > wrote: > > Hi Prof. Ripley, > > Thanks for your reply. Responses inline below. > > On October 25, 2022 at 11:11:43 PM, Prof Brian Ripley (rip...@stats.ox.ac.uk) > wrote: >> Somehow you sent HTML only, and

Re: [R-SIG-Mac] [External] [External] Xquartz started crashing today

2022-06-06 Thread Richard M. Heiberger
nfinite loop in your fonts. No > idea how that can happen, possibly recursive symlink in your font directory? > > Cheers. > Simon > > >> On Jun 7, 2022, at 2:12 AM, Richard M. Heiberger wrote: >> >> i think i will bring it to apple this afternoon. >&g

Re: [R-SIG-Mac] [External] Xquartz started crashing today

2022-06-03 Thread Richard M. Heiberger
not use X11 by default, so what exactly are you doing? You'll > have to provide more details, the exact way you run R, code to reproduce and > where it hangs, ideally with a crash report (which macOS creates on hangs as > well). > > Cheers, > Simon > > >> On 3/

Re: [R-SIG-Mac] [External] [External] Rmpfr crashes on Mac

2021-11-28 Thread Richard M. Heiberger
works normally on Mac M1. > On Nov 29, 2021, at 00:43, Kevin Ushey wrote: > > library(Rmpfr) > x <- mpfr(-50.1, 200) > str(x) > ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] [External] Rmpfr crashes on Mac

2021-11-28 Thread Richard M. Heiberger
x27;t start. > On Nov 28, 2021, at 12:53, Richard M. Heiberger wrote: > > Works normally in R-4.1.2 with Rmpfr_0.8-7 on Macintosh aarch64-apple-darwin20 > I am running inside Emacs using ESS > >> packageVersion("Rmpfr") > [1] ‘0.8.7’ >> library(Rmpfr) &

Re: [R-SIG-Mac] [External] Rmpfr crashes on Mac

2021-11-28 Thread Richard M. Heiberger
Works normally in R-4.1.2 with Rmpfr_0.8-7 on Macintosh aarch64-apple-darwin20 I am running inside Emacs using ESS > packageVersion("Rmpfr") [1] ‘0.8.7’ > library(Rmpfr) Loading required package: gmp Attaching package: ‘gmp’ The following objects are masked from ‘package:base’: %*%, apply,

[R-SIG-Mac] rgl in R version 4.1.1 Patched (2021-08-13 r80752)

2021-08-18 Thread Richard M. Heiberger
R version 4.1.1 Patched (2021-08-13 r80752) aarch64-apple-darwin20 > library(rgl) Error in dyn.load(dynlib <- getDynlib(dir)) : unable to load shared object '/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/rgl/libs/rgl.so': dlopen(/Library/Frameworks/R.framewo

Re: [R-SIG-Mac] [External] [External] [External] tcltk on M1 mac?

2021-05-26 Thread Richard M. Heiberger
Rodney, thank you. I did that and it installed stuff, and now library(tcltk) or library(Rcmdr) work normally. Simon, can you change the warning message about xcrun to a suggestion to run from the terminal xcode-select --install Rich > On May 26, 2021, at 09:50, Sparapani, Rodney wrote: > >

Re: [R-SIG-Mac] [External] [External] [External] tcltk on M1 mac?

2021-05-26 Thread Richard M. Heiberger
what you say sounds right, but I need more specifics. I tried to run git from Emacs *shell* and get this rmh@MacBook-Air ~ % git git xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun rmh@MacBoo

Re: [R-SIG-Mac] [External] [External] tcltk on M1 mac?

2021-05-25 Thread Richard M. Heiberger
nt from running > eventually. > > As for XQuartz, we already do say that explicitly on the CRAN page (with a > link to XQuartz 2.8.1): > "Note: the use of X11 (including tcltk) requires XQuartz. Always re-install > XQuartz when upgrading your macOS to a new major vers

Re: [R-SIG-Mac] [External] tcltk on M1 mac?

2021-05-25 Thread Richard M. Heiberger
es than before. tcltk now loads with warnings. Rcmdr now loads. What should I do about xcrun and otool? Simon, can you add a note to the CRAN download page that XQuartz 2.8.1 is needed for the Mac M1. Rich > On May 25, 2021, at 01:36, Simon Urbanek wrote: > > Rich, > you need to

Re: [R-SIG-Mac] [External] tcltk on M1 mac?

2021-05-24 Thread Richard M. Heiberger
I am not seeing tcltk in either the released R R version 4.1.0 (2021-05-18) -- "Camp Pontanezen" Copyright (C) 2021 The R Foundation for Statistical Computing Platform: aarch64-apple-darwin20 (64-bit) or the nightly R version 4.1.0 Patched (2021-05-23 r80364) -- "Camp Pontanezen" Copyright (C) 20

Re: [R-SIG-Mac] [External] Re: [External] Re: [External] Re: Mac M1 emacs

2021-03-08 Thread Richard M. Heiberger
tions/ and ran Emacs from there. From: R-SIG-Mac on behalf of Richard M. Heiberger Sent: Monday, March 8, 2021 14:19 To: Prof Brian Ripley; Simon Urbanek Cc: r-sig-mac@r-project.org Subject: Re: [R-SIG-Mac] [External] Re: [External] Re: [External] Re: Mac M1

Re: [R-SIG-Mac] [External] Re: [External] Re: Mac M1 emacs

2021-03-08 Thread Richard M. Heiberger
macs.app for the new arm64 app. From: Simon Urbanek Sent: Sunday, March 7, 2021 21:42 To: Richard M. Heiberger Cc: r-sig-mac@r-project.org Subject: [External] Re: [R-SIG-Mac] [External] Re: Mac M1 emacs Richard, please note the binary supports mouse integrati

Re: [R-SIG-Mac] [External] Re: [External] Re: [External] Re: Mac M1 emacs

2021-03-08 Thread Richard M. Heiberger
C_CORPSE_NOTIFY From: Prof Brian Ripley Sent: Monday, March 8, 2021 13:30 To: Richard M. Heiberger; Simon Urbanek Cc: r-sig-mac@r-project.org Subject: [External] Re: [R-SIG-Mac] [External] Re: [External] Re: Mac M1 emacs On 08/03/2021 17:59, Richard M. Heiberger wrote: > I

Re: [R-SIG-Mac] [External] Re: [External] Re: Mac M1 emacs

2021-03-08 Thread Richard M. Heiberger
behalf of Richard M. Heiberger Sent: Monday, March 8, 2021 11:55 To: Simon Urbanek Cc: r-sig-mac@r-project.org Subject: Re: [R-SIG-Mac] [External] Re: [External] Re: Mac M1 emacs I tried the all-purpose computer repair and rebooted the machine. It still reports a damaged app. I am now ooking

Re: [R-SIG-Mac] [External] Re: [External] Re: Mac M1 emacs

2021-03-08 Thread Richard M. Heiberger
I tried the all-purpose computer repair and rebooted the machine. It still reports a damaged app. I am now ooking at https://osxdaily.com/2019/02/13/fix-app-damaged-cant-be-opened-trash-error-mac/ and wi report back. From: Richard M. Heiberger Sent

Re: [R-SIG-Mac] [External] Re: [External] Re: Mac M1 emacs

2021-03-07 Thread Richard M. Heiberger
" problem each time. From: Simon Urbanek Sent: Sunday, March 7, 2021 23:52 To: Richard M. Heiberger Cc: r-sig-mac@r-project.org Subject: Re: [External] Re: [R-SIG-Mac] [External] Re: Mac M1 emacs Did you try running it from the image? At which point does it complain? It works for me. Note that

Re: [R-SIG-Mac] [External] Re: [External] Re: Mac M1 emacs

2021-03-07 Thread Richard M. Heiberger
it claims to be damaged. I sent a copy of this screenshot a few minutes ago and it was >156KB and held for moderation, this copy is 32KB. From: Simon Urbanek Sent: Sunday, March 7, 2021 21:42 To: Richard M. Heiberger Cc: r-sig-mac@r-project.org Subj

Re: [R-SIG-Mac] [External] Re: Mac M1 emacs

2021-03-07 Thread Richard M. Heiberger
ncent Goulet has provided. The file structure isn't identical, so that won't work naively. Now to see if I prefer the mouse-accesible x86_64 with random crashes or the aarch64 (presumably more stable) without mouse ability. From: R-SIG-Mac on be

Re: [R-SIG-Mac] [External] Re: Mac M1 emacs

2021-03-07 Thread Richard M. Heiberger
hing obvious in common. Rich From: Bob Rudis Sent: Sunday, March 7, 2021 14:37 To: Richard M. Heiberger Cc: r-sig-mac@r-project.org Subject: [External] Re: [R-SIG-Mac] Mac M1 emacs you should likely re-post to the list or double check the download as ther

[R-SIG-Mac] Mac M1 emacs

2021-03-07 Thread Richard M. Heiberger
I originally asked this question on the ess-help list, I now think it belongs here. emacs 21.1, specifically Vincent Goulet's distribution, crashes regularly on my Mac M1. It looks to me like it is using the intel compilation through rosetta instead of the arm compilation. Vincent's distributio

Re: [R-SIG-Mac] [External] Rmpfr on M1 Mac cause 'illegal trap'

2021-02-22 Thread Richard M. Heiberger
I confirm the error on Mac M1 R version 4.0.4 RC (2021-02-12 r79998) -- "Lost Library Book" I also ran it on an intel Mac with R 4.0.3 and it worked correctly there. From: R-SIG-Mac on behalf of Zhang, Jialin via R-SIG-Mac Sent: Monday, February 22, 202

Re: [R-SIG-Mac] [External] Re: [External] Re: more rgl problems

2021-02-20 Thread Richard M. Heiberger
yes it is there. when you click the cran main page fir windows or mac, the mac is 4.0.3 Get Outlook for iOS<https://aka.ms/o0ukef> From: John Fox Sent: Saturday, February 20, 2021 12:38:11 PM To: Richard M. Heiberger ; Duncan Murdoch ; r-sig-mac@r-proje

Re: [R-SIG-Mac] [External] Re: more rgl problems

2021-02-20 Thread Richard M. Heiberger
) > > > > > > > library(rgl) > plot(1:10, col=7) > open3d() glX 1 From: R-SIG-Mac on behalf of Richard M. Heiberger Sent: Saturday, February 20, 2021 10:45 AM To: Duncan Murdoch; r-sig-mac@r-project.org Subject: Re: [R-SIG-Mac] [External] Re: more

Re: [R-SIG-Mac] [External] Re: more rgl problems

2021-02-20 Thread Richard M. Heiberger
I am running it now on 4.0.4RC. The cran page https://cran.r-project.org offers download of 4.0.3 for mac, even though 4.0.4 is available on windows. From: Duncan Murdoch Sent: Saturday, February 20, 2021 9:41 AM To: Richard M. Heiberger; r-sig-mac@r

Re: [R-SIG-Mac] [External] Re: more rgl problems

2021-02-18 Thread Richard M. Heiberger
aving workspace 4: exit R saving workspace Selection: 2 Warning message: In rgl.open(useNULL) : RGL: ERROR: can't bind glx context to window Process R finished at Thu Feb 18 17:57:37 2021 ____ From: Duncan Murdoch Sent: Thursday, February 18, 2021 3:20 PM To

[R-SIG-Mac] more rgl problems

2021-02-17 Thread Richard M. Heiberger
This is repeatable when the lines are all pasted in at once. The example works if I allow some time delay between lines. This is might be a relative of the one from a few months ago. But this message is about invalid permissions. = R version 4.0.4 RC (2021-02-12 r79998) -- "Lost Library Book"

Re: [R-SIG-Mac] [External] Re: [External] Re: [External] Re: [External] Please test R 4.0.4 RC

2021-02-13 Thread Richard M. Heiberger
Thank you. dragging the org.xquartz.startx.* to Trash and reinstalling 2.7.11 restored my system to sanity. From: Duncan Murdoch Sent: Saturday, February 13, 2021 8:42 PM To: Richard M. Heiberger; R-SIG-Mac Subject: Re: [External] Re: [R-SIG-Mac

Re: [R-SIG-Mac] [External] Re: [External] Re: [External] Re: [External] Please test R 4.0.4 RC

2021-02-13 Thread Richard M. Heiberger
s still not on the machine, and specifically not in /Library/Developer/CommandLineTools/ From: Dr Eberhard W Lisse Sent: Saturday, February 13, 2021 6:50 PM To: Duncan Murdoch; R-SIG-Mac; Richard M. Heiberger Cc: e...@lisse.na Subject: Re: [External] Re: [R-SIG-Mac] [External] Re: [Ex

Re: [R-SIG-Mac] [External] Re: [External] Re: [External] Re: [External] Please test R 4.0.4 RC

2021-02-13 Thread Richard M. Heiberger
G-Mac; Richard M. Heiberger Cc: e...@lisse.na Subject: [External] Re: [R-SIG-Mac] [External] Re: [External] Re: [External] Please test R 4.0.4 RC the Xcode Command line tools are missing. Install them and see what happens. Did you recently upgrade MacOS? el — Sent from Dr Lisse’s iPhone On 1

Re: [R-SIG-Mac] [External] Re: [External] Please test R 4.0.4 RC

2021-02-13 Thread Richard M. Heiberger
have XQuartz installed or not. It also shows that your Xcode/command line tools are broken. That in itself is not a problem as long as you don't intend to compile packages - but probably you should look into it. But more importantly your XQuartz doesn't work - or at least is not runn

Re: [R-SIG-Mac] [External] Re: [External] Re: [External] Please test R 4.0.4 RC

2021-02-13 Thread Richard M. Heiberger
0.0" > I didn't make any more changes to the Xquartz. I previously had the beta and replaced it with 2.7.11, so I just continued from there. From: Duncan Murdoch Sent: Saturday, February 13, 2021 4:55 PM To: Richard M. Heiberger; R-SIG-Mac Subj

Re: [R-SIG-Mac] [External] Re: [External] Please test R 4.0.4 RC

2021-02-13 Thread Richard M. Heiberger
2: In X11(":0") : unable to open connection to X11 display ':0' > ____________ From: Simon Urbanek Sent: Saturday, February 13, 2021 4:54 PM To: Richard M. Heiberger Cc: Dr Eberhard W Lisse; R-SIG-Mac Subject: Re: [External] Re: [R-SIG-Mac] [External] Please test R 4.0.4 RC As mentioned

Re: [R-SIG-Mac] [External] Re: [External] Re: [External] Please test R 4.0.4 RC

2021-02-13 Thread Richard M. Heiberger
the spacing that I think looks better. ____________ From: Duncan Murdoch Sent: Saturday, February 13, 2021 4:05 PM To: Richard M. Heiberger; R-SIG-Mac Subject: [External] Re: [R-SIG-Mac] [External] Re: [External] Please test R 4.0.4 RC Have you tried the change to DI

Re: [R-SIG-Mac] [External] Re: [External] Please test R 4.0.4 RC

2021-02-13 Thread Richard M. Heiberger
d M. Heiberger Cc: e...@lisse.na Subject: [External] Re: [R-SIG-Mac] [External] Please test R 4.0.4 RC that has nothing to do with Xquartz but means you need to install the Command line tools sudo xcode-select —install — Sent from Dr Lisse’s iPhone On 13 Feb 2021, 06:13 +0200, Richard M. Heiberger , wr

Re: [R-SIG-Mac] [External] Please test R 4.0.4 RC

2021-02-12 Thread Richard M. Heiberger
Thank you for 4.0.4 RC. I am running on Mac M1 using the intel R_4.0.4RC The inappropriate quartz() behavior I reported on "[R-SIG-Mac] Behaviour or Quartz windows" on Tuesday, February 9, 2021 11:56 AM has been repaired. The entire set of lattice panels are printed on screen. CMD-left and CMD-

Re: [R-SIG-Mac] [External] Please test R 4.0.4 RC

2021-02-12 Thread Richard M. Heiberger
Using the intel R_4.0.4RC on the Mac M1. Based on your recommendation I reinstalled XQuartz 2.7.11 instead of the 8.0.3beta. X11() now does not work at all. > X11() xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLi

Re: [R-SIG-Mac] [External] Re: [External] Behaviour or Quartz windows

2021-02-09 Thread Richard M. Heiberger
allows pagination. XQuartz is very slow, you can watch it draw each panel, and each bar in a bar graph. XQuartz does not have pagination. From: Prof Brian Ripley Sent: Tuesday, February 9, 2021 1:26 PM To: Richard M. Heiberger; Peter West; r-sig-mac@r

Re: [R-SIG-Mac] [External] Behaviour or Quartz windows

2021-02-09 Thread Richard M. Heiberger
n my older intel mac. same behavior. the Xquartz.app menu doesn't list the R graphics window, and the R graphics shows "...", not "XQuartz" in the menu bar. From: R-SIG-Mac on behalf of Richard M. Heiberger Sent: Tuesday, Febru

Re: [R-SIG-Mac] [External] Behaviour or Quartz windows

2021-02-09 Thread Richard M. Heiberger
When I draw a 9x7 panel lattice it displays 12 panels, then sits there until I resize the window. then the rest appears. When I display another 9x7, it too sits at 12 panels. When I Cmd-left for the previous display, the current one vanishes entirely. When I send the command again, after it sits

[R-SIG-Mac] Fw: Question about stripchart

2021-02-02 Thread Richard M. Heiberger
-h...@r-project.org ____ From: Parkhurst, David F. Sent: Tuesday, February 2, 2021 4:29 PM To: Richard M. Heiberger Subject: Re: Question about stripchart Hmm. I’m guessing that this might work with my stripchart problem: Define months<-c("Jan&q

Re: [R-SIG-Mac] Question about stripchart

2021-02-01 Thread Richard M. Heiberger
month.factor <- factor(month.name, month.name) > month.name [1] "January" "February" "March" "April" "May" "June" [7] "July" "August""September" "October" "November" "December" > class(month.name) [1] "character" > month.factor <- factor(month.name, month.name) > le

Re: [R-SIG-Mac] [External] summary() suddently producing weird NULL: values for factors and character attributes

2020-12-13 Thread Richard M. Heiberger
please send to the list the output from both: dput(head(P2)) utils::sessionInfo() This is the Macintosh list. Is this specifically a Macintosh problem? On Sun, Dec 13, 2020 at 6:32 PM John Helly via R-SIG-Mac < r-sig-mac@r-project.org> wrote: > Aloha. > > For the past few weeks, maybe 6 or

Re: [R-SIG-Mac] [External] Catalina Crashes R

2020-06-01 Thread Richard M. Heiberger
My reproducible issue looked resolved (as I posted) when I upgraded to 10.15.5. Today I found another issue, but not repeatable so I haven't posted it yet. this is the headline: > car::scatter3d(RRS ~ CCS + JCS, +data=RespJ$variables, +surface=FALSE, residuals=TRUE

Re: [R-SIG-Mac] [External] Re: crash due to rgl and base graphics conflict

2020-05-31 Thread Richard M. Heiberger
I upgraded last night to Catalina 10.15.5 (19F96). The crash has gone away and that example now works normally. On Fri, May 29, 2020 at 3:25 PM Richard M. Heiberger wrote: > > my 12:35 email and the attached tmp.txt are from the Terminal.app, > No emacs/ESS involved. > > On Fri,

Re: [R-SIG-Mac] [External] Re: crash due to rgl and base graphics conflict

2020-05-29 Thread Richard M. Heiberger
my 12:35 email and the attached tmp.txt are from the Terminal.app, No emacs/ESS involved. On Fri, May 29, 2020 at 3:13 PM Duncan Murdoch wrote: > > On 29/05/2020 2:21 p.m., Richard M. Heiberger wrote: > > I attempted to update xquartz when I updated to Catalina, and the same > &g

Re: [R-SIG-Mac] [External] Re: crash due to rgl and base graphics conflict

2020-05-29 Thread Richard M. Heiberger
options(pager='console') > options(STERM='iESS', str.dendrogram.last="'", editor='emacsclient.exe', > show.error.locations=TRUE) > library(rgl) > search() [1] ".GlobalEnv""package:rgl" "ESSR" [4] "pack

Re: [R-SIG-Mac] [External] Re: crash due to rgl and base graphics conflict

2020-05-29 Thread Richard M. Heiberger
dev.cur()? On Fri, May 29, 2020 at 1:51 PM Duncan Murdoch wrote: > > On 29/05/2020 12:35 p.m., Richard M. Heiberger wrote: > > I have the same Xquartz as you. > > I'd guess it should be updated. Generally XQuartz needs updates with > every MacOS release, and your 10.15.4 is

Re: [R-SIG-Mac] [External] Re: crash due to rgl and base graphics conflict

2020-05-29 Thread Richard M. Heiberger
this prevents the crash > rgl.quit() > plot(1:10) > On Fri, May 29, 2020 at 12:35 PM Richard M. Heiberger wrote: > > I have the same Xquartz as you. > I have rgl-0.100.50 from CRAN > Apple is macOS Catalina, Version 10.15.4 > Do you need hardware information? > MacB

Re: [R-SIG-Mac] [External] Re: crash due to rgl and base graphics conflict

2020-05-29 Thread Richard M. Heiberger
gt; 0.100.54. I'd guess the version of XQuartz may be important: I'm not > seeing rgl in the call stack, but libXplugin is there. Mine is "XQuartz > 2.7.11 (xorg-server 1.18.4)". > > Duncan Murdoch > > > > On 29/05/2020 11:44 a.m., Richard M. Heiberger wr

[R-SIG-Mac] crash due to rgl and base graphics conflict

2020-05-29 Thread Richard M. Heiberger
R version 4.0.0 (2020-04-24) -- "Arbor Day" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin17.0 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()

Re: [R-SIG-Mac] java version, perhaps related to ggplot2

2018-05-25 Thread Richard M. Heiberger
e it works around some issue > with Java on macOS and with Java 10. > > Cheers, > Simon > > > > > >> On May 23, 2018, at 7:50 PM, David Winsemius wrote: >> >> >> >>> On May 22, 2018, at 1:36 AM, Richard M. Heiberger wrote: >>> >

[R-SIG-Mac] java version, perhaps related to ggplot2

2018-05-21 Thread Richard M. Heiberger
sI have Macintosh High Sierra 10.13.4 and R_3.5.0 I am attempting to R CMD build and check my package microplot against the imminent ggplot2_2.2.1.9000 The build fails with messages ** byte-compile and prepare package for lazy loading Error : .onLoad failed in loadNamespace() for 'rJava', detail

[R-SIG-Mac] png error message problem, and potential crash

2017-06-22 Thread Richard M. Heiberger
bash-3.2$ R --vanilla R version 3.4.0 Patched (2017-04-28 r72639) -- "You Stupid Darkness" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin15.6.0 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under

Re: [R-SIG-Mac] download R 3.2.1 on mac OS

2016-08-25 Thread Richard M. Heiberger
try fileUrl<- "https://data.baltimorecity.gov/api/views/dz54-2aru/rows.csv?accessType=DOWNLOAD"; On Thu, Aug 25, 2016 at 10:11 PM, Valentina Blohm Crenovich wrote: > *Hello!* > > *I have the following error system Mac OS 10.6.8 R 3.2.1 :* > > > *>fileUrl<- > "https:data.baltimorecity.gov/api/vie

Re: [R-SIG-Mac] graphics problem from Macintosh system software

2015-12-17 Thread Richard M. Heiberger
:23 PM, Erich Neuwirth wrote: > Do you have any idea under what circumstances this happens. > > >> On Dec 17, 2015, at 21:44, Richard M. Heiberger wrote: >> >> This has been reported before. I am still seeing it with R-3.2.3. >> It appears randomly. It sounds scar

[R-SIG-Mac] graphics problem from Macintosh system software

2015-12-17 Thread Richard M. Heiberger
This has been reported before. I am still seeing it with R-3.2.3. It appears randomly. It sounds scary. Rich > Dec 17 15:14:01 rmhs-MacBook-Air.local R[3534] : CGContextSetFont: invalid context 0x7fb698259080. This is a serious error. This application, or a library it uses, is using an invalid

Re: [R-SIG-Mac] [R] A problem someone should know about

2015-03-29 Thread Richard M. Heiberger
This looks like a specific Macintosh error that appears at random intervals. I get it at random, and unreproducible times. I reported it (or perhaps a close relative) to the r-sig-mac list in September 2014. Rich On Sun, Mar 29, 2015 at 9:59 PM, Rolf Turner wrote: > On 30/03/15 11:52, Ian Lest

Re: [R-SIG-Mac] Yosemite and R

2014-10-27 Thread Richard M. Heiberger
p; Its Applications, Room 1194, > John Dedman Mathematical Sciences Building (Building 27) > Australian National University, Canberra ACT 0200. > > > On 28 Oct 2014, at 15:03, Richard M. Heiberger wrote: > >> I just did a workshop for new R users. the only serious installati

Re: [R-SIG-Mac] Yosemite and R

2014-10-27 Thread Richard M. Heiberger
I just did a workshop for new R users. the only serious installation problem I saw was Macintosh users and tctlk. From this discussion, I knew to tell both people they needed to download quartz.macosforge.org and indeed that solved it. Is there a place on the package DESCRIPTION file to state th

[R-SIG-Mac] context message

2014-09-19 Thread Richard M. Heiberger
Sep 19 16:37:16 rmhs-air.home R[15381] : CGContextDelegateCreateForContext: invalid context 0x7fe3bb796370. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This n

Re: [R-SIG-Mac] bypassing the R.app help browser?

2014-08-13 Thread Richard M. Heiberger
options("help_type"="text") Neither helped. Help files are sent to an X11 viewer. I detached Rcmdr with unload=TRUE and help files went back to an emacs buffer. Please suggest something else for me to try. Rich On Wed, Aug 13, 2014 at 8:33 PM, Richard M. Heiberger wrote:

Re: [R-SIG-Mac] bypassing the R.app help browser?

2014-08-13 Thread Richard M. Heiberger
hat adding matrixcalc to the Suggests list might be the missing item that will allow building on R-Forge. Rich On Wed, Aug 13, 2014 at 3:08 PM, John Fox wrote: > Dear Rich, > >> -Original Message----- >> From: Richard M. Heiberger [mailto:r...@temple.edu] >> Sent: Wednes

Re: [R-SIG-Mac] bypassing the R.app help browser?

2014-08-13 Thread Richard M. Heiberger
John, I have noticed what I think is a related issue. I normally run R under emacs with ESS. help files open an emacs buffer. When I run Rcmdr on the Mac, then Rcmdr changes the help file location to something on the Mac. It restores the emacs buffer destination when I close Rcmdr. Is there, or

Re: [R-SIG-Mac] Hello

2014-08-01 Thread Richard M. Heiberger
R Commander menus are sensitive to the currently active data.frame. My guess is that you didn't declare that. Do so on the R Commander menu with item "Data set:" Also be sure to read the "Introduction to the R Commander" on the Rcmdr Help menu item. On Fri, Aug 1, 2014 at 11:35 AM, Grant Rettke

[R-SIG-Mac] consistent segfault

2014-07-17 Thread Richard M. Heiberger
I can consistently get a segfault from Mavericks 3.1 and I suspect it is from a mismatch of compiled code. Can this type of mismatch be detected when the package is loaded? When I moved to the Mavericks R distribution, I copied packages from my 3.0 (SnowLeopard) library and then did an update.pa

[R-SIG-Mac] warning message from OS X

2014-05-06 Thread Richard M. Heiberger
May 6 15:08:33 rmhs-MacBook-Air.local R[21671] : CGContextSetFont: invalid context 0x10064d430. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a

Re: [R-SIG-Mac] upgrade to Mavericks

2014-04-24 Thread Richard M. Heiberger
ng > environment. > > regards, > Erwin > > > On Saturday, 29 March 2014 01:54:11 UTC+11, Richard M. Heiberger wrote: >> >> Apple has been popping an offer for a free upgrade to Mavericks. >> (I currently have OS X Lion10.7.5 on an 8GB MacBook Air). >> Ot

[R-SIG-Mac] upgrade to Mavericks

2014-03-28 Thread Richard M. Heiberger
Apple has been popping an offer for a free upgrade to Mavericks. (I currently have OS X Lion10.7.5 on an 8GB MacBook Air). Other than this offer from Apple, I have no dissatisfaction with the Mac for my use pattern. There has been much comment on this list about the difficulties of compiling R wit

Re: [R-SIG-Mac] mac mavericks problem

2013-10-24 Thread Richard M. Heiberger
of course you never use it. it won't work. the point of the email is that writing an invalid statement should trigger only an error message. It should not trigger the segfault. It looks like the segfault is specific to 3.0.1 since your and Marc both report that you don't see the segfault on 3.0.

[R-SIG-Mac] mac mavericks problem

2013-10-24 Thread Richard M. Heiberger
one of my students just download mac mavericks. starting with the new system, R-3.0.1 in the APP is misbehaving. enter TRUE <- FALSE (to illustrate why use of T is not a good practice) R app gives the error message invalid (do_set) left-hand side to assignment *** caught segfault *** address 0x7

[R-SIG-Mac] problem in quartz with emacs/ESS

2012-11-23 Thread Richard M. Heiberger
I think this is a quartz problem interacting with emacs/ESS. When I run the following lines in the *R* buffer, ## -- library(grid) library(lattice) library(png) Rlogo.png <- readPNG("/Library/Frameworks/R.framework/Versions/2.15/Resources/library/png/img/Rlogo.png", TRUE) Rlogo.grob <-

[R-SIG-Mac] warning on macintosh 2.16 that is not on 2.15.2 or on windows

2012-10-19 Thread Richard M. Heiberger
mylegend <- structure(list(bottom = structure(list(fun = "draw.key", args = structure(list( key = structure(list(y = -0.2, x = 0.15, points = structure(list( col = c("red", "blue"), pch = c(16, 17)), .Names = c("col", "pch")), text = structure(list(c("TREATMENT A (N=216)", "TREATMEN

Re: [R-SIG-Mac] Naive question about permissions

2012-10-19 Thread Richard M. Heiberger
R runs in emacs on the mac. I use GNU Emacs 23.4.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-01-29 on bob.porkrind.org with Vincent Goulet's distribution. M-x R works. On Fri, Oct 19, 2012 at 5:28 PM, Paul Hewson wrote: > typing R in the console gets the error "you don't have perm

Re: [R-SIG-Mac] graphics device with record=TRUE

2012-07-05 Thread Richard M. Heiberger
mework/Versions/2.15/Resources/doc to point to /Applications/R.app/Contents/Resources? That will make it easier for the next person converting from windows to mac. Thanks Rich On Thu, Jul 5, 2012 at 11:59 AM, David Winsemius wrote: > > On Jul 5, 2012, at 10:58 AM, Richard M. Heiberger wrote: > &

Re: [R-SIG-Mac] graphics device with record=TRUE

2012-07-05 Thread Richard M. Heiberger
backward in sequence as far back as memory supports. >From S-Plus on windows, click on a tab to get to a specific graph, or click on a tab and delete a specific graph. On Thu, Jul 5, 2012 at 10:01 AM, Simon Urbanek wrote: > > On Jul 5, 2012, at 9:42 AM, David Winsemius wrote: >

Re: [R-SIG-Mac] graphics device with record=TRUE

2012-07-04 Thread Richard M. Heiberger
at 11:35 PM, David Winsemius wrote: > > On Jul 4, 2012, at 11:12 PM, Richard M. Heiberger wrote: > > The windows feature I miss most on the Mac is a graphics device that >> remembers the previous graphs, >> specifically >> windows.options(record=TRUE) ## R for Windo

[R-SIG-Mac] graphics device with record=TRUE

2012-07-04 Thread Richard M. Heiberger
The windows feature I miss most on the Mac is a graphics device that remembers the previous graphs, specifically windows.options(record=TRUE) ## R for Windows Is there a similar feature available on the macintosh? Rich [[alternative HTML version deleted]] __

Re: [R-SIG-Mac] Error in xzfile(file, "wb", compression = 9)

2012-06-09 Thread Richard M. Heiberger
ndows suspended didn't do it. On Fri, Jun 8, 2012 at 6:36 PM, Richard M. Heiberger wrote: > cygwin has bin/xz > > the mac doesnt have xz in its /bin > I won't follow through today. reading the r code > for > > Browse[1]> xzfile > function (description,

Re: [R-SIG-Mac] Error in xzfile(file, "wb", compression = 9)

2012-06-08 Thread Richard M. Heiberger
ression)) is the next step, but not today. On Fri, Jun 8, 2012 at 6:09 PM, Richard M. Heiberger wrote: > I am using exactly the same Rtools etc on both the real Windows machine > and the Parallels version on the Mac. > > FOllowigin your hint I am sure the problem is a file > extensi

Re: [R-SIG-Mac] Error in xzfile(file, "wb", compression = 9)

2012-06-08 Thread Richard M. Heiberger
Is it true that noone else has attempted to build a package on the windows side of a parallels windows on a mac? On Fri, Jun 8, 2012 at 5:56 PM, David Winsemius wrote: > > On Jun 8, 2012, at 5:16 PM, Richard M. Heiberger wrote: > > I just changed all 6 to > C:\Program Files\R\R-2.15.

Re: [R-SIG-Mac] Error in xzfile(file, "wb", compression = 9)

2012-06-08 Thread Richard M. Heiberger
I just changed all 6 to C:\Program Files\R\R-2.15.0\bin\i386\Rgui.exe which displays as "R for Windows Gui front-end" Doing that did not solve this problem. I guess the next step is reading the scripts in Rtools. On Fri, Jun 8, 2012 at 5:05 PM, Richard M. Heiberger wrote: >

Re: [R-SIG-Mac] Error in xzfile(file, "wb", compression = 9)

2012-06-08 Thread Richard M. Heiberger
Yes, .q .r .rcommand .rd .rda .rds are sent to R (Mac). .rdata ggoes to R for Windows GUI front end. I will experiment with the right target for the others. On Fri, Jun 8, 2012 at 5:03 PM, Richard M. Heiberger wrote: > David, > > > > that makes sense to me. How do I respond t

Re: [R-SIG-Mac] Error in xzfile(file, "wb", compression = 9)

2012-06-08 Thread Richard M. Heiberger
then Windows could display the pdf files. I will look at the file extensions map now for lzma. Should you get back to me before I find it, I would be very happy. Rich On Fri, Jun 8, 2012 at 4:53 PM, David Winsemius wrote: > > On Jun 8, 2012, at 4:21 PM, Richard M. Heiberger wrote: > &g

[R-SIG-Mac] Error in xzfile(file, "wb", compression = 9)

2012-06-08 Thread Richard M. Heiberger
I just bought a Mac and am learning it. I have a package which "R CMD check"s normally on a PC and in Mac mode on the new Mac. Under Windows in Parallels on the Mac, I am getting a message I don't understand. * checking data for ASCII and uncompressed saves ... WARNING Error in xzfile(file, "wb