[Rd] Adding support for S7 to base R

2023-02-17 Thread Tomasz Kalinowski
Dear R-devel, We are pleased to inform you that the R Consortium OOP Working Group has been making progress on the S7 (formerly named R7) package and are preparing to submit it to CRAN. The S7 package is a new OOP system designed to be a successor to S3 and S4. As part of that effort, the group

Re: [Rd] Question on non-blocking socket

2023-02-17 Thread Simon Urbanek
Ben, yes, by definition - non-blocking means that reads won't block and always return immediately (the point of non-blocking). The loop below is terrible as it will cause 100% CPU usage while it's spinning. It seems that you want to block so why are you using non-blocking mode? select()

[Bioc-devel] Question on prospective Bioc package

2023-02-17 Thread Flanigan, Greg (NIH/NCI) [C] via Bioc-devel
Dear Bioconductor Developer team, I�m part of a team at the NCI that is looking at developing a Bioconductor package, but I want to be sure it is a good fit with the goals of the Bioconductor project. The core of the package is a custom data object that allows users to query predicted drug

Re: [Rd] An interesting chat with ChatGPT

2023-02-17 Thread Robert Baer
On 2/13/2023 11:14 AM, Kevin Coombes wrote: Chat bots are like politicians, or talking dogs. The fact that they exist is interesting. But no same person would believe anything they say. I think it is more appropriate to be a little less harsh, " no same person would believe EVERYTHING they

Re: [Rd] Question on non-blocking socket

2023-02-17 Thread Ben Engbers
Hi Tomas, Apparently, inserting some kind of socketSelect() is essential when using non-blocking sockets and a client/erve architecture. That is at least one thing that I have learned ;-). In C++, between sending and requesting, I inserted a call to this function: bool wait(int s) { fd_set

[Bioc-devel] data experiment, workflow, and book pushes to git.bioconductor.org

2023-02-17 Thread Kern, Lori
We discovered an issue this morning that may be preventing pushes to git.bioconductor.org for data experiment, workflows, and books. We are aware of the issue and are working as fast as we can to restore access. We appreciate your patience. Cheers, Lori Shepherd - Kern Bioconductor Core