tbcheck: check an R package tarball

Description Usage Arguments Note

Description

check an R package tarball

Usage

1
2
3
4
5
6
7
tbcheck(
  x,
  error = "never",
  args = "--no-build-vignettes",
  convert = basename,
  ...
)

Arguments

x

character(1) path to tarball

error

passed to rcmdcheck::rcmdcheck

args

passed to rcmdcheck::rcmdcheck

convert

function that converts path to a package name

...

passed to rcmdcheck::rcmdcheck

Note

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)


vjcitn/BiocQE documentation built on Dec. 30, 2021, 12:20 a.m.