Re: [Rd] A bug understanding F relative to FALSE?

2020-01-23 Thread Jan Gorecki
I agree it is not good to have those symbols used in packages, but I found to use those quite often in my developement workflow, which is something like: $ R -q > cc(F) where `cc` is my function to rebuild application to recent state. I use it really often. Having to type FALSE every

Re: [Bioc-devel] DeMixT issue

2020-01-23 Thread py11
Hi Lori, I just pushed my new updated package into RELEASE_3_10 with version 1.2.3(old one was 1.2.1); however, I didn't see the change in release version as well as no build report update in the following link, http://bioconductor.org/checkResults/release/bioc-LATEST/DeMixT/ may I know

Re: [R-pkg-devel] CRAN rules re. web scraping?

2020-01-23 Thread Spencer Graves
  Thanks very much to Iñaki Ucar, Adam H Sparks, and Roy Mendelssohn for their replies that helped me understand what I needed to do to fix problems identified in the CRAN Checks.  I believe that those problems are not fixed in the development version of Ecfun available at

Re: [R-pkg-devel] need help addressing future timestamp error

2020-01-23 Thread Gábor Csárdi
Yes, the time of R-hub's Solaris machine is probably off Gabor On Thu, Jan 23, 2020 at 9:17 PM Merlise Clyde, Ph.D. wrote: > > I am checking my package for Solaris via rhub and this week have encountered > the following error: "This system is set to the wrong time: please fix". > The

[R-pkg-devel] need help addressing future timestamp error

2020-01-23 Thread Merlise Clyde, Ph.D.
I am checking my package for Solaris via rhub and this week have encountered the following error: "This system is set to the wrong time: please fix". The output suggests that the time is off by 1 hour. This occurs only on Solaris, but I am not sure if that is because that is the only

Re: [Rd] [External] Re: rpois(9, 1e10)

2020-01-23 Thread Martin Maechler
> Benjamin Tyner > on Thu, 23 Jan 2020 08:16:03 -0500 writes: > On 1/20/20 12:33 PM, Martin Maechler wrote: >> >> It's really something that should be discussed (possibly not >> here, .. but then I've started it here ...). >> >> The NEWS for R 3.0.0

Re: [Bioc-devel] TensorFlow installations

2020-01-23 Thread Shepherd, Lori
Hello Simon, The devel builders for tokay2 (windows) and malbec2 (linux) have tensorflow 2.x tensorflow 2.0.0 tensorflow-estimator 2.0.1 tensorflow-probability 0.7.0 For the release builders We have tensorflow 1.x installed on malbec1 (linux) tensorflow (1.14.0)

Re: [R-pkg-devel] [CRAN-pretest-archived] CRAN submission EventDetectR 0.3.4

2020-01-23 Thread Uwe Ligges
Sorry, you asked for Maintainer field differs from that derived from Authors@R Maintainer: ‘Sowmya Chandrasekaran’ Authors@R: ‘Frederik Rehbach ’ Obvisouly, both fields diaagree. Pkease omit the Mainainer field from the original sources. R CMD build will auto generate the maintainer

Re: [Rd] [External] Re: rpois(9, 1e10)

2020-01-23 Thread Benjamin Tyner
On 1/20/20 12:33 PM, Martin Maechler wrote: It's really something that should be discussed (possibly not here, .. but then I've started it here ...). The NEWS for R 3.0.0 contain (in NEW FEATURES) : * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), rsignrank() and

Re: [Bioc-devel] New bioconductor_docker image officially released

2020-01-23 Thread Felix Ernst
Hi Nitesh, Thanks for the new image. I have a question regarding the behavior of encountering logicals with a length higher than 1 and its coercion to logical(1) for an if statement. I encountered a bit of a problem, when a unit test returned an error running R CMD check using the

[Rd] Long vector support in data.frame

2020-01-23 Thread Morgan Morgan
Hi All, Happy New Year! I was wondering if there is a plan at some point to support long vectors in data.frames? I understand that it would need some internal changes to lift the current limit. If there is a plan what is currently preventing it from happening? Is it time, resources? If so is

Re: [R-pkg-devel] Alternatives to R-devel on a Mac for package checking?

2020-01-23 Thread David Hugh-Jones
The other obvious online checker is rhub, via the rhub package. David On Wed, 15 Jan 2020 at 21:39, Jonathan Greenberg wrote: > One of the issues I'm running into is that it seems every time there's a > Mac update something gets broken with regards to compilers, making it > incredibly

Re: [Bioc-devel] Bioconductor Developers Forum - Thursday 23rd January

2020-01-23 Thread Mike Smith
Just as a reminder, the next call is taking place today at 09:00 PST/ 12:00 EST / 18:00 CET https://bluejeans.com/114067881 (Meeting ID: 114 067 881) One topic for discussion is the new Windows toolchain being trialled on CRAN. Any other topics are welcome. See you later, Mike On Mon, 20 Jan

Re: [R-pkg-devel] Adding .exes to R package?

2020-01-23 Thread Ivan Krylov
On Wed, 22 Jan 2020 20:54:40 + Jonathan Greenberg wrote: > Are there reasonable tutorials on how to do this? If you absolutely have to do this, take a look at the tinytex package. It is basically an installer for a preselected set of packages from TeX Live inside a platform-specific

[Bioc-devel] TensorFlow installations

2020-01-23 Thread Simon Dirmeier
Dear all, I wanted to ask if there are any news regarding TensorFlow installations on /tokay1/ and /merida1. /Is it already possible to use TF on these servers? If not, can I maybe help out? Thanks a lot. Cheers, Simon [[alternative HTML version deleted]]

Re: [Rd] Memory error in the libcurl connection code

2020-01-23 Thread Martin Maechler
> Gábor Csárdi > on Wed, 22 Jan 2020 22:56:17 + writes: > Hi All, > I think there is a memory error in the libcurl connection code that > typically happens when libcurl reads big chunks of data. This > potentially affects all code that use url() with the libcurl