Good afternoon,

As a clarification does it make sense to remove the second 'not' in the 'See
Also' documentation for file_test ?

Kind regards,
Sean O'Riordain

-----
Index: src/library/utils/man/filetest.Rd
===================================================================
--- src/library/utils/man/filetest.Rd   (revision 55639)
+++ src/library/utils/man/filetest.Rd   (working copy)
@@ -35,7 +35,7 @@
 }
 \seealso{
   \code{\link{file.exists}} which only tests for existence
-  (\code{test -e} on some systems) but not for not being a directory.
+  (\code{test -e} on some systems) but not for being a directory.

   \code{\link{file.path}}, \code{\link{file.info}}
 }

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to