Package: safetensors Title: Safetensors File Format Version: 0.2.1 Authors@R: c( person("Tomasz", "Kalinowski", , "tomasz@posit.co", role = c("ctb", "cre")), person("Daniel", "Falbel", , "dfalbel@gmail.com", role = "aut"), person("Sebastian", "Fischer", , "seb.fischer@tutamail.com", role = "ctb"), person(family = "Posit", role = c("cph")) ) Description: A file format for storing tensors that is secure (doesn't allow for code execution), fast and simple to implement. 'safetensors' also enables cross language and cross frameworks compatibility making it an ideal format for storing machine learning model weights. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: testthat (>= 3.0.0), torch (>= 0.11.0) Config/testthat/edition: 3 Imports: cli, jsonlite, R6, rlang URL: https://github.com/mlverse/safetensors, https://mlverse.github.io/safetensors/ BugReports: https://github.com/mlverse/safetensors/issues Repository: https://mlverse.r-universe.dev Date/Publication: 2026-04-27 18:26:18 UTC RemoteUrl: https://github.com/mlverse/safetensors RemoteRef: HEAD RemoteSha: 71d4687779e8f56bc0790237481686b298cc429b NeedsCompilation: no Packaged: 2026-05-27 06:20:13 UTC; root Author: Tomasz Kalinowski [ctb, cre], Daniel Falbel [aut], Sebastian Fischer [ctb], Posit [cph] Maintainer: Tomasz Kalinowski