use_NVIverse
sets build_vignettes
= FALSE
if necessary packages for building vignettes are not installed.save_log
is improved with more robust generation of body text and possibility of attaching objects. Included the argument email_subject
.save_log
when no additional arguments were given.addtional_info
in save_log
is deprecated. It is replaced by argument include_text
.Created save_log
to simplify saving the log and sending an email with status after a batch script has been run.
Improved collection of warnings and error messages for gather_messages
. It now also collects messages marked with "fatal" that may occur when uploading data to certain services fail.
gather_messages
now accepts input to remove_allowed
with length larger than 1.output_rendered
render an rmarkdown document, saves the result file and eventually displays the result file in the browser or send it by email to one or more recipients.Improved argument checking in use_NVIverse
by implementing checkmate 2.1.0
.
Updated documentation including improved README installation guide.
use_NVIverse
the default input for build_manual
were changed to build_manual = FALSE
to avoid problems that may occur if the pdf-file cannot be generated. gather_messages
case is ignored for the arguments remove_allowed =
and remove_after =
. Created the vignette: "Run R-scripts automatically". Thanks to Johan Ã…kerstedt for reviewing the draft of the vignette.
updated README
Bug fixes:
use_NVIverse
now installs missing NVIpackages if argument to aut_token
is missing.Other changes:
use_pkg
does not accept repos
= NULL
as input.
Solved problems with installation.
use_NVIverse
will attach and if necessary install a package within NVIverse. Accepts a vector of package names.
use_pkg
now accepts a character vector with package names as input.
Vignette for "Contributing to NVIbatch".
Improved argument checking.
gather_messages
now accepts NULL
for remove_allowed
and remove_after
.use_pkg
to avoid conflict with usethis::use_package
.use_package
Attach and if necessary install a package. The package needs to be available at Cran to be installed.
gather_messages
Gather error and warning messages from the Rout-file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.