search for: first_param

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

1999 Sep 02
0
R 0.65.x bug : attach()/eval() {was "lib.source() within library()"} (PR#264)
...then $echo 'x -' 'creating directory' 'libBug' mkdir 'libBug' fi if test ! -d 'libBug/R'; then $echo 'x -' 'creating directory' 'libBug/R' mkdir 'libBug/R' fi if test -f 'libBug/R/only.R' && test "$first_param" != -c; then $echo 'x -' SKIPPING 'libBug/R/only.R' '(file already exists)' else $echo 'x -' extracting 'libBug/R/only.R' '(text)' sed 's/^X//' << 'SHAR_EOF' > 'libBug/R/only.R' && Xbla <- pi Xnam...
1997 Nov 24
0
R-alpha: random number generator -- S-plus's
...ntains: # length mode name # ------ ---------- ------------------------------------------ # 7088 -rw-r--r-- runif-tst.S # 3646 -rw-r--r-- setseed-ex.S # 1132 -rw-r--r-- ../C-Progs/programs/Runif.c # save_IFS="${IFS}" IFS="${IFS}:" gettext_dir=FAILED locale_dir=FAILED first_param="$1" for dir in $PATH do if test "$gettext_dir" = FAILED && test -f $dir/gettext \ && ($dir/gettext --version >/dev/null 2>&1) then set `$dir/gettext --version 2>&1` if test "$3" = GNU then gettext_dir=$dir...
2007 Sep 24
7
Parameter Matchers with optional params
Hi, Are there any docs for combining parameter matchers, or some way to define optional parameters? I''m trying to match something like: .find( 42 ) || .find( 42, {:conditions=>nil,:includes=>nil} ) Or for that matter, 42 followed by nothing or anything... Halp? I''ve tried different nested combos with any_of/all_of/anything, but getting lost trying. --Andrew
2006 Apr 11
10
created new q_disc, inserted module, tc tells me unknown qdisc
Hi, I am trying to install a proprietary qdisc made for research, it is not publically released yet, however its been used several times so i know it works. The files included are: q_xcp.c: static int xcp_parse_opt() static int xcp_print_opt() static int xcp_print_xstats() struct qdisc_util xcp_util = { "NULL", "xcp" ..... }; sch_xcp.c: static int