search for: acytually

Displaying 4 results from an estimated 4 matches for "acytually".

Did you mean: actually
2016 Apr 09
2
Note: no visible definition
...g from 'empty' never defines foo. And codetools tells > you that because more often than not it is error. Sometimes codetools gets > it wrong too, ie with you peek into data structure via evaluation tricks or > with simple with(mydataframe, columnOne). > > No, the symbol is acytually defined in a package that is not loaded when running under GnuR. But I still don't understand what is even trying to find the symbol in an execution path that doesn't reference it. I'm not sure what you mean by codetools, but is it examining my source code somehow before it is exec...
2016 Apr 09
2
Note: no visible definition
Can someone explain a message of this form from an rscript execution: Note: no visible global function definition for 'foo' This happens right at the start of execution. 'foo' is only executed in a branch of an 'if' that is not reached with the particular arguments passed to the script. If I source the script in a shell and run it I do not get the message. Mick
2016 Apr 09
0
Note: no visible definition
...ver defines foo. And codetools tells >> you that because more often than not it is error. Sometimes codetools gets >> it wrong too, ie with you peek into data structure via evaluation tricks or >> with simple with(mydataframe, columnOne). >> >> > No, the symbol is acytually defined in a package that is not loaded when > running under GnuR. But I still don't understand what is even trying to > find the symbol in an execution path that doesn't reference it. I'm not > sure what you mean by codetools, but is it examining my source code > somehow b...
2008 Oct 18
3
Cucumber "standard base" setup?
I''m trying to set up cucumber so we can try it in some Ruby automation scripts I''m working on. These will be straight Ruby, for use in BBEdit and TextMate (on the Mac). NOT Rails. The big early-stage stumbling block I''m having is setting up the initial Rakefile and directory structure. I think I''m rtfm''ing, but clearly I''m missing