Re: [R-SIG-Mac] [BULK] Re: INSTALL R 4.0.2

2020-12-03 Thread Spencer Graves

unless, of course, the segfault is part of the exam ;-)


On 2020-12-03 15:59, Simon Urbanek wrote:

R 4.0.2 and 4.0.3 are binary compatible and the latter fixes a rather important 
segfault on macOS, so I would not recommend anyone using R 4.0.2 on macOS ...




On 4/12/2020, at 3:19 AM, Spencer Graves  wrote:

  If R 4.0.3 will do, that's easy to find via Google.


  If you absolutely need R 4.0.2, that's much less obvious.


  sg


On 2020-12-03 07:08, Dr Eberhard W Lisse wrote:

You are most welcome.
The answer to your question lies probably also in Google.
el
On 03/12/2020 14:52, Giuseppe Sant wrote:

That’s the right way to motivate me.  Will let you know about the
results.  Last thing, because of the unkind comment can you help me
solving one thing but radiant?
I downloaded the packages thank opened it but in Basics->Prob
calculator the layout is incomplete.  I can only see the graphic, not
the data over it.  You know why?


Il giorno 3 dic 2020, alle ore 13:41, Dr Eberhard W Lisse

 ha scritto:


Guiseppe,

if you can't google, I do not see a bright future for your exam.


el



On 03/12/2020 14:37, Giuseppe Sant wrote:

Hi,
I’m a student and I really need to install version of R 4.0.2 as soon
as possible because I have an important exam that could change my
career.  I’m texting just to have the link to download that version.
Really thankful,
Giuseppe Santangelo.

[...]



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





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


Re: [R-SIG-Mac] OpenJPEG in GDAL [Was: Problems with R and Big Sur]

2020-12-03 Thread Simon Urbanek
Gilberto,

well, that one is easy and has nothing to do with tools nor with BigSur - no 
one asked for OpenJPEG support so that's why OpenJPEG is not included on the 
build machine. There are several dozen of optional features in GDAL and I have 
no idea which are useful, which are not and which are legacy, so it's up to the 
rgdal maintainers or users to signal if there is anything useful missing. Given 
the complexity of GDAL dependencies and corresponding continuous build issues 
I'm relying on them to tell me when it's safe to update/change settings. Simply 
adding the OpenJPEG library seems sufficient:

> grep("JP2", rgdal::gdalDrivers()$name, value=TRUE)
[1] "JP2OpenJPEG"

so that is now available in the CRAN binary.

Cheers,
Simon



