# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "hutilscpp" in publications use:' type: software license: GPL-2.0-only title: 'hutilscpp: Miscellaneous Functions in C++' version: 0.10.5 doi: 10.32614/CRAN.package.hutilscpp abstract: 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'. authors: - family-names: Parsonage given-names: Hugh email: hugh.parsonage@gmail.com repository: https://CRAN.R-project.org/package=hutilscpp repository-code: https://github.com/hughparsonage/hutilscpp url: https://github.com/hughparsonage/hutilscpp date-released: '2024-07-21' contact: - family-names: Parsonage given-names: Hugh email: hugh.parsonage@gmail.com