Description Usage Arguments Value Note
View source: R/update_support.R
create tarballs from source folders
1 | parallel_tarballs(paths, dest = ".", ncores = 6)
|
paths |
vector of paths to R package source folders |
dest |
location where pkgbuild::build will deliver tarball |
ncores |
sets options(mc.cores) value |
the result of parallel::mclapply, which may include some try-error objects
This function will call 'build1_with_buildsink' to capture the build log messages in a file. The file will have suffix '.bldlog.txt'. If the build for package i throws a try-error, that object will be saved in an object basename(paths[i])_err, serialized to basename(paths[i])_err.rda. TODO: BiocParallel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.