Skip to content

v1.1.1

Compare
Choose a tag to compare
@gaborcsardi gaborcsardi released this 08 Apr 09:56

Enhancements

  • 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).

Bug fixes

  • 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.