Re: [R-SIG-Mac] XQuartz launches during R CMD check?

2025-06-22 Thread Duncan Murdoch
n't use it. Your startup script might do that though. Some packages do use it. If the package calls X11(), that will open XQuartz. If it uses the rgl package, it will default to opening XQuartz, but can be told not to. I don't know of other examples, but I wouldn't be surpr

Re: [R-SIG-Mac] upgraded to 4.5 (mac x86), errors

2025-05-31 Thread Duncan Murdoch
ror. You might think having update.packages() reinstall base packages would be a good idea, but if the base packages are messed up, R is broken, and update.packages() probably won't work properly. Duncan Murdoch On 2025-05-31 6:38 a.m., Carl Witthoft wrote: I did this sequence: copy over a

Re: [R-SIG-Mac] R-SIG-Mac Digest, Vol 266, Issue 9

2025-05-25 Thread Duncan Murdoch
That could probably work, but as I just posted, it's not necessary if you incorporate a PR for wdman. remotes::install_github("ashbythorpe/wdman@chromefix") Duncan Murdoch On 2025-05-25 7:02 a.m., Carl Witthoft wrote: You mean aside from creating a symlink in ~/Libr

Re: [R-SIG-Mac] RSelenium in R 4.5.0?

2025-05-25 Thread Duncan Murdoch
On 2025-05-24 10:30 a.m., Duncan Murdoch wrote: Today I finally updated to R 4.5.0, and found that RSelenium had stopped working. It appears that it switched to the older convention for the storage of the chromedriver: it was looking in ~/Library/Application Support/binman_chromedriver/mac_m1

[R-SIG-Mac] RSelenium in R 4.5.0?

2025-05-24 Thread Duncan Murdoch
Support/binman_chromedriver/mac-arm64. Has anyone else seen this? Any suggested fixes? I've switched back to R 4.4.3 for now, but I'd like to upgrade. Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.

Re: [R-SIG-Mac] Installing svglite in R-devel

2025-05-22 Thread Duncan Murdoch
=-L/opt/R/arm64/lib with_tcl_config=/opt/R/arm64/lib/tclConfig.sh with_tk_config=/opt/R/arm64/lib/tkConfig.sh -pd On 22 May 2025, at 13:35 , Duncan Murdoch wrote: I'm trying to install the svglite package in R-devel on my M3 Mac running Sonoma 14.7.1, and getting these re

[R-SIG-Mac] Installing svglite in R-devel

2025-05-22 Thread Duncan Murdoch
e C++ compiler. ## CXXFLAGS= @@ -255,7 +255,7 @@ ## Objective-C(++), mainly for macOS ## On macOS, Apple clang with additional gcc flag -fobjc-exceptions -## OBJC= +OBJC=$CC ## OBJCFLAGS= ## OBJC_LIBS- ## Objective-C compiler, usually the same as $CXX $CXXSTD Can anyone spot what needs fixing? Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] R/compilers can't find libintl.h on MacOS X

2025-04-24 Thread Duncan Murdoch
I don't know about Gavin, but all I wanted was to be able to install my package from source on Github without an error. Duncan Murdoch On 2025-04-24 12:18 p.m., Kevin Ushey wrote: Hi Gavin, If you want to use gettext from Homebrew, you need to make sure the compiler include paths are s

Re: [R-SIG-Mac] R/compilers can't find libintl.h on MacOS X

2025-04-24 Thread Duncan Murdoch
t; This needs to come after R has been set up so that Rscript will be available. Duncan Murdoch On 2025-04-24 5:19 a.m., Duncan Murdoch wrote: That's it! It's the tar that needs the sudo. I may switch to using the R script method to avoid hard-coding architecture and version,

Re: [R-SIG-Mac] R/compilers can't find libintl.h on MacOS X

2025-04-24 Thread Duncan Murdoch
That's it! It's the tar that needs the sudo. I may switch to using the R script method to avoid hard-coding architecture and version, but I've got something that works now. Thanks! Duncan Murdoch On 2025-04-24 4:47 a.m., peter dalgaard wrote: ICBW, but you seem to be sudo-i

Re: [R-SIG-Mac] R/compilers can't find libintl.h on MacOS X

2025-04-23 Thread Duncan Murdoch
I didn't use sudo, but adding it doesn't help. Here's the latest failed run: https://github.com/dmurdoch/parseLatex/actions/runs/14634872157/job/41063801330 It fails to create opt/R/arm64. I also tried x86_64, with similar results. Duncan Murdoch On 2025-04-23 4:17 p.m., Simo

