For latest release notes please visit the Releases page at GitHub. Bleeding-edge development is reflected in the ChangeLog and in the list of commits: The raw ProjectTemplate source code is always the place to go for ground truth.
The list of changes below covers all releases up to and including v0.4-2. It is not necessarily exhaustive.
ProjectTemplate:::sql.reader
documentation..dat
files are now read as if they were .wsv
files.cache.project()
function.as_factors
configuration option suppresses automatic character-to-factor conversion..zip
support using temporary files..mp3
support through the tuneR package..ppm
support through the pixmap package.data_tables
configuration option automatically translates data sets into data.tables..sql
file: set table = "*"
.db
extension.run.tests()
to test.project()
.stub.tests()
function that autogenerates tests for helper functions.show.project()
function that gives all known information about a project's internal state.reload.project()
function.utilities.R
to helpers.R
.cache()
.load.project()
.print()
calls to message()
calls.cache
config
logs
munge
src
config
directory, a global configuration file called config/global.yaml
has been added that uses YAML syntax. This file provides the following configuration options:data_loading
: This can be set to 'on' or 'off'. If data_loading
is on, the system will load data from both the cache
and data
directories with cache
taking precedence in case of name conflict.munging
: This can be set to 'on' or 'off'. If munging
is on, the system will execute the files in the munge
directory sequentially. If munging
is off, none of the files in the munge
directory will be executed.logging
: This can be set to 'on' or 'off'. If logging
is on, a logger object using the log4r
package is automatically created when you run load.project()
. This logger will write to the logs
directory. By default, logging
is off.load_libraries
: This can be set to 'on' or 'off'. If load_libraries
is on, the system will load all of the R packages listed in the libraries
field below.libraries
: This is a YAML array listing all of the packages that the user wants to automatically load when load.project()
is called.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.