Package: msgpackR 1.1
msgpackR: A library to serialize or unserialize data in MessagePack format
This is the library that can serialize or unserialize MessagePack format data.
Authors:
msgpackR_1.1.tar.gz
msgpackR_1.1.zip(r-4.5)msgpackR_1.1.zip(r-4.4)msgpackR_1.1.zip(r-4.3)
msgpackR_1.1.tgz(r-4.4-any)msgpackR_1.1.tgz(r-4.3-any)
msgpackR_1.1.tar.gz(r-4.5-noble)msgpackR_1.1.tar.gz(r-4.4-noble)
msgpackR_1.1.tgz(r-4.4-emscripten)msgpackR_1.1.tgz(r-4.3-emscripten)
msgpackR.pdf |msgpackR.html✨
msgpackR/json (API)
# Install 'msgpackR' in R: |
install.packages('msgpackR', repos = c('https://mikiya0417.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 11 years agofrom:83a90eed65. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win | OK | Nov 06 2024 |
R-4.5-linux | OK | Nov 06 2024 |
R-4.4-win | OK | Nov 06 2024 |
R-4.4-mac | OK | Nov 06 2024 |
R-4.3-win | OK | Nov 06 2024 |
R-4.3-mac | OK | Nov 06 2024 |
Exports:msgpack.matrixmsgpack.writeResultpackunpack
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
A library to serialize or deserialize data in MessagePack format | msgpackR-package msgpackR |
transfer list format to matrix format | msgpack.matrix |
the function to save serialized data to file | msgpack.writeResult |
serialize data to MessagePack format | pack |
unserialize MessagePack format data | unpack |