Last data update: 2014.03.03

pdist

Package: pdist
Type: Package
Title: Partitioned Distance Function
Version: 1.2
Date: 2013-01-31
Author: Jeffrey Wong
Maintainer: Jeffrey Wong <jeff.ct.wong@gmail.com>
URL: https://github.com/jeffwong/pdist
Description: Computes the euclidean distance between rows of a matrix X
and rows of another matrix Y. Previously, this could be done
by binding the two matrices together and calling 'dist', but
this creates unnecessary computation by computing the distances
between a row of X and another row of X, and likewise for Y.
pdist strictly computes distances across the two matrices, not
within the same matrix, making computations significantly
faster for certain use cases.
License: GPL
LazyLoad: yes
Depends: methods
Collate: 'pdist.R' 'setup.R'
Packaged: 2013-02-02 23:20:12 UTC; jeffrey
Repository: CRAN
Date/Publication: 2013-02-03 08:07:20

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

Install log

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