Last data update: 2014.03.03

proxy

Package: proxy
Type: Package
Title: Distance and Similarity Measures
Version: 0.4-16
Authors@R: c(person(given = "David", family = "Meyer", role = c("aut", "cre"), email = "David.Meyer@R-project.org"),
person(given = "Christian", family = "Buchta", role = "aut"))
Description: Provides an extensible framework for the efficient calculation of auto- and cross-proximities, along with implementations of the most popular ones.
Depends: R (>= 2.4.0)
Imports: stats, utils
Suggests: cba
Collate: registry.R database.R dist.R similarities.R dissimilarities.R
util.R seal.R
License: GPL-2
NeedsCompilation: yes
Packaged: 2016-06-25 07:31:45 UTC; david
Author: David Meyer [aut, cre],
Christian Buchta [aut]
Maintainer: David Meyer <David.Meyer@R-project.org>
Repository: CRAN
Date/Publication: 2016-06-25 19:47:50

● Cran Task View: Multivariate
● 0 images, 3 functions, 0 datasets
Reverse Depends: 13

Install log

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