Re: [R-SIG-Mac] xquartz hanging

2025-05-31 Thread Marc Schwartz via R-SIG-Mac
Hi, I am currently running R 4.5.0 on macOS 15.5 (Sequoia), and I also use emacs (30.1) and ess (25.1.0), the latter from elpa, along with other emacs packages. I do not have the issue that you are referring to below, and did not under prior versions to the best of my recollection. I do tend t

Re: [R-SIG-Mac] Cant read file from clipboard

2025-01-16 Thread Marc Schwartz via R-SIG-Mac
Hi, On macOS, you would generally want to use: read.delim(file = pipe("pbpaste")) See the "Clipboard" section of ?connections, where you will find: "macOS users can use pipe("pbpaste") and pipe("pbcopy", "w") to read from and write to that system's clipboard." Regards, Marc Schwartz > On

Re: [R-SIG-Mac] Table of contents for book changed after LaTeX update

2024-05-08 Thread Marc Schwartz via R-SIG-Mac
Hi Antony, Deleting the /Library/TeX folder tree would be another one to remove. There are also some links that may be in there that go back to the TexLive tree that presumably no longer exists. That being said, in checking the uninstall instructions for TexLive, there is a note of caution tha

Re: [R-SIG-Mac] Table of contents for book changed after LaTeX update

2024-05-08 Thread Marc Schwartz via R-SIG-Mac
Hi Antony, Going back and looking at the thread over the weekend, I am wondering, if you did not uninstall the older version of TexLive/MacTeX, and there may be some conflicts with TinyTex, especially given the age of your old TexLive/MacTeX version. I found the following report, albeit, from

Re: [R-SIG-Mac] pdflatex not found! Not building PDF manual.

2024-02-27 Thread Marc Schwartz via R-SIG-Mac
Spencer, My apologies, as my eyes caught a different post by Dennis on R-Help, as I was in the process of replying to yours. Regards, Marc -Original Message- From: R-SIG-Mac mailto:r-sig-mac-boun...@r-project.org>> on behalf of Marc Schwartz via R-SIG-Mac mailto:r-sig

Re: [R-SIG-Mac] pdflatex not found! Not building PDF manual.

2024-02-27 Thread Marc Schwartz via R-SIG-Mac
Dennis, Do you have a TeX installation on your Mac? pdflatex is typically installed with TeX, which for macOS is usually via MacTeX: https://tug.org/mactex/ Once you have that installed, you should be good to go, but if you are currently running an interactive R session, you will likely need

Re: [R-SIG-Mac] Using Microsoft Access from a Macintosh using R

2023-04-26 Thread Marc Schwartz via R-SIG-Mac
Hi, You have identified the key components that you will need, which are the RODBC package:   https://cran.r-project.org/web/packages/RODBC/index.html and the Actual Technologies ODBC driver pack for MS Access:   https://www.actualtech.com/product_access.php The latter has some basic installa

Re: [R-SIG-Mac] Ventura users: do not install R from the Downloads folder

2023-02-09 Thread Marc Schwartz via R-SIG-Mac
Simon, I am not sure that this is a bug, it is a security "feature". There is a macOS Ventura setting in:   System Settings -> Privacy & Security -> Files and Folders -> Installer -> Downloads Folder   If that is not enabled, then installation from the Downloads folder will fail. That may be the is

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

2023-02-07 Thread Marc Schwartz via R-SIG-Mac
Hi, Just as an FYI, without getting too far OT, if you are not familiar with Electron (https://www.electronjs.org), beyond being "free", it is cross-platform (Windows, macOS, and Linux), which is why a notable number of application developers, including "for profit" ones, are shifting to it. Yo

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

2022-10-26 Thread Marc Schwartz via R-SIG-Mac
Richard M. Heiberger (r...@temple.edu) wrote: > 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

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

2022-10-26 Thread Marc Schwartz via R-SIG-Mac
iew for a quick look at these files, which are commonly generated using R. Thanks and regards, Marc > Brian > > On 26/10/2022 01:06, Marc Schwartz via R-SIG-Mac wrote: > > Hi All, > > > > Having updated to macOS Ventura, I just became aware that Ventura's >

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

2022-10-25 Thread Marc Schwartz via R-SIG-Mac
Hi All,Having updated to macOS Ventura, I just became aware that Ventura's Preview app has dropped support for rendering PS and EPS files after all these years.Not clear on the rationale for this change, but there is an Apple Support article here on this:  https://support.apple.com/en-us/HT213250Ap

Re: [R-SIG-Mac] CRAN Checks for R-Release appear to use R-Devel

2021-05-25 Thread Marc Schwartz via R-SIG-Mac
Simon, Thanks! Marc Simon Urbanek wrote on 5/25/21 4:47 PM: Marc, thanks, now it makes sense to me. Yes, the checks results don't seem to be synced and it is also missing the arm64 checks. I'll investigate. Thanks, Simon On May 26, 2021, at 8:35 AM, Marc Schwartz wrote: Hi, This is i

[R-SIG-Mac] CRAN Checks for R-Release appear to use R-Devel

2021-05-25 Thread Marc Schwartz via R-SIG-Mac
Hi, This is in reply to Simon's request that I post on this topic separately from Hans' prior thread on rlang related problems. In the course of looking at a few CRAN packages for that thread, including my own, I noted on the CRAN checks page for each package, that the results logs indicate

Re: [R-SIG-Mac] rlang and the new R version 4.1.0

2021-05-25 Thread Marc Schwartz via R-SIG-Mac
Hi, You might try a different CRAN mirror to see if perhaps the rlang binary that you are getting is corrupted. Looking at CRAN for the package, the results for rlang on what is supposed to be R release on macOS: https://cran.r-project.org/web/checks/check_results_rlang.html shows a head

Re: [R-SIG-Mac] Apple Silicon aka M1 Macs

2020-11-17 Thread Marc Schwartz via R-SIG-Mac
Prof. Ripley, Thanks for these updates and for the efforts by all involved in this process. I am holding off on moving to the M1 based Macs until next year, as besides waiting for a larger display variant, as I am also waiting on updates to other applications that will support that hardware in

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

2020-08-03 Thread Marc Schwartz via R-SIG-Mac
Hi, Just installed rgl and I get the same crash and error message from the original post below, running R from the CLI. If I run R from within ESS (what I normally use), I get: Process R abort trap: 6 at Mon Aug 3 09:15:32 2020 If I run R from R.app (the default macOS GUI), the command runs

Re: [R-SIG-Mac] obsolete LaTeX software in "R CMD check" on Mac?

2020-05-13 Thread Marc Schwartz via R-SIG-Mac
x) > > which will give you the final executable, in my case > > /usr/local/texlive/2020basic/bin/x86_64-darwin/pdftex > > But, I agree, this looks like an ancient installation :-0-O > > > el > > > On 13/05/2020 14:16, Marc Schwartz via R-SIG-Mac wrote:

Re: [R-SIG-Mac] obsolete LaTeX software in "R CMD check" on Mac?

2020-05-13 Thread Marc Schwartz via R-SIG-Mac
Spencer, FWIW, this may be a situation where you need to remove your current/older installations of TeXLive and start fresh with a clean install of TeXLive 2020. It is possible that there is some conflict or corruption of the current multiple installations. That 'which pdflatex' is pointing di

Re: [R-SIG-Mac] MacTeX 2020 and TeX Live Utility (No Longer Included)

2020-04-28 Thread Marc Schwartz via R-SIG-Mac
t; I just checked - I still have them. I updated (using hombrew cask) to the new > version of MacTeX, ant all programs are still there. And TLU still works. > > Rainer > > >> On 27 Apr 2020, at 17:44, Marc Schwartz via R-SIG-Mac >> mailto:r-sig-mac@r-project.org>> wro

Re: [R-SIG-Mac] MacTeX 2020 and TeX Live Utility (No Longer Included)

2020-04-27 Thread Marc Schwartz via R-SIG-Mac
manager that is immediately useable. Regards, Marc > On Apr 27, 2020, at 10:27 AM, Dr Eberhard W Lisse wrote: > > There is also the tlcockpit Java app on CTAN. > > el > > On 27/04/2020 16:07, Marc Schwartz via R-SIG-Mac wrote: > [...] >> One major change thi

[R-SIG-Mac] MacTeX 2020 and TeX Live Utility (No Longer Included)

2020-04-27 Thread Marc Schwartz via R-SIG-Mac
Hi All, Relevant for TeX users on macOS, as happens around this time of the year, MacTeX has been updated to use TeX Live 2020: http://www.tug.org/mactex/ One major change this year, as a result of Apple's requirement to now use app notarization on Catalina, is that the TeX Live Utility (TLU

Re: [R-SIG-Mac] random message on opening R-app

2020-01-12 Thread Marc Schwartz via R-SIG-Mac
> On Jan 12, 2020, at 7:51 AM, Federico Calboli > wrote: > > Hi All, > > just to check whether I am the only one (or one of the lucky few) who > randomly get the message (I posted it before but we did not seem to find a > solution then): > > 2020-01-12 14:45:19.462 R[4163:3012268] Failed t

