The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

provViz

provViz is a simple tool that allows the user to visualize a provenance graph collected by rdt or rdtLite using DDG Explorer. For information on how to use DDG Explorer, please see the DDG Explorer README.

If you have collected provenance in this R session using rdt or rdtLite, you can view the provenance from the last execution using prov.visualize:

prov.visualize()

To run a script and view its provenance, call the prov.visualize.run function:

prov.visualize.run(r.script.path)

If you already have provenance stored in a file, call the prov.visualize.file function:

prov.visualize.file(prov.file)

where r.script.path is the path to an R script and prov.file is the name of a file containing provenance.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.