> On 3/12/2020, at 9:50 PM, Gilberto Camara  
> wrote:
> 
> Dear Simon, 
> 
> To test the error, please do the following on a Mac with Big Sur:
> 
> 1. Install GDAL
>   The available binaries I could find out are Mac OS Frameworks from 
> https://www.kyngchaos.com/software/frameworks/ and “homebrew”.
> 
> 2. Install rgdal binary from CRAN
> I am using R version 4.0.3 Patched (2020-11-25 r79505) and the rgdal version 
> is 1.5-18 (SVN revision 1082), the latest ones available on CRAN.
> 
> 3. Do the following R commands:
>> drvs <- rgdal::gdalDrivers()$name; drvs[grep("JP2", drvs)]
> character(0)
> 
> The response indicates that the JPEG2000 driver is not installed.
> 
> After installing both GDAL and rgdal from source with Apple clang 12.0, we get
> 
>> drvs <- rgdal::gdalDrivers()$name; drvs[grep("JP2", drvs)]
> “JP2OpenJPEG"
> 
> More details on the rgdal version compiled from source with the new GDAL: 
> 
>> library(rgdal)
> Loading required package: sp
> rgdal: version: 1.5-18, (SVN revision 1082)
> Geospatial Data Abstraction Library extensions to R successfully loaded
> Loaded GDAL runtime: GDAL 3.2.0, released 2020/10/26
> Path to GDAL shared files: /Users/gilbertocamara/Library/R/4.0/library/sf/gdal
> GDAL binary built with GEOS: TRUE 
> Loaded PROJ runtime: Rel. 7.1.1, September 1st, 2020, [PJ_VERSION: 711]
> Path to PROJ shared files: /Users/gilbertocamara/Library/Application 
> Support/proj:/usr/local/share/proj:/usr/local/share/proj
> PROJ CDN enabled: FALSE
> Linking to sp version:1.4-4
> 
> Hope this helps
> Gilberto
> 
> 
>> On 3 Dec 2020, at 01:07, Simon Urbanek  wrote:
>> 
>> Gilberto,
>> 
>> can you provide details, please? (code, file to test etc.) The claim was 
>> that this is specific to BigSur which I doubt from your description. Please 
>> start a new thread about that at it seem entirely unrelated to the 
>> discussion at hand. There was an incompatibility with BigSur, but that was 
>> addressed.
>> 
>> Thanks,
>> Simon
>> 
>> 
>> 
>> 
>>> On 3/12/2020, at 11:11 AM, GilbertoCamara  
>>> wrote:
>>> 
>>> Dear Simon 
>>> 
>>> Unfortunately, the problems reported are real. The rgdal version from CRAN 
>>> fails to recognise images in JPEG2000 format used by Copernicus Sentinel-2 
>>> satellite. I have investigated the matter carefully with Roger Bivand. 
>>> 
>>> I tried many combinations on Mac OS Big Sur: 
>>> (a) rgdal from CRAN (binary) + GDAL from homebrew.
>>> (b) rgdal from CRAN (source) + GDAL from homebrew.
>>> (c) rgdal from CRAN (binary) + GDAL Mac OS Frameworks from 
>>> https://www.kyngchaos.com/software/frameworks/
>>> (d) rgdal from CRAN (source) + GDAL from kyngchaos. 
>>> (e) rgdal from CRAN (source) + GDAL/GEOS/etc (source) with Apple clang 11.0
>>> (f) rgdal from CRAN (source) + GDAL/GEOS/etc (source) with Apple clang 12.0
>>> 
>>> Only option (f) works correctly. 
>>> 
>>> Best regards
>>> Gilberto 
>>> 
 On 2 Dec 2020, at 22:44, Simon Urbanek  wrote:
 
 Are you chasing a red herring here? Switching tools won help you - in fact 
 they cause more issues since you'd need R-devel version of R to avoid 
 breakage with the most recent tools or extra flags. I'm not sure which 
 issue you are trying to solve. For gdal et al - make sure you install the 
 latest version for CRAN - it is compatible with BigSur, older versions 
 (before BigSur) were not.
 
 Please start a new thread about questions unrelated to the original post 
 as it's unclear if there are any open questions in the thread. Also please 
 only answer if your have anything useful to say - if someone asks a 
 question about the GUI it's rather pointless to post when you say you 
 don't use it ... And if you ask a question, please be specific so we can 
 help.
 
 There is a lot of misinformation around, so be careful with random 
 suggestions, they are very often plain wrong.
 
 Cheers,
 Simon
 
 
 
 
> On 3/12/2020, at 6:52 AM, Spencer Graves  
> wrote:
> 
> Sorry:  Typo:  I tried "sudo xcode-select --install" and got the same 
> error.  This was in Terminal where "The default interactive shell is now 
> zsh."  It's not critical, because "I was able

Re: [R-SIG-Mac] INSTALL R 4.0.2

2020-12-03 Thread Simon Urbanek
R 4.0.2 and 4.0.3 are binary compatible and the latter fixes a rather important 
segfault on macOS, so I would not recommend anyone using R 4.0.2 on macOS ...



> On 4/12/2020, at 3:19 AM, Spencer Graves  wrote:
> 
> If R 4.0.3 will do, that's easy to find via Google.
> 
> 
> If you absolutely need R 4.0.2, that's much less obvious.
> 
> 
> sg
> 
> 
> On 2020-12-03 07:08, Dr Eberhard W Lisse wrote:
>> You are most welcome.
>> The answer to your question lies probably also in Google.
>> el
>> On 03/12/2020 14:52, Giuseppe Sant wrote:
>>> That’s the right way to motivate me.  Will let you know about the
>>> results.  Last thing, because of the unkind comment can you help me
>>> solving one thing but radiant?
>>> I downloaded the packages thank opened it but in Basics->Prob
>>> calculator the layout is incomplete.  I can only see the graphic, not
>>> the data over it.  You know why?
>>> 
 Il giorno 3 dic 2020, alle ore 13:41, Dr Eberhard W Lisse
>>  ha scritto:
 
 Guiseppe,
 
 if you can't google, I do not see a bright future for your exam.
 
 
 el
 
 
 
 On 03/12/2020 14:37, Giuseppe Sant wrote:
