Re: [Rd] diagnosing a CMD check failure

2010-12-17 Thread Dan Tenenbaum
On Fri, Dec 17, 2010 at 12:38 PM, Vincent Carey wrote: > That got me a little further. system2() seems not to like my system. > > > system("date") > Fri Dec 17 15:35:21 EST 2010 > > system2("date") > sh: : No such file or directory > > This is with 2.13 r53555. > Hi Vince, There are some bugs i

Re: [Rd] diagnosing a CMD check failure

2010-12-17 Thread Vincent Carey
That got me a little further. system2() seems not to like my system. > system("date") Fri Dec 17 15:35:21 EST 2010 > system2("date") sh: : No such file or directory This is with 2.13 r53555. On Fri, Dec 17, 2010 at 3:01 PM, Duncan Murdoch wrote: > On 17/12/2010 2:12 PM, Vincent Carey wrote: >>

Re: [Rd] diagnosing a CMD check failure

2010-12-17 Thread Duncan Murdoch
On 17/12/2010 2:12 PM, Vincent Carey wrote: I have created a quite minimal package with a simple R program in the tests subfolder. When I run CMD check, I get * checking examples ... OK * checking for unstated dependencies in tests ... OK * checking tests ...sh: : No such file or directory ER

[Rd] diagnosing a CMD check failure

2010-12-17 Thread Vincent Carey
I have created a quite minimal package with a simple R program in the tests subfolder. When I run CMD check, I get * checking examples ... OK * checking for unstated dependencies in tests ... OK * checking tests ...sh: : No such file or directory ERROR I don't see a way of diagnosing this. The