Re: [R-SIG-Mac] R/compilers can't find libintl.h on MacOS X

2025-04-23 Thread Duncan Murdoch
It's the "just install gettext" part that's giving me trouble. How do you do that in a Github action? Duncan Murdoch On 2025-04-23 1:04 p.m., peter dalgaard wrote: If you are using Simon's tools and libs, just install gettext and make sure that CPPFLAGS includes -I

Re: [R-SIG-Mac] R/compilers can't find libintl.h on MacOS X

2025-04-23 Thread Duncan Murdoch
it is already installed, but R isn't looking there; install using the curl command below: fails because of permissions. Duncan Murdoch On 2025-04-19 5:40 p.m., Simon Urbanek wrote: Gavin, there are few issues here with different possible solutions. In general, you cannot mix R from Ho

Re: [R-SIG-Mac] "R" software for Mac - Silent installation question

2025-02-27 Thread Duncan Murdoch
ve a number of community discussion forums, and those might help. Another possibility is that you could contact Posit, who sell and distribute RStudio. If you are trying to install it as well as R, then they'd have an interest in helping you. Duncan Murdoch On 2025-02-27 3:36 p.m.,

Re: [R-SIG-Mac] R-SIG-Mac Digest, Vol 261, Issue 2

2024-12-16 Thread Duncan Murdoch
Two new data points: 1. The loss of event handling happened again today, so John Fox's suggestion to avoid AppNap was not sufficient. 2. Sys.sleep(10) still produces the ignored events, but in the broken state, it doesn't recover at the end. Dunc

Re: [R-SIG-Mac] R-SIG-Mac Digest, Vol 261, Issue 2

2024-12-12 Thread Duncan Murdoch
On 2024-12-11 6:22 p.m., Simon Urbanek wrote: On Dec 12, 2024, at 10:00 AM, Duncan Murdoch wrote: On 2024-12-11 3:43 p.m., Michael Hall wrote: Message: 1 Date: Wed, 11 Dec 2024 12:25:42 -0500 From: Duncan Murdoch To: R-SIG-Mac Subject: [R-SIG-Mac] R.app not handling events Message-ID

Re: [R-SIG-Mac] R-SIG-Mac Digest, Vol 261, Issue 2

2024-12-11 Thread Duncan Murdoch
On 2024-12-11 3:43 p.m., Michael Hall wrote: Message: 1 Date: Wed, 11 Dec 2024 12:25:42 -0500 From: Duncan Murdoch To: R-SIG-Mac Subject: [R-SIG-Mac] R.app not handling events Message-ID: Content-Type: text/plain; charset="utf-8"; Format="flowed" Every now and then R.

Re: [R-SIG-Mac] R.app not handling events

2024-12-11 Thread Duncan Murdoch
On 2024-12-11 2:22 p.m., John Fox wrote: Hello Duncan The problem may be related to macOS App Nap (although the persistence of the problem when R.app has the focus seems to contradict that). If so, you could either make sure that R.app retains the focus while the command executes or disable App

[R-SIG-Mac] R.app not handling events

2024-12-11 Thread Duncan Murdoch
n't spotted the cause. The only solution I've found is to quit the session and restart it. Does anyone know what might be causing this, or a way to fix it without ending the session? Duncan Murdoch ___ R-SIG-Mac mailing list R-SI

Re: [R-SIG-Mac] What are these other 'R' processes?

2024-11-27 Thread Duncan Murdoch
r? Are they leftovers? I don't see extra R processes. Just the one with the R icon. If you exit R.app, do the remaining processes go away? Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

[R-SIG-Mac] Bug in reading UTF-16LE file?

2024-09-08 Thread Duncan Murdoch
s Jeff got correct results on several different systems using "UTF-16". Is this a MacOS bug or an R for MacOS bug? Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] Installing openssl package in R-devel

2024-07-21 Thread Duncan Murdoch
to disable Homebrew whenever you are compiling something native. Cheers, Simon On 22/07/2024, at 6:28 AM, Duncan Murdoch wrote: Okay, I've figured out the previous issue. The openssl package configure script dies if it doesn't have openssl version 3, while install.libs() provides

Re: [R-SIG-Mac] Installing openssl package in R-devel

2024-07-21 Thread Duncan Murdoch
n(/Users/murdoch/R/R-devel/library/00LOCK-openssl/00new/openssl/libs/openssl.so, 0x0006): symbol not found in flat namespace '_EVP_CIPHER_CTX_get_block_size' Error: loading failed Execution halted ERROR: loading failed * removing ‘/Users/murdoch/R/R-devel/library/openssl’ Any suggestions? D

