You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.