All functions

clear.provenance()

Clear provenance data for a new run.

cluster_logging()

Set up logging for running on the cluster.

.baseLogger

This is the namespace in which all logging messages are placed, so that they can be controlled as a group.

.errorLogger

Create a child namespace that also logs errors to a file.

.get.shp.metadata()

Return extra metadata associated with .shp file

.replace.methods.with.spy()

Replace methods in global namespace with the spying methods defined below

get.input.files()

Get the list of files that were recorded as inputs.

get.metadata()

Returns metadata for a file

get.output.files()

Get the list of files that were recorded as outputs

logtrace() logdebug() loginfo() logwarn() logerror() logfatal()

Functions to emit logging messages.

local_logging()

Set up logging for use on a local machine.

log_module()

Set the logging level on some part of a package.

prov.input.file()

Record that this code used this input file.

prov.output.file()

Record that this code used this output file.

safetyguide

safetyguide: A package about research applications in R.

write.meta.data()

Write the list of input files to a file on disk.