Displaying 3 results from an estimated 3 matches for "file678418be".
2006 Jun 22
0
Package structure question (resolution)
...t problems in Windows (newer version).
2. In the process of making early mistakes, my Windows installation
was corrupted by some odd folders in R/library that generated
the following error message:
> utils:::menuInstallLocal()
updating HTML package descriptions
Warning message:
no package 'file678418be' was found in: packageDescription(i, lib.loc =
lib, field = "Title", encoding = "UTF-8")
I'm hesitant to call this a bug (because there might be a good reason
for it), but the solution was simply to delete the folders named
things like "file678418be" inside R/...
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
2006 Jun 22
0
Package structure question (progress!)
...s my zipping should have been:
zip -r hello.zip hello
essentially creating an outer folder having the package
name inside the zip file. It still didn't quite work,
with an error as follows:
> utils:::menuInstallLocal()
updating HTML package descriptions
Warning message:
no package 'file678418be' was found in: packageDescription(i, lib.loc =
lib, field = "Title", encoding = "UTF-8")
>
The warning doesn't mean anything to me, but I suspect that because
I zipped the linux files, it is possible that the unix end-of-line
difference might pose a problem. I'...