Daniel Smith

Results 8 issues of Daniel Smith

Minimal reproducible example: ```r ggplot() + geom_quasirandom(aes(x, y), data.frame(x="A", y=c(1, 0.9999999999999)), groupOnX = TRUE) ``` ``` Warning messages: 1: In regularize.values(x, y, ties, missing(ties), na.rm = na.rm) : collapsing to...

```r # Create two trees of different sizes; label nodes that aren't common to both. set.seed(0) lg

I saw that CRAN had flagged hdf5r due to automated build errors: https://cran.r-project.org/web/checks/check_results_hdf5r.html And the [main page](https://cran.r-project.org/web/packages/hdf5r/index.html) is tagged with "[issues need fixing before 2025-01-18]". Here's a copy/paste of the...

Hello mia developers, I'm the developer of `rbiom` and wanted to let you know that all alpha and beta diversity functions have been moved from `rbiom` into a new, dedicated...

I encountered a failure when attempting to run checks using the `macos` platform. It appears that the underlying GitHub Actions runner image (`macos-13`) has been officially retired as of early...

Hello `hdf5r` maintainers, First, thank you for all your work on this essential package. I'm a package developer and have just released a new package on CRAN called [`hdf5lib`](https://github.com/cmmr/hdf5lib). Its...

As outlined in #206, boot time and/or process creation time can be ambiguous. This PR applies OS-specific strategies to enable `ps_string`s to uniquely identify processes.

I noticed that `ps_create_time()` will return a different process creation time, depending on the creation time of the process that queries it. First Process: ```bash docker run -it --rm --name...