-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0313f3
commit 84767f7
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2024-10-17 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Authors@R): Added | ||
|
||
2024-07-06 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Description): Use <doi:/> for arXiv link | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,12 @@ Type: Package | |
Title: 'Rcpp' Bindings for the 'fast_float' Header-Only Library for Number Parsing | ||
Version: 0.0.4 | ||
Date: 2023-01-20 | ||
Author: Dirk Eddelbuettel, Brendan Knapp | ||
Maintainer: Dirk Eddelbuettel <[email protected]> | ||
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-6419-907X")), | ||
person("Brendan", "Knapp", role = "aut", | ||
comment = c(ORCID = "0000-0003-3284-4972")), | ||
person("Daniel", "Lemire", role = "aut", | ||
comment = c(ORCID = "0000-0003-3306-6922"))) | ||
Description: 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 | ||
|