[R-SIG-Mac] Fail to install Rserve 1.8-6

2020-06-08 Thread Stavros Panidis
Hi all, Configuration is as follows MacOS Catalina 10.15.5 R version 4.0.1 I try install.packages('Rserve',,'http://www.rforge.net/‘) And then attempt to install from sources. At the end I get the following message ld: library not found for -lssl clang: error: linker command failed with exi

Re: [R-SIG-Mac] Labels not displaying in R plots

2020-06-08 Thread David Akin
Bingo, Simon. Thanks. Running Validate Font on all my fonts on my iMac did indeed result in "Warnings and Errors" that there were duplicates -- including key 'default' fonts like Arial and Palatino. Some of those fonts were in: ~/Library/Fonts/ Duplicates were in: /Users/*username*/Library/Font

Re: [R-SIG-Mac] labels on plots

2020-06-08 Thread Carl Witthoft
You sure you don't have a font or fontsize missing? Or possibly a screen resolution-setting mismatch? On 6/8/20 5:11 PM, r-sig-mac-requ...@r-project.org wrote: 1. Labels not displaying in R plots (David Akin) -- Messa

Re: [R-SIG-Mac] Labels not displaying in R plots

2020-06-08 Thread Simon Urbanek
David, that is typically a sign of damaged fonts in your system. Open the Font Book (in Applications), select User and see if there are any broken fonts and remove them. You can also select fonts and run File -> Validate Font. Either way, you can compare your font configuration on both machines

Re: [R-SIG-Mac] Can't open files in 4.0 or 4.01

2020-06-08 Thread Brandon Hurr
Simon, When I removed these two I did get a slightly different behavior on my MBA. In the past I would get the pinwheel of death and R would peg at 100%, but now when I try and load a second file it simply crashes R immediately. Debug Console log here: https://gist.github.com/bhive01/1421f464ce5d3

Re: [R-SIG-Mac] Update to versions GEOS 3.8.0, GDAL 3.0.4 and PROJ 7.0.0 in macOS Catalina

2020-06-08 Thread Manuel Spínola
Thank you very much Alberto, I tried: brew tap osgeo/osgeo4mac brew unlink gdal brew unlink proj brew install osgeo-gdal brew install osgeo-proj brew link osgeo-gdal brew link osgeo-proj install.packages("rgdal", type = "source") Error: package or namespace load failed for ‘rgdal’ in dyn.load(

Re: [R-SIG-Mac] Can't open files in 4.0 or 4.01

2020-06-08 Thread Dr Eberhard W Lisse
It sounds a little as if the R.app is somehow damaged. What do the commands ls -ls $(which R) ls -las $(which Rscript) issued from a terminal show? Mine show (abbreviated) [...] /usr/local/bin/R -> ../Cellar/r/4.0.0_1/bin/R [...] /usr/local/bin/Rscript -> ../C

Re: [R-SIG-Mac] Can't open files in 4.0 or 4.01

2020-06-08 Thread Carl Witthoft
In the meantime, there is a decent alternative. I found some scripts for BBEdit which let you execute code or "source" code directly from BBEdit. See http://bearak.org/code/text/index.html On 6/7/20 11:39 PM, John Helly wrote: Fails for me 100%.  If you want to zoom to look at it, I can arr