[R-SIG-Mac] errors opening files in R.app

2018-10-19 Thread william cioffi
All,

I'm encountering an error when opening files in R.app and would appreciate
any thoughts. Currently I'm running R 3.5.1 and macOS 10.13.6, but I've had
the error with other recent OS and R.app versions and on my other computer.

When opening files either through File > Open Document... or file.choose()
I get something like the following message:

objc[10393]: Class FIFinderSyncExtensionHost is implemented in both
/System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
(0x7fffa7df9c90) and
/System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
(0x1191f6cd8). One of the two will be used. Which one is undefined.

The file or path will be retrieved correctly. A significant amount of the
time R.app hangs (spinning beachball) indefinitely. To remedy, I have to
force quit R.app, rerun R.app, quit normally, and rerun R.app. If I don't
go through the process of quiting and reruning a second time, R.app will
hang 100% of the time I try to open a file.

This feels like an OS problem to me, but I'm having trouble understanding
what exactly is happening or how to fix it.

Has anyone encountered this before or has any idaes? I've searched around
but can't find any mention of my problem, but apologizes if this is old
news to folks.

Thanks for the help,

Will

[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


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

2018-10-19 Thread zListserv
Not born that way.  I've migrated several laptops.  This is the first time I 
lost /etc/hosts.

> On 2018-10-19, at 05:01, Peter Dalgaard  wrote:
> 
> What? Are they born that way, or does Migration Assistent bungle things up? 
> Or maybe OpenVPN does?
> 
> Anyways, try adding a line saying
> 
> 127.0.0.1 localhost
> 
> -pd
> 
>> On 19 Oct 2018, at 00:34 , Ben Tupper  wrote:
>> 
>> Hi,
>> 
>> 
>> ben@gale ~ $ ping localhost
>> ping: cannot resolve localhost: Unknown host
>> 
>> Here's /etc/hosts in its entirety.
>> 
>> ben@gale ~ $ more /etc/hosts
>> # BEGIN section for OpenVPN Client SSL sites
>> 127.94.0.1  client.openvpn.net
>> 127.94.0.2  openvpn-client.vpn.bigelow.org
>> # END section for OpenVPN Client SSL sites
>> 
>> I'm not currently using VPN.
>> 
>> 
>>> On Oct 18, 2018, at 6:29 PM, peter dalgaard  wrote:
>>> 
>>> Cannot _find_ localhost?? Can you do this (in a Terminal window) ?
>>> 
>>> Peter-Dalgaards-MacBook-Air:STAT pd$ ping localhost
>>> PING localhost (127.0.0.1): 56 data bytes
>>> Request timeout for icmp_seq 0
>>> Request timeout for icmp_seq 1
>>> ^C
>>> --- localhost ping statistics ---
>>> 3 packets transmitted, 0 packets received, 100.0% packet loss
>>> 
>>> If not, what is in the first couple of lines in /etc/hosts?
>>> 
>>> -pd
>>> 
 On 19 Oct 2018, at 00:09 , Ben Tupper  wrote:
 
 Just a little followup.  Switching the default browser from Firefox to 
 Safari yields a similar message in the browser after...
 
 Browse[2]> browseURL(x)
 
 'Safari can't open the page "localhost:29682/library/utils/html/help.html"
 because Safari can't find the server "localhost".'
 
>>> 
>>> -- 
>>> Peter Dalgaard, Professor,
>>> Center for Statistics, Copenhagen Business School
>>> Solbjerg Plads 3, 2000 Frederiksberg, Denmark
>>> Phone: (+45)38153501
>>> Office: A 4.23
>>> Email: pd@cbs.dk  Priv: pda...@gmail.com
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
>> Ben Tupper
>> Bigelow Laboratory for Ocean Sciences
>> 60 Bigelow Drive, P.O. Box 380
>> East Boothbay, Maine 04544
>> http://www.bigelow.org
>> 
>> Ecological Forecasting: https://eco.bigelow.org/
>> 
>> 
>> 
>> 
>> 
> 
> -- 
> Peter Dalgaard, Professor,
> Center for Statistics, Copenhagen Business School
> Solbjerg Plads 3, 2000 Frederiksberg, Denmark
> Phone: (+45)38153501
> Office: A 4.23
> Email: pd@cbs.dk  Priv: pda...@gmail.com
> 
> 
> 
> 
> 
> 
> 
> 
> 

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


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

2018-10-19 Thread Peter Dalgaard
What? Are they born that way, or does Migration Assistent bungle things up? Or 
maybe OpenVPN does?

Anyways, try adding a line saying

127.0.0.1   localhost

-pd

> On 19 Oct 2018, at 00:34 , Ben Tupper  wrote:
> 
> Hi,
> 
> 
> ben@gale ~ $ ping localhost
> ping: cannot resolve localhost: Unknown host
> 
> Here's /etc/hosts in its entirety.
> 
> ben@gale ~ $ more /etc/hosts
> # BEGIN section for OpenVPN Client SSL sites
> 127.94.0.1  client.openvpn.net
> 127.94.0.2  openvpn-client.vpn.bigelow.org
> # END section for OpenVPN Client SSL sites
> 
> I'm not currently using VPN.
> 
> 
>> On Oct 18, 2018, at 6:29 PM, peter dalgaard  wrote:
>> 
>> Cannot _find_ localhost?? Can you do this (in a Terminal window) ?
>> 
>> Peter-Dalgaards-MacBook-Air:STAT pd$ ping localhost
>> PING localhost (127.0.0.1): 56 data bytes
>> Request timeout for icmp_seq 0
>> Request timeout for icmp_seq 1
>> ^C
>> --- localhost ping statistics ---
>> 3 packets transmitted, 0 packets received, 100.0% packet loss
>> 
>> If not, what is in the first couple of lines in /etc/hosts?
>> 
>> -pd
>> 
>>> On 19 Oct 2018, at 00:09 , Ben Tupper  wrote:
>>> 
>>> Just a little followup.  Switching the default browser from Firefox to 
>>> Safari yields a similar message in the browser after...
>>> 
>>> Browse[2]> browseURL(x)
>>> 
>>> 'Safari can't open the page "localhost:29682/library/utils/html/help.html"
>>> because Safari can't find the server "localhost".'
>>> 
>> 
>> -- 
>> Peter Dalgaard, Professor,
>> Center for Statistics, Copenhagen Business School
>> Solbjerg Plads 3, 2000 Frederiksberg, Denmark
>> Phone: (+45)38153501
>> Office: A 4.23
>> Email: pd@cbs.dk  Priv: pda...@gmail.com
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 
> Ben Tupper
> Bigelow Laboratory for Ocean Sciences
> 60 Bigelow Drive, P.O. Box 380
> East Boothbay, Maine 04544
> http://www.bigelow.org
> 
> Ecological Forecasting: https://eco.bigelow.org/
> 
> 
> 
> 
> 

-- 
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: pd@cbs.dk  Priv: pda...@gmail.com

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac