-
Notifications
You must be signed in to change notification settings - Fork 14
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
cf710f1
commit aa97ca7
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-17 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Roll micro version and date | ||
|
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 'simdjson' Header-Only Library for 'JSON' Parsing | ||
Version: 0.1.12.1 | ||
Date: 2024-07-17 | ||
Author: Dirk Eddelbuettel, Brendan Knapp, Daniel Lemire | ||
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: The 'JSON' format is ubiquitous for data interchange, and the | ||
'simdjson' library written by Daniel Lemire (and many contributors) provides a | ||
high-performance parser for these files which by relying on parallel 'SIMD' | ||
|