inst/testpackages/testpkg0/R/baddeps.R

baddep <- function()
{
    isValidJSON('{"foo": "bar"}')
}

iambad <- function()
{
    df <- data.frame(colone=1,coltwo=2)
    with(df, colone)
}

Try the BiocCheck package in your browser

Any scripts or data that you put into this service are public.

BiocCheck documentation built on Nov. 8, 2020, 5:38 p.m.