[R-SIG-Mac] Installing openssl package in R-devel

2024-07-21 Thread Duncan Murdoch
sl config is finding the Homebrew info. Can someone suggest what I need to do to get this to work? Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] Issue installing units package after updating R to 4.4

2024-07-09 Thread Duncan Murdoch
mmend that you install R from CRAN instead, and if necessary follow the instructions on https://mac.r-project.org/bin/ to get extra libs like udunits. Duncan Murdoch On 2024-07-09 7:56 a.m., Jacob Howard Ph.D. wrote: Hello all, I am running the R 4.4 on an M2 mac chip. Since updating R to 4.4 I

Re: [R-SIG-Mac] How to workaround RStudio issues

2024-06-18 Thread Duncan Murdoch
d this in rgl's configure script. Duncan Murdoch On 2024-06-15 2:13 p.m., Duncan Murdoch wrote: RStudio is causing problems for rgl builds. In particular, on my M3 system, I have installed the arm64 binaries and tools in /opt/R/arm64/bin as recommended, and builds work fine if I run them

[R-SIG-Mac] How to workaround RStudio issues

2024-06-15 Thread Duncan Murdoch
he arm64 files to /opt/R/arm64/bin? - Should I really be doing this, or is my system broken since my /usr/local/bin directory contains things it shouldn't, or should I just tell people to put /opt/R/arm64/bin first in their PATH? Duncan Murdoch __

Re: [R-SIG-Mac] "R CMD build" ...Error... "processing vignette ... failed with diagnostics:, Pandoc is required to build R Markdown vignettes but not available."

2024-06-13 Thread Duncan Murdoch
things. So you could do PATH=$PATH:~/Library/Application\ Support/r-pandoc/3.2 R CMD build ... (or if you want, the equivalent that makes the PATH change permanent). Duncan Murdoch Thanks, Spencer Graves On June 13, 2024 10:09:25 AM PDT, Spencer Graves wrote: Hello

[R-SIG-Mac] Some M3 upgrade notes

2024-05-20 Thread Duncan Murdoch
in manual section C.3.1 should also have worked, but I didn't notice that until later. Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] error when installing the robustbase package (robustbase.rdb is corrupt)

2024-03-25 Thread Duncan Murdoch
ry packages are in /var/folders/d6/s97fjjxd3_9353x_lwb69210gn/T//RtmptD64D6/downloaded_packages > library(robustbase) Warning message: package ‘robustbase’ was built under R version 4.3.2 so it worked with just a warning because I'm using an old version of R. Duncan Murdoch On 24/03/2024 5

Re: [R-SIG-Mac] Permission issues running R in terminal

2024-02-19 Thread Duncan Murdoch
ot;. If I delete it using "rm -r", I get a slightly different message. Duncan -pd On 19 Feb 2024, at 10:43 , Jeroen Ooms wrote: On Sun, Feb 18, 2024 at 11:57 PM Duncan Murdoch wrote: I wanted to see the options to R CMD INSTALL, and was surprised to see this output:

Re: [R-SIG-Mac] Permission issues running R in terminal

2024-02-19 Thread Duncan Murdoch
: getcwd: cannot access parent directories: No such file or directory ... (because BUILD-dist is wiped and re-created by the automatic builds, but the shell still refers to the unlinked directory.) -pd On 18 Feb 2024, at 23:57 , Duncan Murdoch wrote: I wanted to see the options to R CMD INSTALL

[R-SIG-Mac] Permission issues running R in terminal

2024-02-18 Thread Duncan Murdoch
ng it? Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] Graphics in R, version 4.3.2, does not work well in MacOS

2024-02-16 Thread Duncan Murdoch
I don't think you have described how you installed R. Did you use the installer from CRAN, or build it yourself, or get it from some other source like Homebrew or MacPorts? Duncan Murdoch On 16/02/2024 4:25 a.m., María de los Ángeles Casares de Cal via R-SIG-Mac wrote: Dear Simo

Re: [R-SIG-Mac] R

2023-10-17 Thread Duncan Murdoch
CRAN, but in case they messed up this time, you might try downloading from the main site instead: https://cran.r-project.org/bin/macosx/ Duncan Murdoch On 17/10/2023 8:25 a.m., nina.moel...@uni-jena.de wrote: Hello, I wanted to Download R for a Seminar at FSU Jena and read the posting Guid

