Displaying 2 results from an estimated 2 matches for "genutil".
Did you mean:
xenutil
2013 Jul 24
1
package compilation on OSX 10.8 -- error compiling Fortran library for architecture i386
...td=gnu99
-I/Library/Frameworks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG
-Ilibmseed -I/usr/local/include -fPIC -fPIC -g -O2 -c parseMiniSEED.c
-o parseMiniSEED.o
gcc -O2 -Wall -fPIC -c -o fileutils.o fileutils.c
gcc -O2 -Wall -fPIC -c -o genutils.o genutils.c
gcc -O2 -Wall -fPIC -c -o gswap.o gswap.c
gcc -O2 -Wall -fPIC -c -o lmplatform.o lmplatform.c
gcc -O2 -Wall -fPIC -c -o lookup.o lookup.c
gcc -O2 -Wall -fPIC -c -o msrutils.o msrutils.c
gcc -O2 -Wall -fPIC -c -o pack.o pack.c
gcc -O2 -Wall -fPIC -c -o packdata.o packdata.c...
2004 Jan 16
3
Another wishlist for R
...ightful asks users, "If you had
$100, how would you allocate that money to development?" Without listing
dollar amounts, these are my personal choices for R.
1. Add "head" and "tail" to R base.
Patrick Burns has these: http://www.burns-stat.com/pages/public.html#genutil
Very handy functions for checking data manipulation.
2. Strive for self-contained examples in all .Rd files (as far as possible).
Generally quite good, but there's always room for improvement.
For R base, If I create examples, to whom should I send them (R-devel?) and
how (request...