#' An example file, example.R, which imports
#' packages foo and bar
#' @import foo bar
NULL
#' An exportable function
#' @export
fun <- function() {}
roclet <- namespace_roclet()
roc_proc(roclet, "example.R")
roc_out(roclet, "example.R", ".")
Run the code above in your browser using DataLab