Changelog
Source:NEWS.md
PGRdup 0.2.3.6
CRAN release: 2020-07-27
VIGNETTE:
- Reverted to using system certificates instead of RCurl ones for fetching and displaying version history as suggested by Prof. Brian Ripley (ripley@stats.ox.ac.uk).
PGRdup 0.2.3.4
CRAN release: 2019-09-19
UPDATED FUNCTIONS:
-
MergeKW- Updated regular expressions to be PCRE2 compliant. -
read.genesys- Updated for reading of doi field. -
DoubleMetaphone- Fixed issue with underlyingCcode with ‘strncpy’. Changed all specified bound depending on the length of the source argument to that of destination argument.
PGRdup 0.2.3.2
CRAN release: 2017-08-04
OTHER NOTES:
- Minor corrections in vignette.
- Added welcome message.
- Added version history to vignette
- Replaced all
1:nrow()and1:length()usage in function withseq_len(nrow())andseq_len(length())respectively. - Added package to github.
- Added package documentation website (https://aravind-j.github.io/PGRdup/) as a github page with
pkgdown. - Added copyright to
Authors@Ralong with original contributors for the underlyingCcode forDoubleMetaphone.
PGRdup 0.2.3
CRAN release: 2017-02-01
UPDATED FUNCTIONS:
-
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 havingwith=FALSEargument to the new preferred syntax indata.table. -
ViewProbDup- Fixed error ‘formal argument “axis.ticks.y” matched by multiple actual arguments’. -
ViewProbDup- Fixed bug in case when all factor names inselectargument are not present infactor.db1and/orfactor.db2, the function stops. Now it gives an warning and stops only when none of the factor names inselectare present infactor.db*.
PGRdup 0.2.2
CRAN release: 2016-03-05
NEW FUNCTIONS:
-
read.genesys- Convert ‘Darwin Core - Germplasm’ zip archive to a flat file. -
ViewProbDup- Visualize the probable duplicate sets retrieved in aProbDupobject.
PGRdup 0.2.1
CRAN release: 2015-07-23
NEW FUNCTIONS:
-
SplitProbDup- Split an object of classProbDup. -
MergeProbDup- Merges two objects of classProbDup. -
KWCounts- Generates keyword counts from database fields. -
print.KWIC- Prints summary of an object of classKWICto console. -
print.ProbDup- Prints summary of an object of classProbDupto console.
UPDATED FUNCTIONS:
-
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 usedata.tablepackage 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.
OTHER NOTES:
- Edited README.md formatting.
- Added
diagram,microbenchmarkandwordcloud(required for vignette) to suggests field in DESCRIPTION. - Added imports to functions from
methods,statsandutilsasR CMD check --as-crannow checks code usage (viacodetools) with only the base package attached. - Dropped the abbreviation PGR in the title in DESCRIPTION as it is mentioned in the description text.