Re: [R] Error with package xlsx

2011-07-03 Thread David Winsemius
On Jul 3, 2011, at 8:24 AM, David Winsemius wrote: On Jul 3, 2011, at 12:51 AM, Sergio Mira wrote: Hi, Could anyone help me with this error? I have no idea what that is about... file <- system.file("DADOSCASUMCCORMICK.xlsx", package = "xlsx") > data <- read.xlsx(file, 1) Error in .jne

Re: [R] Error with package xlsx

2011-07-03 Thread David Winsemius
On Jul 3, 2011, at 12:51 AM, Sergio Mira wrote: Hi, Could anyone help me with this error? I have no idea what that is about... file <- system.file("DADOSCASUMCCORMICK.xlsx", package = "xlsx") > data <- read.xlsx(file, 1) Error in .jnew("java/io/FileInputStream", file) : java.io.FileNot

[R] Error with package xlsx

2011-07-02 Thread Sergio Mira
Hi, Could anyone help me with this error? I have no idea what that is about... > file <- system.file("DADOSCASUMCCORMICK.xlsx", package = "xlsx") ­> data <- read.xlsx(file, 1) Error in .jnew("java/io/FileInputStream", file) : java.io.FileNotFoundException: (No such file or directory) Thanks