0.7 (2016-07-29)
create.project()
creates README.md
files in each subdirectory (#128). The README file in the main directory is now also formatted as Markdown, with the project name as title.libs
and tests
subdirectories.libraries
section are loaded before sourcing lib/
files (#130).dplyr
to the list of default libraries in global.dcf
(#143, @pavopax).cache()
gains a new ...
argument which is passed to save()
(#148, @eribul).inherits = FALSE
in get()
calls within specific environments (#139, @famuvie)port
option is now used for RPostgreSQL
connections.setwd()
calls (#132).R CMD check
shows no errors, warnings, or notes.attach_internal_libraries
is set to TRUE
. Attaching packages to the search path seems to be unnecessary to achieve proper functionality, but users might rely on this behavior, and so this is the default for migrated projects but turned off for new projects (#104).require.package
is called from an anonymous
function and fails to load a package. (Using deparse(nlines = 1)
now.).add.extension()
. This allows users to create custom readers for extensions, either locally in a project or as packages.version
field (#90).migrate.project()
that allows upgrading a project to the
current version of ProjectTemplate (#90, #121).override.config
to load.project()
and reload.project()
allows substitution of individual configuration items (#76).#
) are silently ignored (#74).default.config
and new.config
that store the default
configuration used for missing configuration items or for a new project (#76, #89).'on'
/'off'
. Input values other than 'on'
/'off'
are converted using
as.logical
, invalid values result in an error (#76).Defaults
package (#100).no..
parameter
to list.files()
in our create.project()
function.get.project()
to access project.info
.translate.dcf
function, useful for implementing custom readers (#59)..add.extension.
This allows users to create custom readers
for extensions, either locally in a project or as packages (#59).ProjectTemplate:::
qualification
(#56)..GlobalEnv
.--keep-empty-dirs
switch (#41).Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.