Package: Rcereal Title: "Cereal Headers for R and C++ Serialization" Version: 1.3.2 Authors@R: c(person("Wush", "Wu", email="wush978@gmail.com", role=c("aut", "cre"), comment=c(ORCID="0000-0001-5180-0567")), person("Randolph", "Voorhies", role=c("ctb")), person("Shane", "Grant", role=c("ctb")), person("Stephen", "Wade", role=c("ctb"), comment=c(ORCID="0000-0002-2573-9683"))) Description: To facilitate using 'cereal' with R via 'cpp11' or 'Rcpp'. 'cereal' is a header-only C++11 serialization library. 'cereal' takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, 'XML', or 'JSON'. 'cereal' was designed to be fast, light-weight, and easy to extend - it has no external dependencies and can be easily bundled with other code or used standalone. Please see for more information. Depends: R (>= 3.6.2) License: BSD_2_clause + file LICENSE Encoding: UTF-8 URL: https://github.com/wush978/Rcereal/ BugReports: https://github.com/wush978/Rcereal/issues Suggests: cpp11(>= 0.4.7), Rcpp(>= 0.10.3), decor, git2r, httr, testthat, tools, knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.3.1 Repository: https://wush978.r-universe.dev Date/Publication: 2024-09-20 05:01:02 UTC RemoteUrl: https://github.com/wush978/rcereal RemoteRef: HEAD RemoteSha: cc962f80ec04d9503ce6938cc68fd70cccd7ffdd NeedsCompilation: no Packaged: 2026-06-07 08:53:39 UTC; root Author: Wush Wu [aut, cre] (ORCID: ), Randolph Voorhies [ctb], Shane Grant [ctb], Stephen Wade [ctb] (ORCID: ) Maintainer: Wush Wu