search for: file74b0dc51

Displaying 1 result from an estimated 1 matches for "file74b0dc51".

2009 Mar 21
1
unlink fails to remove symbolic links
...now -- when a package creates symbolic links during installation, 00LOCK is not removed. Martin > setwd(tempdir()) > fl <- tempfile(); file.create(fl) [1] TRUE > lnFile <- tempfile(); system(paste("ln -s", fl, lnFile)) > list.files() [1] "file19495cff" "file74b0dc51" > unlink(fl); unlink(lnFile) > list.files() [1] "file19495cff" > lnFile [1] "/tmp/Rtmpb0kd7B/file19495cff" > sessionInfo() R version 2.10.0 Under development (unstable) (2009-03-21 r48173) x86_64-unknown-linux-gnu locale: LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_...