Re: [R-SIG-Mac] R-SIG-Mac Digest, Vol 205, Issue 13

2020-04-02 Thread Colin A. Smith
This will do it as well: package_list <- tapply(rownames(installed.packages()), installed.packages()[,"LibPath"], c) Bonus to find out which library directories are writable by the user: file.access(names(package_list), mode=2) == 0 Cheers, Colin > On Apr 2, 2020, at 10:36, Michael Hall wro

Re: [R-SIG-Mac] Embedding PDF documents created in R in Word documents

2018-03-26 Thread Colin A. Smith
Hello, I’m seeing the exact same behavior on my version of Word (16.11.1 - 180319). It only happened in the last month or two, so I was suspecting it had something to do with this recent change: https://arstechnica.com/gadgets/2018/01/office-for-mac-finally-has-real-time-collaboration-in-16-9-0

Re: [R-SIG-Mac] R 3.1.3 install Mac OSX 10.9.5

2015-03-15 Thread Colin A. Smith
For what it’s worth, I saw the same problem a few days ago when I was compiling R trunk using OS X 10.10.2 and clang from the latest version of Xcode. Cheers, Colin > On Mar 10, 2015, at 17:30, White Sky wrote: > > I've got a problem installing R 3.1.3 from source on Mac OSX 10.9.5 with > gc

Re: [R-SIG-Mac] poor quality png/tiff/pdf on mac

2014-11-05 Thread Colin A. Smith
Hi Mark, I assume you’re using a Mac. This problem comes from the way Quartz renders immediately adjacent filled polygons. To get around it, you can add type=“cairo” or type=“Xlib” as an argument to the tiff, png, or jpeg call. If you really want to make a PDF, I can post those instructions to

Re: [R-SIG-Mac] Command Line Quartz Device in Yosemite

2014-10-31 Thread Colin A. Smith
28, 2014, at 23:33, Colin A. Smith wrote: > > I’ve been using command line R fairly successfully under Yosemite so far and > have only run into a few issues, mostly related to the quartz device. > > First, it seems that under Yosemite, the default device is now x11 instead of >

[R-SIG-Mac] Command Line Quartz Device in Yosemite

2014-10-28 Thread Colin A. Smith
I’ve been using command line R fairly successfully under Yosemite so far and have only run into a few issues, mostly related to the quartz device. First, it seems that under Yosemite, the default device is now x11 instead of quartz. I found this with the exact same pkg install of R that I was us

Re: [R-SIG-Mac] Submitting Enhancements for Quartz Device

2013-09-01 Thread Colin A. Smith
On Aug 30, 2013, at 17:00, Simon Urbanek wrote: > On Aug 30, 2013, at 10:08 AM, Colin A. Smith wrote: > >> I use R exclusively through the Terminal on Mac OS X and just made a few >> changes in grDevices to improve the quartz device appearance/functionality: >> >

[R-SIG-Mac] Submitting Enhancements for Quartz Device

2013-08-30 Thread Colin A. Smith
I use R exclusively through the Terminal on Mac OS X and just made a few changes in grDevices to improve the quartz device appearance/functionality: - I altered how the menus were created so that the "..." and "R" menus appear as "R" and "File". - I changed the dock icon to use the R logo instea