Re: [R-SIG-Mac] 4.3.1 fails to load

2023-07-23 Thread Duncan Murdoch
it work in x.y.(z+1), but not in x.(y+1).z'. Errors like that are what "checkBuilt" is looking for. I don't know what "Update All" is doing; that's some front end calling R. Duncan Murdoch The problem remains not-solved, because (prior to updating everyt

Re: [R-SIG-Mac] R 4.3.1 fails to load

2023-07-22 Thread Duncan Murdoch
o see which line in it is causing this (if it is actually .Rprofile that is the problem). Duncan Murdoch On 22/07/2023 4:29 p.m., Carl Witthoft wrote: Neither R.app Gui nor R from command line will work. This is 4.3.1 , MacOS 13.4 on an x86 (and yes, that's the version I installed).

Re: [R-SIG-Mac] Serious problem with R on macOS

2023-06-08 Thread Duncan Murdoch
ework/Versions/4.3-x86_64/Resources/library" but maybe not identical to that. Running ls on that directory in the terminal should list all the installed packages (including datasets and everything else that is supposed to be installed). Duncan Murdoch On 08/06/2023 3:16 p.m., John Helly via R-

Re: [R-SIG-Mac] Issue with Installer on Mac OS Ventura 13.4

2023-05-25 Thread Duncan Murdoch
Adrian's comment reminded me of a post from Simon on Feb 8: Apparently there is a bug in Ventura that prevents software installation from the Downloads folder. Once the installer package is moved someplace else - the home or Desktop - it works. So if you see "Installation failed", make sure yo

Re: [R-SIG-Mac] Problems compiling with R CMD build and devtools::build()

2023-05-17 Thread Duncan Murdoch
where yours had -L/opt/R/arm64/gfortran/lib/gcc/aarch64-apple-darwin20.6.0/12.0.1 -L/opt/R/arm64/gfortran/lib -lgfortran i.e. gfortran is in /opt/gfortran, not /opt/R/arm64/gfortran. But I don't know if that difference is expected or not. Duncan Murdoch On 17/05/2023 2:43 p.m., Jarret

Re: [R-SIG-Mac] Problems compiling with R CMD build and devtools::build()

2023-05-17 Thread Duncan Murdoch
I think the simplest solution is to remove the gfortran you installed, and then install it back using the installer on https://mac.r-project.org/tools/ Duncan Murdoch On 17/05/2023 1:26 p.m., Jarrett Phillips wrote: Hi Rodney, When I paste the directories into the Terminal, I get no such

Re: [R-SIG-Mac] [R-pkg-devel] 'Default' macos (x86) download URL now gone?

2023-04-23 Thread Duncan Murdoch
ld be created. Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] question about using edit() function on mac

2023-04-21 Thread Duncan Murdoch
#x27;t think so: that wouldn't really be compatible with maintaining the size. (3) Finally, and less importantly to me, is there any way to select the font style and the font size that is used in the edit window? As far as I can see, no. Duncan Murdoch _

Re: [R-SIG-Mac] Please test R 4.3.0 RC, more information below

2023-04-18 Thread Duncan Murdoch
On 18/04/2023 12:58 p.m., Duncan Murdoch wrote: Hi Simon. I'm seeing crashes when I try to compile rgl and run it in the new R on my Intel notebook. I only installed R, I didn't update all the libs/tools/etc. The crash report is copied below. One oddity I notice on the 4th line of

Re: [R-SIG-Mac] Please test R 4.3.0 RC, more information below

2023-04-18 Thread Duncan Murdoch
ar 2023 month 04 day13 svn rev84266 language R version.string R version 4.3.0 RC (2023-04-13 r84266) nickname Already Tomorrow but when I choose "About R" in the GUI, I see 4.2.3 reported. Maybe I've got both installed, and that'

Re: [R-SIG-Mac] List of unnecessary messages when I plot something in R from Terminal

2023-02-11 Thread Duncan Murdoch
That's right. The releases are based on what's known when they are released, not what will be known in the future. And statisticians are supposed to be good at prediction... Duncan Murdoch On 11/02/2023 4:53 p.m., Jeff Newmiller wrote: Operating systems are designed to be a

Re: [R-SIG-Mac] Cannot open PDF Vignettes on Ventura

2023-02-06 Thread Duncan Murdoch
That worked for me. I deleted two plugins from the global /Library/Internet\ Plug-Ins folder named AdobePDFViewer.plugin AdobePDFViewerNPAPI.plugin and dated from 2020. Now things are fine. Duncan Murdoch On 06/02/2023 7:36 p.m., Simon Urbanek wrote: Kevin, oh, that's some

