Displaying 2 results from an estimated 2 matches for "thierr".
Did you mean:
thierry
2015 Mar 11
1
normalizePath output depends on existence of directory
...le()
missing.dir <- normalizePath(path, winslash = "/", mustWork = FALSE)
dir.create(path)
existing.dir <- normalizePath(path, winslash = "/", mustWork = FALSE)
> all.equal(missing.dir, existing.dir)
[1] "1 string mismatch"
> missing.dir
[1] "C:/Users/THIERR~2/AppData/Local/Temp/RtmpagA8Gx/filed5c2cd03543"
> existing.dir
[1]
"C:/Users/thierry_onkelinx/AppData/Local/Temp/RtmpagA8Gx/filed5c2cd03543"
sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: i386-w64-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=Dutch_Belgium.1252 LC_CTYPE=...
2013 Jul 30
1
Error from R CMD check
...he error both from running it from the command line as from within Rstudio. On the same machine R CMD check on my GRTS package (https://r-forge.r-project.org/R/?group_id=1027) works fine.
Any suggestions on how to fix this? I can send the source code in a private email if required.
Best regards,
Thierry
Output from Rcmd.exe check --as-cran watervogels_0.3-27.tar.gz
* using log directory 'U:/svn2/watervogels/watervogels.Rcheck'
* using R version 3.0.1 Patched (2013-07-14 r63298)
* using platform: i386-w64-mingw32 (32-bit)
* using session charset: ISO8859-1
* checking for file 'water...