sources {StabPerf}R Documentation

Sources all of the files under './R/*.R'

Description

Sources all of the files under ./R/*.R and exports these to any running SNOW cluster.

Usage

sources()

Details

Sources all project source files. If a SNOW cluster is running, re-sources all source files on each cluster node as well. Additionally parameters is re-run after sourcing (also on the cluster). Also changes the global package root directory (stored in the option edaglobal.root) to the development root directory as this function is only used by developers of this package.

See Also

source, snow.cluster, parameters, options


[Package StabPerf version 0.5 Index]