Re: [R] wininet deprecation

2023-02-22 Thread Stadler Thomas
Hi Enrico, thanks for your suggestion. rgds Thomas -Ursprüngliche Nachricht- Von: Enrico Schumann Gesendet: Dienstag, 21. Februar 2023 12:31 An: gisbert.se...@wido.bv.aok.de; Stadler Thomas Cc: r-help@r-project.org Betreff: Re: [R] wininet deprecation On Tue, 21 Feb 2023, Selke

Re: [R] wininet deprecation

2023-02-22 Thread Stadler Thomas
] wininet deprecation On Mon, 20 Feb 2023 15:58:33 +, Stadler Thomas wrote: > as the download method 'wininet' is deprecated, I'm looking into alternative > ways to install packages from within R. > Unfortunately, curl, libcurl and wget refuse to cooperate with Kerberos o

Re: [R] wininet deprecation

2023-02-21 Thread Enrico Schumann
On Tue, 21 Feb 2023, Selke, Gisbert W. writes: > On Mon, 20 Feb 2023 15:58:33 +, Stadler Thomas > wrote: > >> as the download method 'wininet' is deprecated, I'm looking into >> alternative ways to install packages from within R. >> Unfortunately, curl, libcurl and wget refuse to cooperate

Re: [R] wininet deprecation

2023-02-21 Thread Selke, Gisbert W.
On Mon, 20 Feb 2023 15:58:33 +, Stadler Thomas wrote: > as the download method 'wininet' is deprecated, I'm looking into alternative > ways to install packages from within R. > Unfortunately, curl, libcurl and wget refuse to cooperate with Kerberos on > our corporate setup. > When exactly

[R] wininet deprecation

2023-02-21 Thread Stadler Thomas
Dear list, as the download method 'wininet' is deprecated, I'm looking into alternative ways to install packages from within R. Unfortunately, curl, libcurl and wget refuse to cooperate with Kerberos on our corporate setup. When exactly will the 'wininet' method stop working? R release 4.3? T