search for: r64299

Displaying 2 results from an estimated 2 matches for "r64299".

2014 Jan 17
2
file.exists does not like path names ending in /
.... I would have expected these to all return TRUE. > file.exists("/Program Files") [1] TRUE > file.exists("/Program Files/") [1] FALSE > file.exists(normalizePath("/Program Files/")) [1] FALSE > R.version.string [1] "R version 3.0.2 Patched (2013-11-25 r64299)" I am using Windows 8.1 . -- Statistics & Software Consulting GKX Group, GKX Associates Inc. tel: 1-877-GKX-GROUP email: ggrothendieck at gmail.com
2014 Jan 19
1
formals() adds 0 to complex function arguments
...warning that my Rd file is inconsistent between Code and Docs. Redefining the function with this syntax (a = 1 + (0+2i)) doesn't help, as a new 0 gets added to become 1 + (0 + (0+2i)). Is this reformatting necessary? Regards, baptiste sessionInfo() R Under development (unstable) (2013-11-25 r64299) Platform: x86_64-apple-darwin10.8.0 (64-bit) locale: [1] en_NZ.UTF-8/en_NZ.UTF-8/en_NZ.UTF-8/C/en_NZ.UTF-8/en_NZ.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_3.1.0 [[alternative HTML ver...