Re: [R] Find tibble row with maximum recorded value

2021-12-04 Thread Avi Gross via R-help
The right answer obviously depends on the REQUIREMENTS and they may not have been fully stated. This is a bit like finding the mode of a set of numbers. The most frequent value may not be as representative of the data as the mean or even the median for some purposes, as well as other measures o

Re: [R] Handling dependencies on Bioconductor packages for packages on CRAN

2021-12-04 Thread Bert Gunter
I suggest you post this on r-package-devel. That seems a better fit. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Sat, Dec 4, 2021 at 7:55 AM Søren Højsgaar

[R] Handling dependencies on Bioconductor packages for packages on CRAN

2021-12-04 Thread Søren Højsgaard
Dear all My gRbase package imports the packages from Bioconductor: graph, RBGL and Rgraphviz If these packages are not installed, then gRbase can not be installed. The error message is: ERROR: dependency ‘graph’ is not available for package ‘gRbase’ If I, prior to installation, run setRepo