search for: windows7_os

Displaying 5 results from an estimated 5 matches for "windows7_os".

2011 Sep 19
0
file.info(path) "inconsistent" with file.exists(path) when path == "C:/"
...A> <NA> <NA> > x <- list.files("C:/") > str(x) chr [1:62] "$Recycle.Bin" "Boot" "bootmgr" "BOOTSECT.BAK" ... > x <- shell('dir "C:/"', intern=TRUE) > str(x) chr [1:57] " Volume in drive C is Windows7_OS" ... # C:/. => OK > file.exists("C:/.") [1] TRUE > file.info("C:/.") size isdir mode mtime ctime atime exe C:/. 0 TRUE 777 1980-01-01 1980-01-01 1980-01-01 no > x <- list.files("C:/.") > str(x) chr [1:62] "$Recy...
2011 Jul 24
4
inline/Rcpp: Problem with space in path under Windows
I am trying to run inline/Rcpp under Windows 64. The RTools are installed on a spaceless path D:\rtools. Inlining pure c-code works perfectly. When I try the sample code for cpp in the cxx Documentation, I get: x86_64-w64-mingw32-g++.exe: C:/Program: No such file or directory The path to the compiler is correct. Obviously there is some problem with the space in C:/Program (Files). Any ideas
2012 Aug 16
2
Geom label lost after expanding partition
I have a GPT formatted disk where I recently expanded the size of a partition. I used "gpart resize -i 6 ada1" first to expand the partition to use the remaining free space and then growfs to modify the FFS file system to use the full partition. This was all done in single-user mode, of course, but when I enter "exit" to bring the system up, it failed to mount /usr. This was
2014 Jun 30
1
Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
...gw32/bin/ld.exe: > cannot find -lR > collect2: ld returned 1 exit status > make[2]: *** [../../../bin/i386/Rblas.dll] Error 1 > make[1]: *** [Rblas] Error 2 > make: *** [rbuild] Error 2 > > However: > > C:\R\src\gnuwin32>dir ..\..\bin\i386\ > Volume in drive C is Windows7_OS > Volume Serial Number is E038-51CC > > Directory of C:\R\bin\i386 > > 01/08/2014 06:18 PM <DIR> . > 01/08/2014 06:18 PM <DIR> .. > 01/08/2014 06:18 PM 3,059,712 R.dll > 01/08/2014 06:18 PM 348,995 Rgraphapp.dll &...
2014 Jan 09
0
Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
...cc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lR collect2: ld returned 1 exit status make[2]: *** [../../../bin/i386/Rblas.dll] Error 1 make[1]: *** [Rblas] Error 2 make: *** [rbuild] Error 2 However: C:\R\src\gnuwin32>dir ..\..\bin\i386\ Volume in drive C is Windows7_OS Volume Serial Number is E038-51CC Directory of C:\R\bin\i386 01/08/2014 06:18 PM <DIR> . 01/08/2014 06:18 PM <DIR> .. 01/08/2014 06:18 PM 3,059,712 R.dll 01/08/2014 06:18 PM 348,995 Rgraphapp.dll 01/08/2014 06:18 PM 102,975 Ri...