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

2018-03-15 Thread alejandro baranek
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 escribi

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

2018-03-15 Thread Duncan Murdoch
On 15/03/2018 1:38 AM, alejandro baranek wrote: 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? The main problem in the log is this one: * checking top-level files

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

2018-03-15 Thread peter dalgaard
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 ba

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

2018-03-15 Thread 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: Date: 2018-03-15 1:39 GMT-03:00 Subject: [CRAN-pretest-archiv

Re: [R-pkg-devel] Weird error message during R CMD Check

2018-03-15 Thread Michael Nelson
I don’t think the suggestion below will work as it would need to be a connection string to a database that the winbuilder computer (and whatever account) that is running would have access to. It would be better to use \dontrun{} so that the examples aren’t run. This is what is done in RODBC ht

Re: [R-pkg-devel] Dealing with not so temporary files

2018-03-15 Thread Joris Meys
On Thu, Mar 15, 2018 at 12:27 PM, Rainer Krug wrote: > > Yes - that is definitely true, but the one does not exclude the other. I > actually think giving permission once, and than forgetting about it, is > worse than knowing: Stop - user configuration is loaded - unless I tell it > not to be load

Re: [R-pkg-devel] Dealing with not so temporary files

2018-03-15 Thread Joris Meys
Hi Gabor, That's indeed the case, but I see good reasons for the CRAN policy when we take reproducability into account. Afaik, CRAN and R always strived to provide tools that give the same output regardless of the machine they're running on when opened in a fresh R session. If packages store setti

Re: [R-pkg-devel] Dealing with not so temporary files

2018-03-15 Thread Gábor Csárdi
This seems to be a good occasion to note that the CRAN policy does not seem to conform the industry standards. Applications can actually store user level configuration information, cached data, logs, etc. in the user's home directory, and there standard way to do this. Here is the Apple recommenda

Re: [R-pkg-devel] Weird error message during R CMD Check

2018-03-15 Thread martiankabe
Thank you very much Michael, this perfectly works. Martin Od: Michael Nelson Odesláno: 15 March 2018 07:43 Komu: martiank...@gmail.com; r-package-devel@r-project.org Předmět: Re: [R-pkg-devel] Weird error message during R CMD Check I don’t think the suggestion below will work as it would