Re: [R-SIG-Mac] Cannot open PDF Vignettes on Ventura

2023-02-06 Thread Duncan Murdoch
On 06/02/2023 6:01 p.m., Kevin Thorpe wrote: When I try to open a PDF vignette (say a vignette from the survival package)from the help system in R it does not open Preview. I cannot actually open any PDF vignettes. All I get is a finder window with the error I previously described. It asks me

Re: [R-SIG-Mac] Cannot open PDF Vignettes on Ventura

2023-02-06 Thread Duncan Murdoch
] called within transaction Kevin Hi Kevin. If you just run `open some.pdf` in a terminal, does it open properly in Preview? Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] CRAN installer for macOS - directory permissions

2022-06-08 Thread Duncan Murdoch
, they could modify the second lib, but only reinstalls of R would change the first one. On a multi-user system there would typically be another lib in the user account. Duncan Murdoch On 03/06/2022 12:45 p.m., Henrik Bengtsson wrote: I see two fairly big problems with users installing R packag

Re: [R-SIG-Mac] CRAN installer for macOS - directory permissions

2022-06-03 Thread Duncan Murdoch
roup, and that group has permission to change the system library. That's the point that Patrick made in his original message. He was asking to change the installer so that privilege escalations *would* be required. Duncan Murdoch On June 3, 2022 10:01:25 AM PDT, Duncan Murdoch wro

Re: [R-SIG-Mac] CRAN installer for macOS - directory permissions

2022-06-03 Thread Duncan Murdoch
on a specific proposal to make. Duncan Murdoch /Henrik On Fri, Jun 3, 2022 at 10:38 AM Duncan Murdoch wrote: On 03/06/2022 1:21 p.m., Peter Dalgaard wrote: Eek! No, just no... That way users can't upgrade a package for himself on a multi-user system if the sysop won't do it f

Re: [R-SIG-Mac] CRAN installer for macOS - directory permissions

2022-06-03 Thread Duncan Murdoch
ge in the personal library if it is already installed in the system library. Duncan Murdoch On 03/06/2022 12:45 p.m., Henrik Bengtsson wrote: I see two fairly big problems with users installing R packages to .Library by default. One is related to package checking and CRAN, and one is relat

Re: [R-SIG-Mac] Contributing to documentation [Was: Installing gfortran]

2022-04-30 Thread Duncan Murdoch
but that's not what they should be editing. Often problems there were dealt with months ago, and just weren't seen as important enough to backport to the R-patched branch so they never made it into a release. Duncan Murdoch The bigger impedance is that people who are good with do

Re: [R-SIG-Mac] Contributing to documentation [Was: Installing gfortran]

2022-04-30 Thread Duncan Murdoch
f making helpful contributions: they like help, they don't like arguments about how to do things. (I'm saying this as a former member of R Core.) Duncan Murdoch The problem is that generally they cannot. You are looking something up, because you don't know about it s

Re: [R-SIG-Mac] Compiling Cairo package

2021-12-26 Thread Duncan Murdoch
type = "source", configure.args = "--x-includes=/opt/X11/include --x-libraries=/opt/X11/lib") Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

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

2021-11-28 Thread Duncan Murdoch
On 28/11/2021 7:05 a.m., Erich Neuwirth wrote: I checked, and I also get the crash in Rstudio. In Rgui, it works. I don't get the crash, using R 4.1.0 in MacOS 10.15.7, with the same Rmpfr version in RStudio or R.app. Duncan Murdoch On 27.11.2021, at 21:46, Dev Chakraborty wrot

Re: [R-SIG-Mac] Retrieving Script Path in R.app

2021-10-10 Thread Duncan Murdoch
doesn't call source(). My conclusion would be to use RStudio rather than the R.app editor. I prefer R.app for interactive use, but not at all for code development. Duncan Murdoch On 09/10/2021 11:23 p.m., Andrew Simmons wrote: Hello, I'd like to programmatically retrieve the pat

Re: [R-SIG-Mac] .libPaths and library directory

2021-09-05 Thread Duncan Murdoch
l - In Other Location - As defined by .libPaths() Which of those are you choosing? Duncan Murdoch I don't remember at which exact version this started to happen (it was also present in 4.1.0), and could not find any particular setting that I should tweak to make these equal. This is the

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

