Just discovered a couple of functions that roxygen has trouble parsing: try_default <- function(expr, default = NA, quiet = FALSE) {} colwise <- function(.fun, .cols = function(x) TRUE) {} In both cases you get an uninformative error message. Hadley -- http://had.co.nz/