# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RcppFastFloat" in publications use:' type: software license: GPL-2.0-or-later title: 'RcppFastFloat: ''Rcpp'' Bindings for the ''fast_float'' Header-Only Library for Number Parsing' version: 0.0.4 doi: 10.32614/CRAN.package.RcppFastFloat identifiers: - type: url value: https://dirk.eddelbuettel.com/code/rcpp.fastfloat.html abstract: Converting ascii text into (floating-point) numeric values is a very common problem. The 'fast_float' header-only C++ library by Daniel Lemire does it very well and very fast at up to or over to 1 gigabyte per second as described in more detail in . 'fast_float' is licensed under the Apache 2.0 license and provided here for use by other R packages via a simple 'LinkingTo:' statement. authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org - family-names: Knapp given-names: Brendan repository: https://eddelbuettel.r-universe.dev repository-code: https://github.com/eddelbuettel/rcppfastfloat commit: c0313f39ddc03a001a431b98b8868f6be8772232 url: https://github.com/eddelbuettel/rcppfastfloat/ date-released: '2023-01-20' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org