> Hi,
> I’m a student and I really need to install version of R 4.0.2 as soon
> as possible because I have an important exam that could change my
> career.  I’m texting just to have the link to download that version.
> Really thankful,
> Giuseppe Santangelo.
>> [...]
>> 
> 
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 

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


Re: [R-SIG-Mac] INSTALL R 4.0.2

2020-12-03 Thread Spencer Graves

  If R 4.0.3 will do, that's easy to find via Google.


  If you absolutely need R 4.0.2, that's much less obvious.


  sg


On 2020-12-03 07:08, Dr Eberhard W Lisse wrote:

You are most welcome.

The answer to your question lies probably also in Google.

el

On 03/12/2020 14:52, Giuseppe Sant wrote:

That’s the right way to motivate me.  Will let you know about the
results.  Last thing, because of the unkind comment can you help me
solving one thing but radiant?
I downloaded the packages thank opened it but in Basics->Prob
calculator the layout is incomplete.  I can only see the graphic, not
the data over it.  You know why?


Il giorno 3 dic 2020, alle ore 13:41, Dr Eberhard W Lisse

 ha scritto:


Guiseppe,

if you can't google, I do not see a bright future for your exam.


el



On 03/12/2020 14:37, Giuseppe Sant wrote:

Hi,
I’m a student and I really need to install version of R 4.0.2 as soon
as possible because I have an important exam that could change my
career.  I’m texting just to have the link to download that version.
Really thankful,
Giuseppe Santangelo.

[...]



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


Re: [R-SIG-Mac] INSTALL R 4.0.2

2020-12-03 Thread Dr Eberhard W Lisse
You are most welcome.

The answer to your question lies probably also in Google.

el

On 03/12/2020 14:52, Giuseppe Sant wrote:
> That’s the right way to motivate me.  Will let you know about the
> results.  Last thing, because of the unkind comment can you help me
> solving one thing but radiant?
> I downloaded the packages thank opened it but in Basics->Prob
> calculator the layout is incomplete.  I can only see the graphic, not
> the data over it.  You know why?
> 
>> Il giorno 3 dic 2020, alle ore 13:41, Dr Eberhard W Lisse
 ha scritto:
>>
>> Guiseppe,
>>
>> if you can't google, I do not see a bright future for your exam.
>>
>>
>> el
>>
>>
>>
>> On 03/12/2020 14:37, Giuseppe Sant wrote:
>>> Hi, 
>>> I’m a student and I really need to install version of R 4.0.2 as soon
>>> as possible because I have an important exam that could change my
>>> career.  I’m texting just to have the link to download that version.
>>> Really thankful, 
>>> Giuseppe Santangelo.
[...]

-- 
Dr. Eberhard W. Lisse   \ /   Obstetrician & Gynaecologist 
e...@lisse.na / *  |  Telephone: +264 81 124 6733 (cell)
PO Box 8421 Bachbrecht  \  /  If this email is signed with GPG/PGP
10007, Namibia   ;/ Sect 20 of Act No. 4 of 2019 may apply

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


Re: [R-SIG-Mac] INSTALL R 4.0.2

2020-12-03 Thread Adrian Dușa
Dear Giuseppe,

When asking for help, it is always a good idea to provide enough
information to allow people to help you.
I read you've downloaded the packages, but unclear what is: "thank opened".
Further, what is "Basics / Prob calculator"?, and to what "layout" are you
referring to, and from which "data"?

There are 16000+ packages on CRAN, and it is therefore unreasonable to
expect anyone to be familiar with all functions and datasets from all
packages.
A valuable netiquette rule says you should provide a so-called MRE -
minimal reproducible example. More often than not, compiling such an
example will reveal the solution to a problem even before posting (to
thousands of subscribers) for help.

I hope this helps,
Adrian


On Thu, Dec 3, 2020 at 2:55 PM Giuseppe Sant  wrote:

