mails
2012-Feb-04 17:13 UTC
[R] unlink: parameter "force" not available in R windows version
Hello, I use the R command unlink(file, recursive = TRUE, force = TRUE) to delete folders, subfolders and files on Mac OS X. When I was running my script on a Windows computer I realised that for unlink there is no option/parameter "force". I do not know why but without that "force" option R cannot delete the subfolders/files. What can I do? -- View this message in context: http://r.789695.n4.nabble.com/unlink-parameter-force-not-available-in-R-windows-version-tp4357464p4357464.html Sent from the R help mailing list archive at Nabble.com.
Uwe Ligges
2012-Feb-04 18:06 UTC
[R] unlink: parameter "force" not available in R windows version
On 04.02.2012 18:13, mails wrote:> Hello, > > I use the R command > > unlink(file, recursive = TRUE, force = TRUE) > > to delete folders, subfolders and files on Mac OS X. > > > When I was running my script on a Windows computer I realised that for > unlink there is no option/parameter "force". I do not know why but without > that "force" option R cannot delete the subfolders/files. > > What can I do?Update to a recent version of R. Uwe Ligges> -- > View this message in context: http://r.789695.n4.nabble.com/unlink-parameter-force-not-available-in-R-windows-version-tp4357464p4357464.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
mails
2012-Feb-04 18:52 UTC
[R] unlink: parameter "force" not available in R windows version
Hello, I am not exactly sure but I think the version which is installed on that windows computer is 2.13.x So it looks like that the people who developed that function recently updated it. I need to check that on Monday. Thanks for you answer. -- View this message in context: http://r.789695.n4.nabble.com/unlink-parameter-force-not-available-in-R-windows-version-tp4357464p4357646.html Sent from the R help mailing list archive at Nabble.com.