Hi,
there seem to be some (small) bugs in the mclapply function in parallel.
I discovered this in the current R release version, and I checked that it is
still present in R-devel.
I think it only occurs in the part of the code corresponding to argument option
mc.preschedule = FALSE.
Here are
On 11/16/12 6:10 AM, bryan rasmussen wrote:
> Hi,
>
> I have some XML files that have a processing instruction directly
> after the XML declaration
>
> when I do
> kgroup.reading <- character(0)
> for (file in file_list){kgroup.reading <-
> xmlParseDoc(file.path("c:","projects","respositories",
Hi,
I have some XML files that have a processing instruction directly
after the XML declaration
when I do
kgroup.reading <- character(0)
for (file in file_list){kgroup.reading <-
xmlParseDoc(file.path("c:","projects","respositories","dk","004",file))}
I get the error
file name :1: parser error :