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
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
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
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
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
>
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
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:
>>
>
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