use_NVIverse
setsbuild_vignettes
=FALSE
if necessary packages for building vignettes are not installed.
- composing emails for
save_log
is improved with more robust generation of body text and possibility of attaching objects. Included the argumentemail_subject
.
- fixed error in
save_log
when no additional arguments were given.
- argument
addtional_info
insave_log
is deprecated. It is replaced by argumentinclude_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 toremove_allowed
with length larger than 1.
- Improved and standardised help for all functions.
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 implementingcheckmate 2.1.0
. -
Updated documentation including improved README installation guide.
- In
use_NVIverse
the default input forbuild_manual
were changed tobuild_manual = FALSE
to avoid problems that may occur if the pdf-file cannot be generated.
- For
gather_messages
case is ignored for the argumentsremove_allowed =
andremove_after =
.
-
Created the vignette: "Run R-scripts automatically". Thanks to Johan Åkerstedt for reviewing the draft of the vignette.
-
updated README
- Fixed problems with package dependencies during installation.
Bug fixes:
use_NVIverse
now installs missing NVIpackages if argument toaut_token
is missing.
Other changes:
- Corrected installation instruction in README.
-
use_pkg
does not acceptrepos
=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 acceptsNULL
forremove_allowed
andremove_after
.
- renamed to
use_pkg
to avoid conflict withusethis::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.