[R-SIG-Mac] R 3.1.2 & Yosemite GUI slowness

ALPEROVYCH Yan ALPEROVYCH at em-lyon.com
Wed Nov 5 09:41:32 CET 2014


Hi again,

I’ve just run two following tests.

1. Clean install of 3.1.2

Printing the following data.frame:
> dim(ciq)
[1] 41888    11

> system.time(print(ciq[, 1:4]))

      transaction_id         lat         long           accuracy
1      IQTR254385851  38.3486214  -81.6408805        APPROXIMATE
…
24999   IQTR32342347  29.7481268  -95.4801119        APPROXIMATE
 [ reached getOption("max.print") -- omitted 16889 rows ]
   user  system elapsed
  9.814   0.066   9.852

Obviously, once all this is on the console, it becomes very slow and unresponsive.

2. Downgrading to 3.1.1:

Same data.frame
> dim(ciq)
[1] 41888    11

> system.time(print(ciq[, 1:4]))
      transaction_id         lat         long           accuracy
1      IQTR254385851  38.3486214  -81.6408805        APPROXIMATE
…
24999   IQTR32342347  29.7481268  -95.4801119        APPROXIMATE
 [ reached getOption("max.print") -- omitted 16889 rows ]
   user  system elapsed
  2.243   0.035   2.351

No lags at all even with console full of output…

Hope this helps.

Cheers,
Yan

***************************************************
Yan ALPEROVYCH, Ph.D.
Associate Professor of Finance
EMLYON Business School
Tel.: +33 4 72 18 29 11
E-mail: alperovych at em-lyon.com<mailto:alperovych at em-lyon.com>

LinkedIN: fr.linkedin.com/in/yanalperovych/<http://fr.linkedin.com/in/yanalperovych/>


----
Ce message electronique et tous les fichiers attaches qu'il contient sont confidentiels et destines exclusivement à l'usage de la personne à laquelle ils sont adresses. Si vous avez reçu ce message par erreur, merci de le retourner à son metteur. Les idees et opinions presentees dans ce message sont celles de son auteur, et ne representent pas necessairement celles de l'institution ou entite affiliee dont l'auteur est l'employe. La publication, l'usage, la distribution, l'impression ou la copie non autorisee de ce message et des attachements qu'il contient sont strictement interdits.

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please return it to the sender. The ideas and views expressed in this email are solely those of its author, and do not necessarily represent the views of the institution or company of which the author is an employee. Unauthorized publication, use, distribution, printing or copying of this e-mail or any attached files is strictly forbidden. 


More information about the R-SIG-Mac mailing list