search for: dotdotdot

Displaying 7 results from an estimated 7 matches for "dotdotdot".

2013 Jan 27
2
Unexpected behavior with abbreviation of an argument to paste
R 2.15.1 OS X Colleagues, I encountered the following unexpected behavior today: The following command yielded the expected result: paste(c("TEXT1", "TEXT2"), collapse="|") Result: [1] "TEXT1|TEXT2" However, abbreviating "collapse" by even one character: paste(c("TEXT1", "TEXT2"), collaps="|") yielded the
2013 Jan 14
2
The three-dot question
Dear all, Why does not the three-dot accept arguments from the parent environment? I am just confused with this error, can someone give me a hint? > rm(list=ls()) > testFun <- function(a, ...) + { + if(a){ + print(a) + }else + { + print(b) + } + } > > myTask <- function(a) + { + b <- 3 + testFun(a, b = b) + } >
2010 Apr 23
0
dot dot dot and NextMethod
...ample: args <- lapply(args, function(x) x + 1) # and now, I would like to use NextMethod, and then rebuild the . from the args NextMethod() #??? } It does not work, because the "args" is not the DotDotDot. If you see what I mean. Could you please help? Thank you. [[alternative HTML version deleted]]
2006 Jan 11
4
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...2:1: warning: this is the location of the previous definition llvmAsmParser.tab.h:307:1: warning: "TO" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:163:1: warning: this is the location of the previous definition llvmAsmParser.tab.h:308:1: warning: "DOTDOTDOT" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:164:1: warning: this is the location of the previous definition llvmAsmParser.tab.h:309:1: warning: "NULL_TOK" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:165:1: warni...
2006 Jan 11
0
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...is the location of the previous definition > llvmAsmParser.tab.h:307:1: warning: "TO" redefined > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:163:1: > warning: this is the location of the previous definition > llvmAsmParser.tab.h:308:1: warning: "DOTDOTDOT" redefined > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:164:1: > warning: this is the location of the previous definition > llvmAsmParser.tab.h:309:1: warning: "NULL_TOK" redefined > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmPa...
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...of the previous definition >> llvmAsmParser.tab.h:307:1: warning: "TO" redefined >> /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:163:1: >> warning: this is the location of the previous definition >> llvmAsmParser.tab.h:308:1: warning: "DOTDOTDOT" redefined >> /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:164:1: >> warning: this is the location of the previous definition >> llvmAsmParser.tab.h:309:1: warning: "NULL_TOK" redefined >> /home/wanderer/pkg/build/llvm/src/llvm/lib/Asm...
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...he previous definition > > llvmAsmParser.tab.h:307:1: warning: "TO" redefined > > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:163:1: > > warning: this is the location of the previous definition > > llvmAsmParser.tab.h:308:1: warning: "DOTDOTDOT" redefined > > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:164:1: > > warning: this is the location of the previous definition > > llvmAsmParser.tab.h:309:1: warning: "NULL_TOK" redefined > > /home/wanderer/pkg/build/llvm/src/llvm/lib...