2021-08-21 Thread Duncan Murdoch
The rgl patch was accepted by CRAN an hour ago, so you should see it soon. Duncan Murdoch On 19/08/2021 8:57 p.m., Simon Urbanek wrote: Duncan, using that checkout I get * checking package dependencies ... ERROR Package suggested but not available: ‘webshot2’ but otherwise it works as

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

2021-08-20 Thread Duncan Murdoch
1971542] surface notify updated 0 2021-08-20 08:00:47.470340-0400 R[79608:1971542] caller is the same thread for uid 49 They don't seem to lead to any problems, but maybe on an ARM they're more serious. Anyway, so if you can post the fixed release I'd be happy the recomp

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

2021-08-19 Thread Duncan Murdoch
::install_github("dmurdoch/rgl@configpatch") Duncan Murdoch On 19/08/2021 6:08 p.m., Simon Urbanek wrote: R (and the CRAN builds) use more recent static freetype with harfbuzz support so it does not depend for those in XQuartz. The issue is that rgl doesn't use sufficient flags to compile a

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

2021-08-19 Thread Duncan Murdoch
amespace in /Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/rgl/libs/rgl.so That looks like a symbol in the harfbuzz lib. rgl doesn't reference it directly, I think FreeType does. I don't know what you need to do to fix this, but maybe that's enough

Re: [R-SIG-Mac] r-sig-mac@r-project.org - "You can’t open the application “R” because this application is not supported on this Mac"

2021-07-17 Thread Duncan Murdoch
27;t want the arm64 download, you want https://cran.r-project.org/bin/macosx/base/R-4.1.0.pkg It is listed on the web site as "High Sierra and higher", so it should work on Big Sur, but only if you have an Intel chip. Duncan Murdoch Your support is much appreciated. Lindsay Fore

Re: [R-SIG-Mac] Minor bug in R.app GUI

2021-06-08 Thread Duncan Murdoch
Just updated to R 4.1.0 and R.app 1.76 (7976), and this has apparently been fixed. Sorry for the noise! Duncan Murdoch On 07/06/2021 10:07 a.m., Duncan Murdoch wrote: When running in R.app (sessionInfo below; this is not quite the latest, sorry) I see the following minor issue: When typing

[R-SIG-Mac] Minor bug in R.app GUI

2021-06-07 Thread Duncan Murdoch
soon as I type anything else, it pops back up. Duncan Murdoch Sessioninfo: R version 4.0.5 Patched (2021-04-30 r80294) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Catalina 10.15.7 Matrix products: default BLAS: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib

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

2021-05-25 Thread Duncan Murdoch
may not be relevant. Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] R CMD …

2021-02-20 Thread Duncan Murdoch
thin the GUI using system("R CMD ...") Duncan Murdoch ___ 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] Re: more rgl problems

2021-02-20 Thread Duncan Murdoch
y; that won't really test the workaround. In that case I'll try to build a binary for your R version. Duncan Murdoch On 18/02/2021 6:07 p.m., Richard M. Heiberger wrote: This is from my MacBook Air mid-2012 running Catalina 10.15.7 with Xquartz 2.7.11 I never placed the beta on this ma

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

2021-02-18 Thread Duncan Murdoch
stroyed, but I still don't like it. I'll try it out a bit, and then push it to Github for others to test. Duncan Murdoch On 18/02/2021 6:28 a.m., Duncan Murdoch wrote: I can reproduce this on a Catalina machine, working in R from the terminal. This definitely looks similar to

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

2021-02-18 Thread Duncan Murdoch
iles with older install dates, especially dates around Feb 2, when I had installed 2.8.0beta. The /Library/Launch* files showed up that way. Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

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

2021-02-18 Thread Duncan Murdoch
On 18/02/2021 7:15 a.m., Peter West wrote: I’ve enabled /opt/X11/libexec/launchd_startx for full disk access in Security & Privacy, but it hasn’t fixed the problem. In any case, it's a generic XQuartz problem, not related to R or rgl. Duncan ___ R-

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

2021-02-18 Thread Duncan Murdoch
On 18/02/2021 6:14 a.m., Peter West wrote: Yes, I went through that process. I have no org.xquartz.* files in /Library Launch* now. If you run x11(), does it cause the same issue? What about not starting R at all, and just running some X11 app like xclock from the terminal? Duncan Murdoch

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

2021-02-18 Thread Duncan Murdoch
() error: xp_attach_gl_context returned: 2 *** caught segfault *** address 0x18, cause 'memory not mapped' but that might just be a different way of reporting the same underlying issue. It's clearly some kind of interaction between the Quartz device and rgl. I'll see if I can tra

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

