search for: printinfo

Displaying 3 results from an estimated 3 matches for "printinfo".

Did you mean: print_info
2003 Dec 17
1
Accessing row and col names of SEXP objects
Can someone lend me a hand with extracting the dimnames from a SEXP? I've looked through R-exts, but I couldn't find an example. Here is the code I'm using to grab the jth column name and print it, but the colnames I'm getting are garbage. None of the following are working. void printInfo(SEXP ts) { int j; for (j=0; j<col; j++) { printf("%s\n",CHAR(STRING_ELT(GetColNames(ts), j))); printf("%s\n",CHAR(VECTOR_ELT(GetColNames(ts), j))); printf("%s\n",CHARACTER_DATA(STRING_ELT(GetColNames(ts), j))); printf("%s\n",CHARACTER_DATA(VECTOR_E...
2007 Nov 29
5
Solaris Zone site.xml recipe
...s [2]: <service name=''application/graphical-login/cde-login'' version=''1'' type=''service''> <instance name=''default'' enabled=''true'' /> </service> <service name=''application/cde-printinfo'' version=''1'' type=''service''> <instance name=''default'' enabled=''true'' /> </service> Can puppet handle doing this (and if so any pointers as to how) or am I better off defining a bunch of different sit...
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...yname); - fprintf(out, - " [ -f fontfile ] [ -m smushmode ] [ -w outputwidth ]\n"); - fprintf(out, - " [ -C controlfile ] [ -I infocode ] [ message ]\n"); -} - - -/**************************************************************************** - - printinfo - - Prints version and copyright message, or utility information. - -****************************************************************************/ - -void printinfo(infonum) -int infonum; -{ - switch (infonum) { - case 0: /* Copyright message */ - printf("FIGlet Copyright 1991-2002 G...