Re: R install.package() bug

2023-12-02 Thread Henry S. Thompson via Cygwin
Marco Atzeri via Cygwin writes: > As work around: > > $ tar -xf DBI-1.1.3.tar.gz > > ... > > $ tar -xzf DBI-1.1.3.tar.gz DBI-1.1.3 Argh ^ I'm pretty sure that will just undo the fix! Cut-and-paste error? I think what's wanted is $ tar -czf DBI-1.1.3.tar.gz DBI-1.1.3 ht -- Henry S.

Re: R install.package() bug

2023-12-02 Thread Marco Atzeri via Cygwin
On 28/11/2023 06:01, Stephen P Carrier via Cygwin wrote: I would like to report an issue with install.packages() experienced today using the current R package. I installed R 4.3.0 on system: # uname -rs CYGWIN_NT-10.0-20348 3.4.9-1.x86_64 I tried to install the DBI package, DBI_1.1.3.tar.gz, d

Re: R library() bug

2023-12-02 Thread Marco Atzeri via Cygwin
On 02/12/2023 00:29, Stephen P Carrier wrote: On Fri, Dec 1, 2023 at 3:24 PM Stephen P Carrier > wrote: On Tue, Nov 28, 2023 at 8:32 PM Marco Atzeri mailto:marco.atz...@gmail.com>> wrote: On 29.11.2023 02:12, Stephen P Carrier via Cygwin wrote: