Re: [R] problem with system.file

2017-05-22 Thread Jeff Newmiller
Did not look to me like Windows was a factor here... OP referred to /home/paumarc/Bam. I think the issue was trying to access his own data using an inappropriate function. -- Sent from my phone. Please excuse my brevity. On May 22, 2017 3:22:06 PM PDT, Jim Lemon wrote:

Re: [R] problem with system.file

2017-05-22 Thread Jim Lemon
Windows. A funny name for a operating system that doesn't let you see anything. Jim On Mon, May 22, 2017 at 11:59 PM, Pau Marc Muñoz Torres wrote: > i could make it worl, thanks for your help, it was usefull > > Pau Marc Muñoz Torres > skype: pau_marc >

Re: [R] problem with system.file

2017-05-22 Thread Pau Marc Muñoz Torres
i could make it worl, thanks for your help, it was usefull Pau Marc Muñoz Torres skype: pau_marc http://www.linkedin.com/in/paumarc http://www.researchgate.net/profile/Pau_Marc_Torres3/info/ 2017-05-22 15:38 GMT+02:00 Pau Marc Muñoz Torres : > hi to you both > > You are

Re: [R] problem with system.file

2017-05-22 Thread Pau Marc Muñoz Torres
hi to you both You are right peter, I probably miss understood the system.file function. I was trying to use it with a package from bioconductor and when i saw that it didn't work for me, I tested with readxl and still do not working, so I am doing something wrong with system.file the original

Re: [R] problem with system.file

2017-05-22 Thread Ulrik Stervbo
What is your version of readxl? In my version 1.0, there is no directory called estdata, but there is one called extdata. However, in that directory there is no file called "results.xlsx" Either it was there once and has now gone missing or "results.xlsx" your own file? It looks like the latter

Re: [R] problem with system.file

2017-05-22 Thread peter dalgaard
> On 22 May 2017, at 14:43 , Pau Marc Muñoz Torres wrote: > > Hello everybody > > I am trying to use system.file but it returns not file found > > what I have done is > >> sample <- system.file("results.xlsx","estdata", package = > "readxl",mustWork = TRUE) > Error in

[R] problem with system.file

2017-05-22 Thread Pau Marc Muñoz Torres
Hello everybody I am trying to use system.file but it returns not file found what I have done is > sample <- system.file("results.xlsx","estdata", package = "readxl",mustWork = TRUE) Error in system.file("results.xlsx", "estdata", package = "readxl", mustWork = TRUE) : no file found i have