cran_summary()
now messages that we recommend to fix all NOTEs, WARNINGs and ERRORs before a CRAN submission when the check results aren’t 0 NOTE, 0 WARNING, 0 ERROR.
cran_summary()
now outputs informative messages when any of the builds of the group hasn’t completed (yet, or at all).
cran_summary()
now works for packages whose R CMD Check result include no NOTE/WARNING/ERROR, and gives an informative error message when not all builds are completed yet.
cran_summary()
now prints lines to screen without unwanted indentation.
New local_check_linux()
function to run an R-hub check on the local host’s Docker. New local_check_linux_images()
function to list R-hub Docker images.
New check_on_solaris()
shortcut to check on Solaris X86, without building the PDF manual or the vignettes.
New get_check()
function that works with check ids, or a check group id.
list_package_checks()
and list_my_checks()
now output a tibble
, that is nicely formatted when printed to the screen.
get_check()
, check()
, check_on_
, check_for_cran()
, etc. functions gained
urls()
method returning a data.frame
with URLs to the html and text logs, as well as the artifacts, of the check(s);browse()
method replacing the web()
method for opening the URLs corresponding to a rhub_check
object.New cran_summary()
method to print a summary for a group or set of checks.
as.numeric.difftime
(@jimhester, #94 and @schloerke, #135).First public release.