pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-stringdist



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 18 12:38:42 UTC 2021

Modified Files:
        pkgsrc/math/R-stringdist: Makefile distinfo

Log Message:
(math/R-stringdist) Updated 0.9.5.5 to 0.9.8

version 0.9.8
- Fixed some issues on C-level causing problems with the
  CLANG compiler. (Thanks to Brian Ripley for not only
  reporting this, but also sending updated code with
  fixes).

version 0.9.7
- Fixes in use of INTEGER() and VECTOR_ELT() after updates in R's C API.
  this affected 'afind' and 'max_length' (internally). (Thanks to Luke
  Tierny and Kurt Hornik for the notification).
- Fix in 'amatch' causing utf-8 characters to be ignored in some
  cases (thanks to Joan Mime for reporting #78).
- Fix: segfault when 'afind' was called with many search patterns or many
  texts to be searched.
- Fix: stringsimmatrix was not normalized correctly (Thanks to Tamas Ferenci
  for reporting GH).

version 0.9.6.3
- Resubmit. Fixed an URL redirect that was detected by CRAN.

version 0.9.6.2
- Resubmit. Fixed url issues detected by CRAN, added doi to description
  as per CRAN request.

version 0.9.6.1
- Bugfix: afind/grab/grabl returned wrong results on MacOS only.
  (thanks to Prof. Brian Ripley for the notification and for running tests
   on his personal machine and to Tomas Kalibera for making the
   ubuntu-rchk docker image available).

version 0.9.6
- New function 'afind': find approximate matches in text based on string distance.
- New functions 'grab', 'grabl': fuzzy matching equivalent to 'grep' and 'grepl'.
- New function 'extract': fuzzy matching equivalent of stringr::str_extract.
- New algorithm 'running_cosine': fast fuzzy text search using cosine distance.
- New function 'stringsimmatrix' (Thanks to Johannes Gruber).
- Number of threads used is now reported when loading 'stringdist'.
- Internal fixes (in some cases class() == 'class' was used).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-stringdist/Makefile \
    pkgsrc/math/R-stringdist/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-stringdist/Makefile
diff -u pkgsrc/math/R-stringdist/Makefile:1.1 pkgsrc/math/R-stringdist/Makefile:1.2
--- pkgsrc/math/R-stringdist/Makefile:1.1       Mon Feb 10 14:21:00 2020
+++ pkgsrc/math/R-stringdist/Makefile   Sat Sep 18 12:38:42 2021
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2020/02/10 14:21:00 mef Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/18 12:38:42 mef Exp $
 
 R_PKGNAME=     stringdist
-R_PKGVER=      0.9.5.5
-CATEGORIES=    math
+R_PKGVER=      0.9.8
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Approximate String Matching and String Distance Functions
 LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES= c
+TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-stringdist/distinfo
diff -u pkgsrc/math/R-stringdist/distinfo:1.1 pkgsrc/math/R-stringdist/distinfo:1.2
--- pkgsrc/math/R-stringdist/distinfo:1.1       Mon Feb 10 14:21:00 2020
+++ pkgsrc/math/R-stringdist/distinfo   Sat Sep 18 12:38:42 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/02/10 14:21:00 mef Exp $
+$NetBSD: distinfo,v 1.2 2021/09/18 12:38:42 mef Exp $
 
-SHA1 (R/stringdist_0.9.5.5.tar.gz) = 014112bce2f49d915cecb5bf3156adb66cac62fb
-RMD160 (R/stringdist_0.9.5.5.tar.gz) = 173983e049b7fe014d942dc9f127b215fbe92d08
-SHA512 (R/stringdist_0.9.5.5.tar.gz) = c02c4846bea3e6de5bd67fbf0ed4cbd690b4def9b8684433b17e5140d1d18f36da82014c013f7533730ba2decf796112126343bd397ab4971014f713289ef0ca
-Size (R/stringdist_0.9.5.5.tar.gz) = 831912 bytes
+SHA1 (R/stringdist_0.9.8.tar.gz) = 39319ef0848eee1451deb49c2df39dcb5bcfc4cc
+RMD160 (R/stringdist_0.9.8.tar.gz) = 9a6bee5b6c619e8ef1fff7e4244f22f4a7630785
+SHA512 (R/stringdist_0.9.8.tar.gz) = e8159f10f13db0b4b219bb81fead94578c7b35bc30589f0b8dcdb7514d31ff47a0fe318cd49974a12bec449725547c59cbc8324135ba40269c1cf5bc54e931a7
+Size (R/stringdist_0.9.8.tar.gz) = 840199 bytes



Home | Main Index | Thread Index | Old Index