Package: hutilscpp
Title: Miscellaneous Functions in C++
Version: 0.9.3
Authors@R: 
    c(person(given = "Hugh",
           family = "Parsonage",
           role = c("aut", "cre"),
           email = "hugh.parsonage@gmail.com"),
      person(given = "Simon", 
              family = "Urbanek",
              role = "ctb",
              comment = "fastmatch components"))
Description: Provides utility functions that are simply, frequently used, 
    but may require higher performance that what can be obtained from base R.
    Incidentally provides support for 'reverse geocoding', such as matching a point
    with its nearest neighbour in another array. Used as a complement to package
    'hutils' by sacrificing compilation or installation time for higher running 
    speeds. The name is a portmanteau of the author and 'Rcpp'.
URL: https://github.com/hughparsonage/hutilscpp
BugReports: https://github.com/hughparsonage/hutilscpp/issues
License: GPL-2
Encoding: UTF-8
Depends: R (>= 3.3.0)
Imports: data.table, hutils, magrittr, utils
RoxygenNote: 7.2.0
Suggests: bench, parallel, TeXCheckR, withr, tinytest, covr
NeedsCompilation: yes
Packaged: 2022-10-07 07:32:39 UTC; hughp
Author: Hugh Parsonage [aut, cre],
  Simon Urbanek [ctb] (fastmatch components)
Maintainer: Hugh Parsonage <hugh.parsonage@gmail.com>
Repository: CRAN
Date/Publication: 2022-10-07 08:00:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2022-10-08 10:28:36 UTC; unix
Archs: hutilscpp.so.dSYM
