Re: [Rd] installed.packages and package info cache buglet (PR#13592)

2009-03-13 Thread maechler
> Mark Bravington > on Thu, 12 Mar 2009 21:45:18 +0100 (CET) writes: >> Looks like there is a buglet in 'installed.packages', around line 17: >> >> for (lib in lib.loc) { >> dest <- file.path(tempdir(), paste("libloc_", URLencode(lib,=20 >> TRUE), paste(fields

[Rd] installed.packages and package info cache buglet (PR#13592)

2009-03-12 Thread Mark . Bravington
Looks like there is a buglet in 'installed.packages', around line 17: for (lib in lib.loc) { dest <- file.path(tempdir(), paste("libloc_", URLencode(lib,=20 TRUE), paste(fields, collapse =3D ","), ".rds", sep =3D "")) if (!noCache && file.exists(dest) && file.info(d