> That’s the right way to motivate me. Will let you know about the results.
> Last thing, because of the unkind comment can you help me solving one
> thing but radiant?
> I downloaded the packages thank opened it but in Basics->Prob calculator
> the layout is incomplete. I can only see the graphic, not the data over it.
> You know why?
>
> > Il giorno 3 dic 2020, alle ore 13:41, Dr Eberhard W Lisse 
> ha scritto:
> >
> > Guiseppe,
> >
> > if you can't google, I do not see a bright future for your exam.
> >
> >
> > el
> >
> >
> >
> > On 03/12/2020 14:37, Giuseppe Sant wrote:
> >> Hi,
> >> I’m a student and I really need to install version of R 4.0.2 as soon
> >> as possible because I have an important exam that could change my
> >> career.  I’m texting just to have the link to download that version.
> >> Really thankful,
> >> Giuseppe Santangelo.
> >> ___
> >> R-SIG-Mac mailing list
> >> R-SIG-Mac@r-project.org
> >> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> >>
> >
> > --
> > Dr. Eberhard W. Lisse   \ /   Obstetrician & Gynaecologist
> > e...@lisse.na / *  |  Telephone: +264 81 124 6733 (cell)
> > PO Box 8421 Bachbrecht  \  /  If this email is signed with GPG/PGP
> > 10007, Namibia   ;/ Sect 20 of Act No. 4 of 2019 may apply
> >
> > ___
> > R-SIG-Mac mailing list
> > R-SIG-Mac@r-project.org
> > https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>


-- 
Adrian Dusa
University of Bucharest
Romanian Social Data Archive
Soseaua Panduri nr. 90-92
050663 Bucharest sector 5
Romania
https://adriandusa.eu

[[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] INSTALL R 4.0.2

2020-12-03 Thread Giuseppe Sant
That’s the right way to motivate me. Will let you know about the results.
Last thing, because of the unkind comment can you help me solving one thing but 
radiant?
I downloaded the packages thank opened it but in Basics->Prob calculator the 
layout is incomplete. I can only see the graphic, not the data over it. You 
know why?

> Il giorno 3 dic 2020, alle ore 13:41, Dr Eberhard W Lisse  ha 
> scritto:
> 
> Guiseppe,
> 
> if you can't google, I do not see a bright future for your exam.
> 
> 
> el
> 
> 
> 
> On 03/12/2020 14:37, Giuseppe Sant wrote:
>> Hi, 
>> I’m a student and I really need to install version of R 4.0.2 as soon
>> as possible because I have an important exam that could change my
>> career.  I’m texting just to have the link to download that version.
>> Really thankful, 
>> Giuseppe Santangelo.
>> ___
>> R-SIG-Mac mailing list
>> R-SIG-Mac@r-project.org
>> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>> 
> 
> -- 
> Dr. Eberhard W. Lisse   \ /   Obstetrician & Gynaecologist 
> e...@lisse.na / *  |  Telephone: +264 81 124 6733 (cell)
> PO Box 8421 Bachbrecht  \  /  If this email is signed with GPG/PGP
> 10007, Namibia   ;/ Sect 20 of Act No. 4 of 2019 may apply
> 
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac

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


Re: [R-SIG-Mac] INSTALL R 4.0.2

2020-12-03 Thread Dr Eberhard W Lisse
Guiseppe,

if you can't google, I do not see a bright future for your exam.


el



On 03/12/2020 14:37, Giuseppe Sant wrote:
> Hi, 
> I’m a student and I really need to install version of R 4.0.2 as soon
> as possible because I have an important exam that could change my
> career.  I’m texting just to have the link to download that version.
> Really thankful, 
> Giuseppe Santangelo.
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 

-- 
Dr. Eberhard W. Lisse   \ /   Obstetrician & Gynaecologist 
e...@lisse.na / *  |  Telephone: +264 81 124 6733 (cell)
PO Box 8421 Bachbrecht  \  /  If this email is signed with GPG/PGP
10007, Namibia   ;/ Sect 20 of Act No. 4 of 2019 may apply

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


[R-SIG-Mac] INSTALL R 4.0.2

2020-12-03 Thread Giuseppe Sant
Hi, 
I’m a student and I really need to install version of R 4.0.2 as soon as 
possible because I have an important exam that could change my career. I’m 
texting just to have the link to download that version.
Really thankful, 
Giuseppe Santangelo.
___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] Problems with R and Big Sur

2020-12-03 Thread Daniel Kelley
I can confirm the warning message on a 2020 macbook-pro-13-inch with Big Sur.

I do not know about slowdowns, because I seldom work in R.app, and when I do, 
it’s just for a few moments at a time.  I do not see the warning when I run R 
in a terminal, in vim, or in RStudio, which makes sense because the warning 
seems to be related to the GUI that R.app is employing.

> On Dec 3, 2020, at 7:00 AM, Maria-Angeles Casares-de-Cal via R-SIG-Mac 
>  wrote:
> 
> CAUTION: The Sender of this email is not from within Dalhousie.
> 
> Thank you very much for the interest shown by everyone who has sent their 
> answers.
> 
> I think I have not explained well the issue. Now, there it goes (I hope 
> better explained!):
> 
> I have a 16-inch MacBook Pro (2019), I have installed the Big Sur 11.0.1 
> operating system, I have installed the R 4.0.3 and the R GUI 1.73.
> The R works fine, I think it is a problem with the R GUI.
> When I open a session in R, I get the following warning:
> 
> 2020-12-03 11: 34: 43.708 R [2479: 145386] Warning: Expected min height of 
> view: () to be less than or 
> equal to 30 but got a height of 32.00. This error will be logged once per 
> view in violation.
> 
> And from that moment, the management of the windows in R and the computer 
> slows down.
> Also, every time I open a new file in R (in the same session), the warning 
> appears again.
> 
> One of the messages I received on this mailing list said that it could be a 
> problem related to the TouchBar of the MacBook Pro.
> I have tested the same R and R GUI on a MacBook Air (Retina, 13-inch, 2020) 
> with Big Sur, and, indeed, that problem does not appear.
> 
> I know that in Terminal and RStudio there is no problem, but I would like to 
> solve this issue, since I prefer to work with R and the R GUI in a Mac, 
> instead of Terminal or RStudio.
> 
> Thank you very much for your attention.
> 
> Sincerely,
> María-Ángeles Casares-de-Cal
>[[alternative HTML version deleted]]
> 
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac

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


Re: [R-SIG-Mac] Problems with R and Big Sur

2020-12-03 Thread Maria-Angeles Casares-de-Cal via R-SIG-Mac
Thank you very much for the interest shown by everyone who has sent their 
answers.

I think I have not explained well the issue. Now, there it goes (I hope better 
explained!):

I have a 16-inch MacBook Pro (2019), I have installed the Big Sur 11.0.1 
operating system, I have installed the R 4.0.3 and the R GUI 1.73.
The R works fine, I think it is a problem with the R GUI.
When I open a session in R, I get the following warning:

2020-12-03 11: 34: 43.708 R [2479: 145386] Warning: Expected min height of 
view: () to be less than or equal 
to 30 but got a height of 32.00. This error will be logged once per view in 
violation.

And from that moment, the management of the windows in R and the computer slows 
down.
Also, every time I open a new file in R (in the same session), the warning 
appears again.

One of the messages I received on this mailing list said that it could be a 
problem related to the TouchBar of the MacBook Pro.
I have tested the same R and R GUI on a MacBook Air (Retina, 13-inch, 2020) 
with Big Sur, and, indeed, that problem does not appear.

I know that in Terminal and RStudio there is no problem, but I would like to 
solve this issue, since I prefer to work with R and the R GUI in a Mac, instead 
of Terminal or RStudio.

Thank you very much for your attention.

