logfile_names | R Documentation |
r_bg
processSet up stdout & stderr cache files for r_bg
process
logfile_names(path)
path |
Path to local repository |
Vector of two strings holding respective local paths to stdout
and
stderr
files for r_bg
process controlling the main pkgcheck
function when executed in background mode.
These files are needed for the callr r_bg
process which
controls the main pkgcheck. The stdout
and stderr
pipes from the
process are stored in the cache directory so they can be inspected via their
own distinct endpoint calls.
Other extra:
checks_to_markdown()
,
list_pkgchecks()
,
render_md2html()
## Not run:
logfiles <- logfiles_namnes ("/path/to/my/package")
print (logfiles)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.