Hi! I´m trying to create a new R package. I`ve already downloaded Rtools and latex and I've tried with two simple examples. But when i try to do "R CMD install mypkg" an error appears : "Can't open perl script "C:\PROGRA~1\R\R-210~1.0/bin/install": No such file or di rectory", but i installed perl in C:\Rtools\perl\bin and i wrote it in the path, i need to do something more??? Thanks!! [[alternative HTML version deleted]]
On 30.12.2009 19:04, karina lopez wrote:> do "R CMD install mypkg" an error appears : "Can't open > perl script "C:\PROGRA~1\R\R-210~1.0/bin/install": No such file or di > rectory", but i installed perl in C:\Rtools\perl\bin and i wrote it in the > path, i need to do something more???Yes, it's case sensitive here, hence you need to do something more: use the shift key and type R CMD INSTALL mypkg Uwe Ligges