| 3 | |
| 4 | UPD. FWIW, on `ppc` the error does not occur now. Just tested on Rosetta, R starts up normally now: |
| 5 | {{{ |
| 6 | macmini:~ svacchanda$ R |
| 7 | |
| 8 | R version 4.4.0 (2024-04-24) -- "Puppy Cup" |
| 9 | Copyright (C) 2024 The R Foundation for Statistical Computing |
| 10 | Platform: powerpc-apple-darwin10.8.0 (32-bit) |
| 11 | |
| 12 | R is free software and comes with ABSOLUTELY NO WARRANTY. |
| 13 | You are welcome to redistribute it under certain conditions. |
| 14 | Type 'license()' or 'licence()' for distribution details. |
| 15 | |
| 16 | Natural language support but running in an English locale |
| 17 | |
| 18 | R is a collaborative project with many contributors. |
| 19 | Type 'contributors()' for more information and |
| 20 | 'citation()' on how to cite R or R packages in publications. |
| 21 | |
| 22 | Type 'demo()' for some demos, 'help()' for on-line help, or |
| 23 | 'help.start()' for an HTML browser interface to help. |
| 24 | Type 'q()' to quit R. |
| 25 | }}} |