Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted Enamorado committed Nov 17, 2023
1 parent ce7f42b commit da2e889
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: fastLink
Type: Package
Title: Fast Probabilistic Record Linkage with Missing Data
Version: 0.6.1
Date: 2023-09-14
Date: 2023-11-17
Authors@R: c(
person("Ted", "Enamorado", email = "ted.enamorado@gmail.com", role = c("aut", "cre")),
person("Ben", "Fifield", email = "benfifield@gmail.com", role = c("aut")),
Expand All @@ -14,7 +14,7 @@ Description: Implements a Fellegi-Sunter probabilistic record linkage model that
tools for preparing, adjusting, and summarizing data merges are included. The package implements methods
described in Enamorado, Fifield, and Imai (2019) ''Using a Probabilistic Model to Assist Merging of
Large-scale Administrative Records'' <doi:10.1017/S0003055418000783> and is available
at <http://imai.fas.harvard.edu/research/linkage.html>.
at <https://imai.fas.harvard.edu/research/linkage.html>.
License: GPL(>= 3)
Imports:
Matrix,
Expand All @@ -31,12 +31,13 @@ Imports:
dplyr,
plotrix,
grDevices,
graphics
graphics,
methods
Depends:
R (>= 2.14.0)
LinkingTo: RcppArmadillo, Rcpp, RcppEigen
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/kosukeimai/fastLink/issues
RoxygenNote: 7.1.2
RoxygenNote: 7.2.2
Suggests: testthat
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ importFrom(stringi,stri_trans_list)
importFrom(stringr,str_count)
importFrom(stringr,str_trim)
importFrom(utils,data)
importFrom(methods,is)
useDynLib(fastLink, .registration = TRUE)

0 comments on commit da2e889

Please sign in to comment.