RANN - A fork of the knnFinder package that exposes more of the functionality of Arya and Mount's ANN Library
RForge.net

RANN

About RANN
SVN access
Download/Files
Check results
Package R docs

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/RANN/trunk RANN

To install the latest development snapshot of this package, use

install.packages("RANN",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/RANN/branches
and for tags use
svn ls svn://svn.rforge.net/RANN/tags

Most recent SVN commits


r25 | jefferis | 2010-04-08 08:37:49 +0000 (Thu, 08 Apr 2010) | 4 lines
   M trunk/src/NN.cc
Fix ISO C++ forbids variable-size array
* have to explicitly allocate (and deallocate) array when size is only known
at runtime.

r24 | jefferis | 2010-04-08 08:37:06 +0000 (Thu, 08 Apr 2010) | 1 line
   M trunk/DESCRIPTION
Bump version number to 2.1.1

r23 | jefferis | 2010-04-04 17:35:54 +0000 (Sun, 04 Apr 2010) | 5 lines
   M trunk/src/NN.cc
Change a number of input parameters to const
* in response to compilation bug report on Solaris
Error: An integer constant expression is required within the array subscript operator.

r22 | jefferis | 2010-04-04 17:35:16 +0000 (Sun, 04 Apr 2010) | 3 lines
   M trunk/src/Makevars
   M trunk/src/Makevars.win
Add final newlines to Makevars
* gives a Warning on Solaris

r21 | jefferis | 2010-04-04 17:34:37 +0000 (Sun, 04 Apr 2010) | 1 line
   M trunk/DESCRIPTION
Update description before release

r20 | jefferis | 2010-04-04 17:33:55 +0000 (Sun, 04 Apr 2010) | 1 line
   M trunk/man/nn.Rd
Document p and k separately to avoid make check error

r19 | jefferis | 2010-02-10 00:19:58 +0000 (Wed, 10 Feb 2010) | 1 line
   A trunk/src/Makevars
   A trunk/src/Makevars.win
Add back Makevars files

r18 | jefferis | 2010-02-10 00:06:33 +0000 (Wed, 10 Feb 2010) | 1 line
   D trunk/src/Makevars.win
Completely remove Makevars.win