Description Usage Arguments Note
check an R package tarball
1 2 3 4 5 6 7  | 
x | 
 character(1) path to tarball  | 
error | 
 passed to   | 
args | 
 passed to   | 
convert | 
 function that converts path to a package name  | 
... | 
 passed to   | 
writes objects [pname]_chk.rds and [pname]_bcchk.rds to disk
for later use
td = tempdir()
cur = getwd()
setwd(td)
pdy = system.file("demo_srcs/parody", package="BiocQE")
pkgbuild::build(pdy)
tbcheck(dir(patt="parody_"))
file.exists("parody_chk.rds")
setwd(cur)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.