Last data update: 2014.03.03

SearchTrees

Package: SearchTrees
Type: Package
Title: Spatial Search Trees
Version: 0.5.2
Date: 2011-06-27
Author: Gabriel Becker
Maintainer: Gabriel Becker <gmbecker@ucdavis.edu>
Description: This package provides an implementation of the QuadTree
data structure. It uses this to implement fast k-Nearest
Neighbor and Rectangular range lookups in 2 dimenions. The
primary target is high performance interactive graphics.
Depends: methods
License: LGPL
LazyLoad: yes
Packaged: 2012-08-23 22:45:09 UTC; gmbecker
Repository: CRAN
Date/Publication: 2012-08-24 06:12:12

2 images, 7 functions, 0 datasets
● Reverse Depends: 0

Install log

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