2021-02-18 Thread Duncan Murdoch
unchAgents/org.xquartz.startx.plist and /Library/LaunchDaemons/org.xquartz.startx.plist files and reboot, but I haven't tried that. Duncan Murdoch ___ 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] Re: [External] Re: [External] Re: [External] Please test R 4.0.4 RC

2021-02-14 Thread Duncan Murdoch
current CRAN binary (0.104.16) was already compiled for 2.7.11, so it's also fine now. If you install rgl from source after the XQuartz version change, you should be okay. Duncan Murdoch Peter — p...@ehealth.id.au <mailto:p...@ehealth.id.au> Moved with pity, he stretched out h

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

2021-02-13 Thread Duncan Murdoch
. Relogin, and things seem fine. Duncan Murdoch On 13/02/2021 7:22 p.m., Richard M. Heiberger wrote: It is looking for: missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun This is the entirety of /Library/Developer/CommandLineTools/usr/share/ /Library/Developer

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

2021-02-13 Thread Duncan Murdoch
is present, but it only works for users that have dev tools installed, so not a good idea in general. Okay, thanks. I already have a no-X11 workaround; I'll just change the error message if the dyn.load() fails. Duncan Cheers, Simon On Feb 14, 2021, at 11:32 AM, Duncan Murdoch w

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

2021-02-13 Thread Duncan Murdoch
lar version during my build, or at least detect that the wrong version is installed? Duncan Murdoch Cheers, Simon On Feb 14, 2021, at 9:50 AM, Richard M. Heiberger wrote: I tried this. It made no difference. Both before and after running sudo xcode-select —install I ran (in both cases, in

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

2021-02-13 Thread Duncan Murdoch
tenv(DISPLAY=":0.0") again in future sessions, and I would guess the socket will be recreated the next time you restart the system (or maybe on login). Duncan Murdoch On 13/02/2021 4:21 p.m., Richard M. Heiberger wrote: That is next. Again a fresh session. setwd('/Use

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

2021-02-13 Thread Duncan Murdoch
Have you tried the change to DISPLAY, i.e. Sys.setenv(DISPLAY=":0.0") before running X11()? Duncan Murdoch On 13/02/2021 3:50 p.m., Richard M. Heiberger wrote: I tried this. It made no difference. Both before and after running sudo xcode-select —install I ran (in both cases, in a

Re: [R-SIG-Mac] How to find the path for a file to be read with read.table() in a Mac

2021-02-13 Thread Duncan Murdoch
ace in my Mac that I can put the file so I could enter just the file name, and not the whole path? Sorry, forget to answer your actual question: You can use getwd() to find the working directory. If you put the file there, you won't need to specify the path

Re: [R-SIG-Mac] How to find the path for a file to be read with read.table() in a Mac

2021-02-13 Thread Duncan Murdoch
ace in my Mac that I can put the file so I could enter just the file name, and not the whole path? It doesn't make sense to use backslashes in the path: macOS will see those as part of the name, not as path separators. Just use read.table("/Users/DFP/Desktop/moabsitechm") if t

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

2021-02-13 Thread Duncan Murdoch
at setting Sys.setenv(DISPLAY=":0.0") fixes it. Others say that didn't work. I'm still running the beta, and haven't seen any issues. Maybe I'll try going back to 2.7.11 to see if I can trigger things. Duncan Murdoch __

[R-SIG-Mac] rgl and x11 failures on MacOS

2021-02-09 Thread Duncan Murdoch
t what needs to be deleted so that the XQuartz install will work. Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] Missing R and RScript on /usr/bin/ on Big Sur

2021-01-17 Thread Duncan Murdoch
from homebrew to the binary form cran. I'm not on Big Sur, but I see this: $ which R /usr/local/bin/R So maybe you're looking in the wrong place? Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] R for macOS Big Sur

2021-01-14 Thread Duncan Murdoch
ttps://cran.r-project.org/bin/macosx/ contains a build of R 4.0.3 that is "for macOS 10.13 (High Sierra) and higher". That's what Jean Thiolouse was referring to. It's possible that the package on CRAN doesn't work on your system, but it doe

Re: [R-SIG-Mac] CRAN package checks on M1 Mac

2020-12-22 Thread Duncan Murdoch
Symbol not found: _XAllocClassHint. But even if this is eventually fixed, these changes make installing rgl a lot easier. Duncan Murdoch Best,X Taras On 21 Dec 2020, at 17:32, Duncan Murdoch wrote: Along the same lines: I have been working with Prof Ripley to get rgl to work on

Re: [R-SIG-Mac] CRAN package checks on M1 Mac

2020-12-21 Thread Duncan Murdoch
) To see what it looks like without OpenGL on Windows, try Sys.setenv(RGL_NO_OPENGL = TRUE) before the install, or on a Unix-alike, install.packages("rgl", repos="http://R-Forge.R-project.org";, INSTALL_opts = '--configure-args="--disable-opengl"&#x

Re: [R-SIG-Mac] Recommended version of Xcode?

2020-11-03 Thread Duncan Murdoch
Thanks for pointing that out. Which version are you using? Duncan Murdoch On 03/11/2020 2:08 a.m., Adrian Dușa wrote: For some reason, I was recently unable to update my Xcode and digged a little bit. One solution was to completely uninstall it and do a fresh install, a process in which I

[R-SIG-Mac] Recommended version of Xcode?

2020-11-02 Thread Duncan Murdoch
The https://mac.r-project.org/ page says that R is now built with Xcode 11.4. Is this still correct? There are several newer versions available (11.5, 11.6, 11.7, 12, 12.0.1, 12.1). Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org

Re: [R-SIG-Mac] R 4.0.2 GUI does not terminate with Cmd+Q

2020-10-29 Thread Duncan Murdoch
, if I type the command q() it seems it's doing the expected thing. Any advice? I'm not seeing that with the current release, 4.0.3 R.app GUI 1.73 (7892) x86_64-apple-darwin17.0. So I'd suggest updating. Duncan Murdoch ___ R-SIG-Mac

Re: [R-SIG-Mac] plot window not showing most recent plot?

2020-09-05 Thread Duncan Murdoch
Which front end are you using? The cmd-] and cmd-[ don't do anything in the ones I'm using. Duncan Murdoch On 05/09/2020 8:23 a.m., Timothy Bates wrote: In R version: R version 4.0.2 (2020-06-22), I’m seeing the plot window not advance when a new ggplot is drawn. calls to plot() a

Re: [R-SIG-Mac] bzip2 configure error

2020-08-29 Thread Duncan Murdoch
I seem to have got past this error by reinstalling Xcode. I'm not sure what went wrong with the old install; I'm pretty sure I did an R-devel build since installing Catalina. Duncan Murdoch On 28/08/2020 10:41 a.m., Duncan Murdoch wrote: I'm trying to build R-devel in Catalin

[R-SIG-Mac] bzip2 configure error

2020-08-28 Thread Duncan Murdoch
g library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration] exit(strcmp(ver, "1.0.6") < 0); ^ conftest.c:251:10: note: include the header or explicitly

Re: [R-SIG-Mac] Running R with lldb

2020-08-05 Thread Duncan Murdoch
<+20>: retq Target 0: (R) stopped. Duncan Murdoch On 05/08/2020 10:16 a.m., Prof Brian Ripley wrote: One of the suggestions in https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Debugging-on-macOS should help. Both worked for my build of R-devel yesterday On 05/08/2020 14

[R-SIG-Mac] Running R with lldb

2020-08-05 Thread Duncan Murdoch
tting DYLD_LIBRARY_PATH or LD_LIBRARY_PATH to point there doesn't help (either on the bin/R command line or exported). Is there some other way to run it from whatever directory I happen to be in? Duncan Murdoch On 02/05/2020 11:26 p.m., Simon Urbanek wrote: Vince, Apple no longer allow

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

2020-08-04 Thread Duncan Murdoch
ncan Cheers, Simon On 5/08/2020, at 8:51 AM, Duncan Murdoch wrote: I seem to have a workaround for the rgl-related crash. If I insert a one second delay after the first quartz() device is opened but before anything is plotted, then I don't see the crash. This script does that if

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

2020-08-04 Thread Duncan Murdoch
is asynchronous with the main R thread, and in Catalina something about rgl makes it so slow that the window isn't ready when R starts plotting there. But I don't know the quartz() device code, so this might not be right at all. Duncan Murdoch

Re: [R-SIG-Mac] "cannot run mixed C/Fortran code"

2020-08-04 Thread Duncan Murdoch
I found the problem. /usr/local/lib had old copies of libgfortran* and libquadmath* from 2015, and removing these allowed things to proceed. The current copies are in /usr/local/gfortran/lib. That directory contains a lot of old junk; I'll probably find more needs to go too. Duncan Mu

  1   2   3   >