Extract error logs from tsdrstools_install-object

error_logs(x, package = NULL)

Arguments

x

object of class tsdrstools_install

package

NULL or character vector of package errors to extract. If NULL extracts all.

Value

list of errors

Examples

if (FALSE) { status <- tsd_package_install("devtools.zip") error_logs(status) }