An open API service indexing awesome lists of open source software.

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

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")
```