Re: [R-SIG-Mac] R-patched installers cannot be run on Catalina

2019-10-11 Thread Marc Schwartz via R-SIG-Mac
n that. > > Cheers, > Simon > > > >> On Oct 11, 2019, at 4:39 PM, Marc Schwartz via R-SIG-Mac >> wrote: >> >> Hi, >> >> I am going to presume that Simon is already aware of this, but there is a >> page on the Apple Dev site

Re: [R-SIG-Mac] R-patched installers cannot be run on Catalina

2019-10-11 Thread Marc Schwartz via R-SIG-Mac
Hi, I am going to presume that Simon is already aware of this, but there is a page on the Apple Dev site that describes the workflow that can be implemented/customized to automate the notarization process via scripting: https://developer.apple.com/documentation/xcode/notarizing_your_app_befo

Re: [R-SIG-Mac] Apparent interaction between XQuartz and the Catalina (10.15) macOS upgrade

2019-10-09 Thread Marc Schwartz via R-SIG-Mac
> -Bob > >> On Oct 8, 2019, at 4:19 PM, Luis Puerto wrote: >> >> Thanks a lot for the heads up! >> >> Cheers! >> Luis >> >>> On 8 Oct 2019, at 22:49, Marc Schwartz via R-SIG-Mac >>> wrote: >>> >>> Hi All,

[R-SIG-Mac] Apparent interaction between XQuartz and the Catalina (10.15) macOS upgrade

2019-10-08 Thread Marc Schwartz via R-SIG-Mac
Hi All, Perhaps I missed something relevant along the way someplace, but I ran the upgrade to Catalina (10.15) last night. I wanted to give folks a heads up on an issue that you may face, especially if you have XQuartz installed alongside R. One of the sequelae of the upgrade is that some files

Re: [R-SIG-Mac] Where is "sh" used by "R CMD check"?

2019-09-20 Thread Marc Schwartz via R-SIG-Mac
> On Sep 20, 2019, at 5:02 PM, Spencer Graves > wrote: > > Hello: > > > How can I find "sh" that is used by "R CMD check" on my Mac? > > > I ask, my "Bitdefender Antivirus for Mac" blocks "R CMD check" with a > pop up saying, "Bitdefender Safe Files blocked a new process, sh,

Re: [R-SIG-Mac] error in postscript -- unknown family 'Arial'

2019-05-01 Thread Marc Schwartz via R-SIG-Mac
Hi, An additional pointer that might be helpful: https://support.apple.com/guide/font-book/install-and-validate-fonts-fntbk1000/mac Regards, Marc Schwartz > On May 1, 2019, at 9:48 AM, Simon Urbanek w

Re: [R-SIG-Mac] R 3.5.3 macOS binary not signed?

2019-03-14 Thread Marc Schwartz via R-SIG-Mac
tent, just > signed. You can get is from the Mac master server > https://mac.R-project.org/bin/macosx now and other CRAN servers will sync in > due time. > > Thanks, > Simon > > > >> On Mar 14, 2019, at 8:18 AM, Marc Schwartz via R-SIG-Mac >> wrote: >

Re: [R-SIG-Mac] R 3.5.3 macOS binary not signed?

2019-03-14 Thread Marc Schwartz via R-SIG-Mac
019, at 8:43 AM, Dr Eberhard W Lisse wrote: > > Try from the commandline > > sudo spctl --master-disable > > and then install the package > > el > > Sent from Dr Lisse's iPad mini 4 > On 14 Mar 2019, 21:18 +0900, Marc Schwartz via R-SIG-Mac > , wrote:

[R-SIG-Mac] R 3.5.3 macOS binary not signed?

2019-03-14 Thread Marc Schwartz via R-SIG-Mac
Hi, I just tried to install the R 3.5.3 macOS binary from CRAN. The SHA hash matches what is on CRAN, but I get an unknown developer message when I try to install. I get: pkgutil --check-signature R-3.5.3.pkg Package "R-3.5.3.pkg": Status: no signature I rechecked the 3.5.2 binary and do

Re: [R-SIG-Mac] Studio Server under High Sierra

2018-10-24 Thread Marc Schwartz via R-SIG-Mac
Hi, Also, to point out that RStudio has their own product support resources here: https://support.rstudio.com/hc/en-us Regards, Marc Schwartz > On Oct 24, 2018, at 4:18 AM, Luis Puerto wrote: > > Hey! > > AFAIK you have to compile rstudio-server to

Re: [R-SIG-Mac] Blank help window

