Last data update: 2014.03.03

fastmatch

Package: fastmatch
Version: 1.0-4
Title: Fast match() function
Author: Simon Urbanek <simon.urbanek@r-project.org>
Maintainer: Simon Urbanek <simon.urbanek@r-project.org>
Description: Package providing a fast match() replacement for cases
that require repeated look-ups. It is slightly faster that R's
built-in match() function on first match against a table, but
extremely fast on any subsequent lookup as it keeps the hash
table in memory.
License: GPL-2
URL: http://www.rforge.net/fastmatch
Packaged: 2012-01-21 10:09:18 UTC; svnuser
Repository: CRAN
Date/Publication: 2012-01-21 10:22:24

● 0 images, 1 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'fastmatch' ...
** package 'fastmatch' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c fastmatch.c -o fastmatch.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o fastmatch.so fastmatch.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/fastmatch/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'fastmatch'
    finding HTML links ... done
    fmatch                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (fastmatch)
Making 'packages.html' ... done