NEWS.md
MergeKW - Updated regular expressions to be PCRE2 compliant.read.genesys - Updated for reading of doi field.DoubleMetaphone - Fixed issue with underlying C code with ‘strncpy’. Changed all specified bound depending on the length of the source argument to that of destination argument.1:nrow() and 1:length() usage in function with seq_len(nrow()) and seq_len(length()) respectively.pkgdown.Authors@R along with original contributors for the underlying C code for DoubleMetaphone.KWCounts - Fixed error in case of large number of exceptions and fixed bug regarding non-exact removal of keyword exceptions.ProbDup - Changed code with a column vector specifying the columns having with=FALSE argument to the new preferred syntax in data.table.ViewProbDup - Fixed error ‘formal argument “axis.ticks.y” matched by multiple actual arguments’.ViewProbDup - Fixed bug in case when all factor names in select argument are not present in factor.db1 and/or factor.db2, the function stops. Now it gives an warning and stops only when none of the factor names in select are present in factor.db*.read.genesys - Convert ‘Darwin Core - Germplasm’ zip archive to a flat file.ViewProbDup - Visualize the probable duplicate sets retrieved in a ProbDup object.SplitProbDup - Split an object of class ProbDup.MergeProbDup - Merges two objects of class ProbDup.KWCounts - Generates keyword counts from database fields.print.KWIC - Prints summary of an object of class KWIC to console.print.ProbDup - Prints summary of an object of class ProbDup to console.ProbDup - Modified the phonetic matching for better handling of strings with digits.ProbDup - Fixed throwing of error when no duplicate sets are retrieved.ProbDup - Fixed issue regarding memory out error when large number of exceptions are there.ProbDup - Further converted code to use data.table package for greater efficiency and speed.ProbDup - Fixed bug regarding inconsistent matching when method “b” is used.ProbDup - Reduced the dimensions of the string matching matrices produced for greater efficiency and speed.MergeKW - Modified for better handling of regex special characters.ReconstructProbDup - Modified to ignore sets with counts less than 2 after reconstruction.diagram, microbenchmark and wordcloud (required for vignette) to suggests field in DESCRIPTION.methods, stats and utils as R CMD check --as-cran now checks code usage (via codetools) with only the base package attached.