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 install.package() bug

2023-11-28 Thread Markus Hönicka via Cygwin
> Stephen P Carrier via Cygwin hat am 2023-11-28 06:01 CET > geschrieben: > > > 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 i

R install.package() bug

2023-11-27 Thread Stephen P Carrier via Cygwin
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, downloaded from a mirror. I used install.packages("/path/t