Skip to content
Prev 360364 / 398502 Next

CRAN package check results tabulated ... wasRe: Number of package in Ubuntu

After scraping that page with rvest::read_html I then used `table` to summarize. I posted the full output at the end of this but here are the relevant rows for Debian (for the Ubuntu option) and the Windows platforms tested:
$`r-develLinuxx86_64(Debian GCC)`

      ERROR  NOTE NOTE*    OK   OK*  WARN 
  261    59  4150    28  3994    35    25 

$`r-develWindowsix86+x86_64`

        ERROR ERROR*   NOTE  NOTE*     OK    OK*   WARN 
   295    124      1   3962     25   4064     36     45 

$`r-patchedLinuxx86_64`

      ERROR  NOTE NOTE*    OK   OK*  WARN 
  259    54  4153    28  3998    35    25 

$`r-releaseLinuxx86_64`

      ERROR  NOTE NOTE*    OK   OK*  WARN 
  268    54  2578    18  5569    45    20 

$`r-releaseWindowsix86+x86_64`

      ERROR  NOTE NOTE*    OK   OK*  WARN 
  324    70  2187    16  5885    46    24 

$`r-oldrelWindowsix86+x86_64`

      ERROR  NOTE NOTE*    OK   OK*  WARN WARN* 
  532   159  1605    13  6028    45   168     2 

I think the various "NOTE" and "WARN" categories in most cases should be interpreted as "probably OK". It's those initial <blank>'s and ERROR categories that would most likely be the ones affecting users.