Re: [R] error in creating gantt chart.

2009-08-25 Thread Jim Lemon
rajclinasia wrote: hi every one, i have a excel sheet like this labels starts ends 1 first task 1-Jan-04 3-Mar-04 2 second task 2-Feb-04 5-May-04 3 third task 3-Mar-04 6-Jun-04 4 fourth task 4-Apr-04 8-Aug-04 5 fifth task 5-May-04 9-Sep-04 now i converted this excel sheet into c

Re: [R] error in creating gantt chart.

2009-08-24 Thread Stefan Grosse
On Mon, 24 Aug 2009 05:22:17 -0700 (PDT) rajclinasia wrote: R> my.gantt.info<-read.csv("C:/Documents and R> Settings/balakrishna/Desktop/one.csv"). R> R> and for create gantt chart i used below code. R> R> gantt.chart("my.gantt.info"). This again is why others have pointed you first to have a

Re: [R] error in creating gantt chart.

2009-08-24 Thread David Winsemius
On Aug 24, 2009, at 8:22 AM, rajclinasia wrote: hi every one, i have a excel sheet like this labels starts ends 1 first task 1-Jan-04 3-Mar-04 2 second task 2-Feb-04 5-May-04 3 third task 3-Mar-04 6-Jun-04 4 fourth task 4-Apr-04 8-Aug-04 5 fifth task 5-May-04 9-Sep-04 now i co

[R] error in creating gantt chart.

2009-08-24 Thread rajclinasia
hi every one, i have a excel sheet like this labels starts ends 1 first task 1-Jan-04 3-Mar-04 2 second task 2-Feb-04 5-May-04 3 third task 3-Mar-04 6-Jun-04 4 fourth task 4-Apr-04 8-Aug-04 5 fifth task 5-May-04 9-Sep-04 now i converted this excel sheet into csv file and i read t