-
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
afd9e83
commit c0313f3
Showing
2 changed files
with
7 additions
and
3 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-07-06 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Description): Use <doi:/> for arXiv link | ||
|
||
2024-05-22 Dirk Eddelbuettel <[email protected]> | ||
|
||
* README.md: Use tinyverse.netlify.app for dependency badge | ||
|
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 |
---|---|---|
|
@@ -8,9 +8,9 @@ Maintainer: Dirk Eddelbuettel <[email protected]> | |
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 | ||
described in more detail in <arXiv:2101.11408>. 'fast_float' is licensed under | ||
the Apache 2.0 license and provided here for use by other R packages via a simple | ||
'LinkingTo:' statement. | ||
described in more detail in <doi:10.48550/arXiv2101.11408>. 'fast_float' is | ||
licensed under the Apache 2.0 license and provided here for use by other R | ||
packages via a simple 'LinkingTo:' statement. | ||
License: GPL (>= 2) | ||
Imports: Rcpp | ||
LinkingTo: Rcpp | ||
|