Skip to content

[R-pkg-devel] Fwd: [CRAN-pretest-archived] CRAN submission Rpolyhedra 0.2.2

4 messages · Peter Dalgaard, Duncan Murdoch, alejandro baranek

#
Hi list:

Please someone can help me with the stranges errors I recivied after a
minor bugfix in my package? tests ok, devtools::check() ok, TRAVIS CI ok...
What is the problem?

Best, Ale.

---------- Forwarded message ----------
From: <Uwe.Ligges at r-project.org>
Date: 2018-03-15 1:39 GMT-03:00
Subject: [CRAN-pretest-archived] CRAN submission Rpolyhedra 0.2.2
To: abaranek at dc.uba.ar
Cc: CRAN-submissions at r-project.org


Dear maintainer,

package Rpolyhedra_0.2.2.tar.gz does not pass the incoming checks
automatically, please see the pre-test at:
<https://win-builder.r-project.org/incoming_pretest/180315_
032641_Rpolyhedra_022/00check.log>
Status: 1 WARNING, 2 NOTEs

Current CRAN status: ERROR: 5, NOTE: 3, OK: 4
See: <https://CRAN.R-project.org/web/checks/check_results_Rpolyhedra.html>

Please fix all problems and resubmit a fixed version via the webform.
If you are not sure how to fix the problems shown, please ask for help on
the R-package-devel mailing list:
<https://stat.ethz.ch/mailman/listinfo/r-package-devel>
If you are fairly certain the rejection is a false positive, please
reply-all to this message and explain.

More details are given in the directory:
<https://win-builder.r-project.org/incoming_pretest/180315_
032641_Rpolyhedra_022>
The files will be removed after roughly 7 days.


Best regards,
CRAN teams' auto-check service
#
The NOTEs look harmless, the WARNING is this

 (InternalException (HostCannotConnect "badges.ropensci.org" [connect: failed (Connection refused (WSAECONNREFUSED))]))

so badges did not want to speak to win-builder. Doesn't look like something you can deal with, except by removing the offending badge from README.md. 

The "Current CRAN" business is about the previous version, so likely irrelevant.

It seems reasonable for you to take the "false positive" route.

-pd

  
    
#
On 15/03/2018 1:38 AM, alejandro baranek wrote:
The main problem in the log is this one:

* checking top-level files ... WARNING
Conversion of 'README.md' failed:
pandoc.exe: Could not fetch https://badges.ropensci.org/157_status.svg
HttpExceptionRequest Request {
   host                 = "badges.ropensci.org"
   port                 = 443
   secure               = True
   requestHeaders       = []
   path                 = "/157_status.svg"
   queryString          = ""
   method               = "GET"
   proxy                = Nothing
   rawBody              = False
   redirectCount        = 10
   responseTimeout      = ResponseTimeoutDefault
   requestVersion       = HTTP/1.1
}
  (InternalException (HostCannotConnect "badges.ropensci.org" [connect: 
failed (Connection refused (WSAECONNREFUSED))]))

It appears your README.md document is trying to download 
badges.ropensci.org/157_status.svg, and the connection is timing out 
when the test machine tries the download.  Probably the easiest fix for 
this is to stop your document from trying to download that file:  just 
drop the link to it.

Duncan Murdoch
#
Thank you, Peter and Duncan. 
It seems it was a problem out of my control, but a minor correction on an cran URL. Maybe because of the late night time. 

Already opened the process to CRAN. Thanks for your help!
Ale


Enviado desde el m?vil

El 15 mar. 2018, a la(s) 12:32, Duncan Murdoch <murdoch.duncan at gmail.com> escribi?: