Type: Package Package: sakura Title: Extension to R Serialization Version: 0.1.0.9000 Authors@R: c( person("Charlie", "Gao", , "charlie.gao@shikokuchuo.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0750-061X")), person("Travers", "Ching", , "traversc@gmail.com", role = "aut") ) Description: Extends the functionality of R serialization by augmenting the built-in reference hook system. This enhanced implementation allows an integrated single-pass operation that combines R serialization with third-party serialization methods. Facilitates the serialization of even complex R objects, which contain non-system reference objects, such as those accessed via external pointers, to enable their use in parallel and distributed computing. License: MIT + file LICENSE URL: https://shikokuchuo.net/sakura/, https://github.com/shikokuchuo/sakura/ BugReports: https://github.com/shikokuchuo/sakura/issues Depends: R (>= 3.5) Suggests: arrow, testthat (>= 3.0.0), torch Config/build/compilation-database: true Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2.9000 Repository: https://rconsortium.r-universe.dev Date/Publication: 2025-04-25 11:10:37 UTC RemoteUrl: https://github.com/rconsortium/sakura RemoteRef: HEAD RemoteSha: 70860f75747c3201019e9060f38c3d7f22efc4fc NeedsCompilation: yes Packaged: 2026-06-12 07:42:21 UTC; root Author: Charlie Gao [aut, cre] (ORCID: ), Travers Ching [aut] Maintainer: Charlie Gao