diff options
| -rw-r--r-- | check.log | 29 | 
1 files changed, 23 insertions, 6 deletions
| @@ -24,7 +24,27 @@ Maintainer: ‘Johannes Ranke <jranke@uni-bremen.de>’  * checking for future file timestamps ... OK  * checking ‘build’ directory ... OK  * checking DESCRIPTION meta-information ... OK -* checking top-level files ... OK +* checking top-level files ... WARNING +Conversion of ‘README.md’ failed: +[WARNING] This document format requires a nonempty <title> element. +  Please specify either ‘title’ or ‘pagetitle’ in the metadata. +  Falling back to ‘README’ +Could not fetch https://www.r-pkg.org/badges/version/mkin +HttpExceptionRequest Request { +  host                 = "www.r-pkg.org" +  port                 = 443 +  secure               = True +  requestHeaders       = [] +  path                 = "/badges/version/mkin" +  queryString          = "" +  method               = "GET" +  proxy                = Nothing +  rawBody              = False +  redirectCount        = 10 +  responseTimeout      = ResponseTimeoutDefault +  requestVersion       = HTTP/1.1 +} + ConnectionTimeout  * checking for left-over files ... OK  * checking index information ... OK  * checking package subdirectories ... OK @@ -56,10 +76,7 @@ Maintainer: ‘Johannes Ranke <jranke@uni-bremen.de>’  * checking data for ASCII and uncompressed saves ... OK  * checking installed files from ‘inst/doc’ ... OK  * checking files in ‘vignettes’ ... OK -* checking examples ... NOTE -Examples with CPU or elapsed time > 5s -                             user system elapsed -synthetic_data_for_UBA_2014 9.755  0.273  10.029 +* checking examples ... OK  * checking for unstated dependencies in ‘tests’ ... OK  * checking tests ... SKIPPED  * checking for unstated dependencies in vignettes ... OK @@ -68,7 +85,7 @@ synthetic_data_for_UBA_2014 9.755  0.273  10.029  * checking PDF version of manual ... OK  * DONE -Status: 1 NOTE +Status: 1 WARNING  See    ‘/home/jranke/git/mkin/mkin.Rcheck/00check.log’  for details. | 
