The R Project SVN R

Rev

Rev 90234 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 90234 Rev 90299
Line 487... Line 487...
487
{"rhyper",	do_random3,	0,	11,	4,	{PP_FUNCALL, PREC_FN,	0}},
487
{"rhyper",	do_random3,	0,	11,	4,	{PP_FUNCALL, PREC_FN,	0}},
488
 
488
 
489
{"sample",	do_sample,	0,	11,	4,	{PP_FUNCALL, PREC_FN,	0}},
489
{"sample",	do_sample,	0,	11,	4,	{PP_FUNCALL, PREC_FN,	0}},
490
{"sample2",	do_sample2,	0,	11,	2,	{PP_FUNCALL, PREC_FN,	0}},
490
{"sample2",	do_sample2,	0,	11,	2,	{PP_FUNCALL, PREC_FN,	0}},
491
 
491
 
492
{"RNGkind",	do_RNGkind,	0,	11,	3,	{PP_FUNCALL, PREC_FN,	0}},
492
{"RNGkind",	do_RNGkind,	0,	11,	4,	{PP_FUNCALL, PREC_FN,	0}},
493
{"set.seed",	do_setseed,	0,	111,	4,	{PP_FUNCALL, PREC_FN,	0}},
493
{"set.seed",	do_setseed,	0,	111,	5,	{PP_FUNCALL, PREC_FN,	0}},
494
 
494
 
495
/* Data Summaries */
495
/* Data Summaries */
496
/* these four are group generic and so need to eval args */
496
/* these four are group generic and so need to eval args */
497
{"sum",		do_summary,	0,	1,	-1,	{PP_FUNCALL, PREC_FN,	0}},
497
{"sum",		do_summary,	0,	1,	-1,	{PP_FUNCALL, PREC_FN,	0}},
498
{"min",		do_summary,	2,	1,	-1,	{PP_FUNCALL, PREC_FN,	0}},
498
{"min",		do_summary,	2,	1,	-1,	{PP_FUNCALL, PREC_FN,	0}},