Displaying 3 results from an estimated 3 matches for "file72ae2cd6".
2008 Oct 23
1
normalizePath bug (PR#13199)
Full_Name: Joseph Haykov
Version: 2.8.0
OS: Windows
Submission from: (NULL) (216.189.177.202)
normalizePath("C:\\DOCUME~1\\JOSEPH~1\\LOCALS~1\\Temp\\RtmpolZ4Vy\\file72ae2cd6.txt")
returns: "\0354xl|\a\001?$v\001?y8"
instead of returning:
"C:\\Documents and Settings\\Joseph Haykov\\Local
Settings\\Temp\\RtmpolZ4Vy\\file72ae2cd6.txt"
By the way, this works correctly in version 2.6.2
2008 Dec 03
2
reading version 9 SAS datasets in R
...;- read.xport("D:\\CES Analysis\\Data\\fadata.xpt")
Error in lookup.xport(file) : file not in SAS transfer format
> ?read.ssd
> fadata2 <- read.ssd("D:\\CES Analysis\\Data", "fadata")
SAS failed. SAS program at
D:\DOCUME~1\re06572\LOCALS~1\Temp\RtmpLqCVUx\file72ae2cd6.sas
The log file will be file72ae2cd6.log in the current directory
Warning messages:
1: In system(paste(sascmd, tmpProg)) : "sas" not found
2: In read.ssd("D:\\CES Analysis\\Data", "fadata") :
SAS return code was -1
> sashome <- "C:\\Program Files\\...
2011 Mar 06
1
read.ssd() from foreign package
Hi, I am encountering a confusing problem when I tried to use read.ssd to read
SAS datasets. For one SAS dataset "a.sas7bdat", it did not work; while for
another SAS dataset "b.sas7bdat" it worked:
> tmp<-read.ssd("C:\\SASdata", "a",sascmd="C:/Program
>Files/SAS/SASFoundation/9.2/sas.exe")
SAS failed. SAS program at