Skip to content
Prev 11487 / 15075 Next

R 3.2.2 Hangs Reading Files in El Capitan

On Dec 5, 2015, at 11:24 AM, Charles DiMaggio <charles.dimaggio at gmail.com> wrote:

            
You don't need to wait - you can always try the latest build from http://r.research.att.com but since there were no changes in the area it would be surprising if it behaved any differently. 

If you really want to dig into it, you could run R using
R -d lldb
then
r
and do whatever you need to replicate it. Once it seems stuck, hit <Ctrl><C> and then
bt
to list the back trace of where it got stuck. That would help us to find out if it's getting stuck in the system itself or if it may have something to do with R.

Thanks,
Simon