2018-10-18 Thread Marc Schwartz via R-SIG-Mac
Hi, Ok, that confirms the issue, as surmised. The default hosts file on macOS typically contains the following entries: ## ## # Host Database # # localhost is used to configure the loopback interface # when the system is booting. Do not change this entry. ## 127.0.0.1 localhost 255.255.255.255 b

Re: [R-SIG-Mac] Blank help window

2018-10-18 Thread Marc Schwartz via R-SIG-Mac
Ok, I think that Peter and Duncan are on to the key issue here. I have been trying to figure out what the difference is between displaying HTML help in R.app versus in the terminal and we now know. If running R in R.app, where .Platform$GUI == "AQUA", the key line in the HTML browser display pr

Re: [R-SIG-Mac] Blank help window

2018-10-18 Thread Marc Schwartz via R-SIG-Mac
Ugggh I was fully expecting it to fail, given my presumptive new found wisdom... Had it failed, then it would support the notion that R,app was irrelevant to the underlying issue with help and there was something going on with the server itself. However, this now suggests (back to my origi

Re: [R-SIG-Mac] Blank help window

2018-10-18 Thread Marc Schwartz via R-SIG-Mac
Hi Ben, Ok, thanks for that clarification. That fundamentally alters my view of the issue. For verification, can you start R in a terminal and then type: options(help_type = "html") after which, then try help for some function (e.g. ?plot) and see what happens. Thanks, Marc > On Oct 18,

Re: [R-SIG-Mac] Blank help window

2018-10-18 Thread Marc Schwartz via R-SIG-Mac
Hi Ben, A question, because as I go back and re-read both this thread and the prior one you posted on this issue, I have been presuming that when you run R from the terminal, you can successfully get help to open in an external browser. However, given my re-read and what you now post below, I a

Re: [R-SIG-Mac] Blank help window

2018-10-18 Thread Marc Schwartz via R-SIG-Mac
Hi Ben, Ok, if I read correctly, it looks like you must have started R in the terminal using 'R --vanilla', based upon the file name below. In that case, R should bring up help pages in the terminal using the internal text pager, as opposed to externally in a browser with HTML. Start R in the

Re: [R-SIG-Mac] Blank help window

2018-10-18 Thread Marc Schwartz via R-SIG-Mac
Hi, Two things: 1. Can one or both of you guys check locally on your own computers, to see if there is any difference between the output of options() in R.app, versus the output when R is run from a Terminal session. Many elements will not be germane to this issue, but others might, if there a

Re: [R-SIG-Mac] Blank help window

2018-10-17 Thread Marc Schwartz via R-SIG-Mac
Ok, strange. I figured that there was some conflict/corruption in place with R.app that was not immediately clear. Peter raised the possibility of a firewall issue, but I am curious as to why that would affect the use of help in R.app, but not via other environments, like the Mac Terminal app.

Re: [R-SIG-Mac] Blank help window

2018-10-17 Thread Marc Schwartz via R-SIG-Mac
Hi, I am on a MBP with Mojave (10.14) and do not observe this issue in R.app, which I tested, but don't otherwise use, as I use Emacs/ESS and I don't have any issues there either. It is not clear to me if the use of the Migration Assistant and/or Brew are germane or simply red herrings, or if

Re: [R-SIG-Mac] pasting from the clipboard

2018-10-03 Thread Marc Schwartz via R-SIG-Mac
> On Oct 3, 2018, at 9:22 AM, Robert Baer wrote: > > 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 >

Re: [R-SIG-Mac] Installing R on 10.14 (Mojave)

2018-09-25 Thread Marc Schwartz via R-SIG-Mac
\ >> -target / > Password: > installer: Error - the package path specified was invalid: > '/Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg'. > spearman:OpenMx tim$ > > >> On 25 Sep 2018, at 1:04 pm, Marc Schwartz via R-S

Re: [R-SIG-Mac] Installing R on 10.14 (Mojave)

2018-09-25 Thread Marc Schwartz via R-SIG-Mac
Thanks to both of you for the pointers on this. I have not used a dark theme since my Fedora days. Still getting used to it... :-) Regards, Marc Schwartz > On Sep 25, 2018, at 5:55 AM, peter dalgaard wrote: > > [Oops. Forgot to copy this back to R-sig-mac, it seems...] > > Thanks, Brian, >

Re: [R-SIG-Mac] How to change default Browser for R

2018-08-04 Thread Marc Schwartz via R-SIG-Mac
> On Aug 4, 2018, at 2:41 AM, Christofer Bogaso > wrote: > > Hi, > > In my Mac, I have 2 browsers installed : > > Chrome (system default) > Google Chrome Canary > > While for my regular browsing work I use Chrome, However for R I prefer to > use Canary (like, opening Help page). Is there an