search for: filenametowchar

Displaying 8 results from an estimated 8 matches for "filenametowchar".

2012 Dec 08
2
file.link on Windows 7
....15.2, file.link returns TRUE. I've checked the sources and .Internal calls "file.link", executing do_filelink(). The segment in file src/main/platform.c seems right, not mistaking argument 'from' for 'to': #ifdef Win32 wchar_t *from, *to; from = filenameToWchar(STRING_ELT(f1, i%n1), TRUE); to = filenameToWchar(STRING_ELT(f2, i%n2), TRUE); LOGICAL(ans)[i] = CreateHardLinkW(to, from, NULL) != 0; if(!LOGICAL(ans)[i]) { warning(_("cannot link '%ls' to '%ls', reason '%s'"), from...
2008 Sep 07
1
Problem with starting and using R
...ion on my PC running Windows Vista and would appreciate your help. When R was first started, the Rgui returned several error messages: Error in structure(.Internal(Sys.getenv(as.character(x), as.character(unset)$ unsupported conversion Error in file.exists(name) : unsupported conversion in 'filenameToWchar' In addition, a dialog box called 'Information' popped up with the following message: Fatal error: unable to restore saved data in .RData On clicking 'OK', R closed immediately and the same thing occurs on restarting R. After checking for previous related messages online, I...
2009 Jan 27
2
Package (PR#13475)
Full_Name: Partho Bhowmick Version: 2.8.1 OS: Windows XP Submission from: (NULL) (199.43.48.131) While trying to install package sn (I have tried multiple mirrors), I get the following message trying URL 'http://www.revolution-computing.com/cran/bin/windows/contrib/2.8/sn_0.4-10.zip' Content type 'application/zip' length 320643 bytes (313 Kb) opened URL downloaded 313 Kb
2008 May 13
1
Unable to restore saved data in .RData (PR#11455)
...XP SP2 Submission from: (NULL) (203.198.252.239) I installed R software version 2.7 onto my computer (Windows XP SP2 English). The installation was smooth without problem. However, R program crashed with the following error message: Error in file.exists(name) : unsupported conversion in 'filenameToWchar' Fatal error: unable to restore saved data in .RData Can anyone provide a remedy to this? Many thanks in advance. Cheers.
2008 May 16
2
Getting JRI/rJava to work
...'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. Error in file.info(lib.loc) : unsupported conversion in 'filenameToWchar' Error in file.exists(name) : unsupported conversion in 'filenameToWchar' rShowMessage "Fatal error: unable to restore saved data in .RData " C:\temp\JRI\examples> ######################################################################## ###################### C:\temp\J...
2008 Sep 02
1
installation problem on Window XP (PR#12658)
...(137.189.4.4) When I installed R2.72 (actually any version >2.62) on Window XP (Traditional Chinese), I found the following error Error in structure(.Internal(Sys.getenv(as.character(x), as.character(unset)$ unsupported conversion ... Error in file.exists(name) : unsuported conversion in 'filenameToWchar' and then an information window appers: Fatal error: unable to restore saved data in .RData Can you help me to fix this installation problem? Thanks.
2013 Jan 11
1
Patch for setwd() to show path in error message
...twd(libdir) : cannot change working directory to 'path/that/fails/' PATCH: % diff -u util.c "util,patch.c" --- util.c 2012-12-16 13:13:05.002249900 -0800 +++ util,patch.c 2013-01-11 11:52:16.843236400 -0800 @@ -696,14 +696,14 @@ { const wchar_t *path = filenameToWchar(STRING_ELT(s, 0), TRUE); if(_wchdir(path) < 0) - error(_("cannot change working directory")); + error(_("cannot change working directory to '%s'"), path); } #else { const char *path = R_ExpandFileName(translateC...
2008 Apr 29
0
inquiry - failed to start R-2.7.0 (Window) (PR#11329)
...team, I am new to R. Please forgive me if I am using the incorrect format to ask or this is not right place to ask. I have a little problem with R-2.7.0 for Window. When I started the software I repeatedly receive this message: "Error in file.exist(name) : unsupported conversion in 'filenameToWchar' as well as the "Fatal error: unable to restore saved data in .R.data" (see attached jpg). Not quite understand these last error message (I have never done anything with R-2.7.0 and there shouldn't be anything to restore, right?). I tried several times with repeated instal...