Skip to content

nanxstats/r-serialize-timemachine

Repository files navigation

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:

# install.packages("remotes")
remotes::install_deps()

Install innoextract under Windows, for example, using Chocolatey:

choco install innoextract

Reproducing the results

Run serialization:

source("run.R")

Summarize the results in a table:

source("table.R")

Releases

No releases published

Packages

No packages published

Languages