Examples for Executable Research Compendia and compatible workspaces. Examples are ZIP archives to allow direct upload to the o2r reproducibility service, or directories which must be zipped before upload.
The o2r demo server is available at http://o2r.uni-muenster.de/.
For instructions on how to run the o2r reference implementation locally, see https://github.com/o2r-project/reference-implementation.
NOTE: Licenses of examples vary, please check carefully if they suit your needs.
We want to thank everyone who contributed a workspace! Why not add your own?
main.Rmd
in R Markdown format as the main analysis, and display.html
in HTML for display [License: Attribution 4.0 International (CC BY 4.0)].main.Rmd
in R Markdown format as the main analysis, data.csv
providing the raw data for the analysis, and display.html
in HTML for display [License: Attribution 4.0 International (CC BY 4.0)]. The workspace is also available in three variants to demonstrate the capabilities of the platform:
data.csv
. This example can be used to demonstrate a simple substitution of tabular data from a plain text format.RData
files is a minimal workspace to demonstrate o2r-inspecter, exposing contents of the RData
format in the o2r platform UI.main.R
and display.png
, with data from http://www.budgetshippingcontainers.co.uk [License: Attribution 4.0 International (CC BY 4.0)]The ERC's runtime container is a standalone environment, and it must not rely on any online resources to work. The following two are a minimal demonstrator for this conceptual decision.
Dockerfile
(so the reproducibility service will not create one) which runs the ping
tool to 127.0.0.1
, i.e. the localhost loopback, for 60 seconds. The other included files are merely there to make the metadata extraction work. This workspace can be successfully executed with the reproducibility service. [License: Attribution 4.0 International (CC BY 4.0)]o2r.info
). This workspace results in a failed execution with the reproducibility service. [License: Attribution 4.0 International (CC BY 4.0)]The directory corpus
contains an R Markdown document to upload the full corpus of demo papers to a local or remote instance of the o2r reference implementation.