Sincerely,
María-Ángeles Casares-de-Cal
[[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] Problems with R and Big Sur

2020-12-03 Thread Gilberto Camara
Dear Simon, 

To test the error, please do the following on a Mac with Big Sur:

1. Install GDAL
   The available binaries I could find out are Mac OS Frameworks from 
https://www.kyngchaos.com/software/frameworks/ and “homebrew”.

2. Install rgdal binary from CRAN
I am using R version 4.0.3 Patched (2020-11-25 r79505) and the rgdal version is 
1.5-18 (SVN revision 1082), the latest ones available on CRAN.

3. Do the following R commands:
> drvs <- rgdal::gdalDrivers()$name; drvs[grep("JP2", drvs)]
character(0)

The response indicates that the JPEG2000 driver is not installed.

After installing both GDAL and rgdal from source with Apple clang 12.0, we get

> drvs <- rgdal::gdalDrivers()$name; drvs[grep("JP2", drvs)]
“JP2OpenJPEG"

More details on the rgdal version compiled from source with the new GDAL: 

> library(rgdal)
Loading required package: sp
rgdal: version: 1.5-18, (SVN revision 1082)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 3.2.0, released 2020/10/26
Path to GDAL shared files: /Users/gilbertocamara/Library/R/4.0/library/sf/gdal
GDAL binary built with GEOS: TRUE 
Loaded PROJ runtime: Rel. 7.1.1, September 1st, 2020, [PJ_VERSION: 711]
Path to PROJ shared files: /Users/gilbertocamara/Library/Application 
Support/proj:/usr/local/share/proj:/usr/local/share/proj
PROJ CDN enabled: FALSE
Linking to sp version:1.4-4

Hope this helps
Gilberto


> On 3 Dec 2020, at 01:07, Simon Urbanek  wrote:
> 
> Gilberto,
> 
> can you provide details, please? (code, file to test etc.) The claim was that 
> this is specific to BigSur which I doubt from your description. Please start 
> a new thread about that at it seem entirely unrelated to the discussion at 
> hand. There was an incompatibility with BigSur, but that was addressed.
> 
> Thanks,
> Simon
> 
> 
> 
> 
>> On 3/12/2020, at 11:11 AM, GilbertoCamara  
>> wrote:
>> 
>> Dear Simon 
>> 
>> Unfortunately, the problems reported are real. The rgdal version from CRAN 
>> fails to recognise images in JPEG2000 format used by Copernicus Sentinel-2 
>> satellite. I have investigated the matter carefully with Roger Bivand. 
>> 
>> I tried many combinations on Mac OS Big Sur: 
>> (a) rgdal from CRAN (binary) + GDAL from homebrew.
>> (b) rgdal from CRAN (source) + GDAL from homebrew.
>> (c) rgdal from CRAN (binary) + GDAL Mac OS Frameworks from 
>> https://www.kyngchaos.com/software/frameworks/
>> (d) rgdal from CRAN (source) + GDAL from kyngchaos. 
>> (e) rgdal from CRAN (source) + GDAL/GEOS/etc (source) with Apple clang 11.0
>> (f) rgdal from CRAN (source) + GDAL/GEOS/etc (source) with Apple clang 12.0
>> 
>> Only option (f) works correctly. 
>> 
>> Best regards
>> Gilberto 
>> 
>>> On 2 Dec 2020, at 22:44, Simon Urbanek  wrote:
>>> 
>>> Are you chasing a red herring here? Switching tools won help you - in fact 
>>> they cause more issues since you'd need R-devel version of R to avoid 
>>> breakage with the most recent tools or extra flags. I'm not sure which 
>>> issue you are trying to solve. For gdal et al - make sure you install the 
>>> latest version for CRAN - it is compatible with BigSur, older versions 
>>> (before BigSur) were not.
>>> 
>>> Please start a new thread about questions unrelated to the original post as 
>>> it's unclear if there are any open questions in the thread. Also please 
>>> only answer if your have anything useful to say - if someone asks a 
>>> question about the GUI it's rather pointless to post when you say you don't 
>>> use it ... And if you ask a question, please be specific so we can help.
>>> 
>>> There is a lot of misinformation around, so be careful with random 
>>> suggestions, they are very often plain wrong.
>>> 
>>> Cheers,
>>> Simon
>>> 
>>> 
>>> 
>>> 
 On 3/12/2020, at 6:52 AM, Spencer Graves  
 wrote:
 
  Sorry:  Typo:  I tried "sudo xcode-select --install" and got the same 
 error.  This was in Terminal where "The default interactive shell is now 
 zsh."  It's not critical, because "I was able to update Xcode from App 
 Store."
 
 
  Thanks for the reply.  sg
 
 
 On 2020-12-02 11:48, Dr Eberhard W Lisse wrote:
> sudo xcode-select --install
> el
> On 2020-12-02 18:52 , Spencer Graves wrote:
>> $ clang --version
>> Apple clang version 11.0.3 (clang-1103.0.32.59)
>> Target: x86_64-apple-darwin20.1.0
>> Thread model: posix
>> InstalledDir:
>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
>> 
>> 
>> 
>>** "sudo rm -rf /Library/Developer/CommandLineTools" deleted
>> "CommandLineTools".  Then "sudo xcode-select —install" gave me "invalid
>> argument '—install'".  "sudo xcode-select —install" gave me the same.
>> 
>> 
>>** Fortunately, I was able to update Xcode from App Store.  Now I
>> get:
>> 
>> 
>> $ clang --version
>> Apple clang version 12.0.0 (clang-1200.0.32.27)
>>