Package: hutilscpp Title: Miscellaneous Functions in C++ Version: 0.11.0 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: bench, parallel, TeXCheckR, withr, tinytest, covr Repository: https://hughparsonage.r-universe.dev Date/Publication: 2026-05-13 12:21:09 UTC RemoteUrl: https://github.com/hughparsonage/hutilscpp RemoteRef: HEAD RemoteSha: f323b91884d98e63d47a7db7f2bda4b177b60a3c NeedsCompilation: yes Packaged: 2026-06-24 03:20:46 UTC; root Author: Hugh Parsonage [aut, cre], Simon Urbanek [ctb] (fastmatch components) Maintainer: Hugh Parsonage