Skip to content

list and pairlist in "Writing R Extensions" (PR#9185)

1 message · Brian Ripley

#
It says clearly that showArgs is for use by .External, not .Call (it is 
introduced in a paragraph about the differences):

@example
showArgs <- function(...) .External("showArgs", ...)
@end example

and that is the main user error here.  Pairlists are not needed when used 
as documented.
On Wed, 30 Aug 2006, gah4 at u.washington.edu wrote:

            
It says this is an 'alternative style', not an example.