Last data update: 2014.03.03

stringdist

Package: stringdist
Maintainer: Mark van der Loo <mark.vanderloo@gmail.com>
License: GPL-3
Title: Approximate String Matching and String Distance Functions
LazyData: no
Type: Package
LazyLoad: yes
Authors@R: c( person("Mark", "van der Loo", role=c("aut","cre"),email="mark.vanderloo@gmail.com")
, person("Jan", "van der Laan", role="ctb"),person("R Core Team","",role=c("ctb")),person("Nick","Logan",role="ctb"))
Description: Implements an approximate string matching version of R's native
'match' function. Can calculate various string distances based on edits
(damerau-levenshtein, hamming, levenshtein, optimal sting alignment), qgrams (q-
gram, cosine, jaccard distance) or heuristic metrics (jaro, jaro-winkler). An
implementation of soundex is provided as well. Distances can be computed between
character vectors while taking proper care of encoding or between integer
vectors representing generic sequences.
Version: 0.9.4.1
Depends: R (>= 2.15.3)
Imports: parallel
URL: https://github.com/markvanderloo/stringdist
BugReports: https://github.com/markvanderloo/stringdist/issues
Date: 2015-12-30
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-01-02 17:12:44 UTC; mark
Author: Mark van der Loo [aut, cre],
Jan van der Laan [ctb],
R Core Team [ctb],
Nick Logan [ctb]
Repository: CRAN
Date/Publication: 2016-01-02 18:53:29

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'stringdist' ...
** package 'stringdist' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c Rstringdist.c -o Rstringdist.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c dl.c -o dl.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c hamming.c -o hamming.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c jaro.c -o jaro.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c lcs.c -o lcs.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c lv.c -o lv.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c osa.c -o osa.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c qgram.c -o qgram.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c soundex.c -o soundex.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c stringdist.c -o stringdist.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c utf8ToInt.c -o utf8ToInt.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c utils.c -o utils.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o stringdist.so Rstringdist.o dl.o hamming.o jaro.o lcs.o lv.o osa.o qgram.o soundex.o stringdist.o utf8ToInt.o utils.o -fopenmp -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/stringdist/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'stringdist'
    finding HTML links ... done
    amatch                                  html  
    phonetic                                html  
    printable_ascii                         html  
    qgrams                                  html  
    seq_amatch                              html  
    seq_dist                                html  
    seq_qgrams                              html  
    seq_sim                                 html  
    stringdist-encoding                     html  
    stringdist-metrics                      html  
    stringdist-package                      html  
    stringdist-parallelization              html  
    stringdist                              html  
    stringsim                               html  
** building package indices
** testing if installed package can be loaded
* DONE (stringdist)
Making 'packages.html' ... done