R/tsdrtools-classes.R
error_logs.Rd
Extract error logs from tsdrstools_install-object
error_logs(x, package = NULL)
object of class tsdrstools_install
NULL or character vector of package errors to extract. If NULL extracts all.
list of errors
if (FALSE) { status <- tsd_package_install("devtools.zip") error_logs(status) }