Fixing various bugs

2016-10-25

rhub package rewrite

I reorganized the rhub package, and created R6 classes to hold information about the checks. Much cleaner now. Functions check(), check_for_cran() list_my_checks(), list_package_check(),e etc. all return rhub_check objects.

There is also a new function last_check() that returns the last submitted check of the current R session.

Bug fixes