https://github.com/nanxstats/r-serialize-timemachine
Run serialization in all R versions since 1.9.1
https://github.com/nanxstats/r-serialize-timemachine
innoextract serialization xdr
Last synced: 3 months ago
JSON representation
Run serialization in all R versions since 1.9.1
- Host: GitHub
- URL: https://github.com/nanxstats/r-serialize-timemachine
- Owner: nanxstats
- Created: 2022-05-01T02:41:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T18:18:42.000Z (about 3 years ago)
- Last Synced: 2025-03-05T22:11:52.003Z (3 months ago)
- Topics: innoextract, serialization, xdr
- Language: R
- Homepage: https://nanx.me/blog/post/r-serialize-timemachine/
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# r-serialize-timemachine
Running serialization in all R releases since 1.9.1.
This project works on Windows only.## Installing dependencies
Install the R packages used by the project with:
```r
# install.packages("remotes")
remotes::install_deps()
```Install `innoextract` under Windows, for example, using Chocolatey:
```powershell
choco install innoextract
```## Reproducing the results
Run serialization:
```r
source("run.R")
```Summarize the results in a table:
```r
source("table.R")
```