Kevin Bonham

Results 67 issues of Kevin Bonham

Possibly worth replacing current implementations of Shannon/Simpson alpha diversity, and the `Distances.jl` - based calculations of beta diversity. See also https://github.com/openjournals/joss-reviews/issues/3876#issuecomment-961809255 cc @adRn-s

Interop

[See here](https://github.com/EcoJulia/SpatialEcology.jl/blob/0a0c93af305593bb60eb33ad045dfc9b981da43f/src/Subsetting.jl#L44-L93)

enhancement

I've been playing around with [typst](http://typst.app) (a rust-built replacement for LaTeX), and it's pretty awesome! Would be cool to have a backend for [their table syntax](https://typst.app/docs/reference/layout/table/).

enhancement

I always get confused about which arguments are switched (the values passed, here `xs` and `ys`) and which arguments stay the same (eg `ylable` still applies to the vertical axis)....

skip-changelog

# Description Fixes #398 I've begun working on a [dendrogram](https://en.wikipedia.org/wiki/Dendrogram) recipe. The primary goal is to be able to plot the output of hclust objects from Clustering.jl, and I made...

recipes

It is often desirable to be able to rename columns according to a simple regular expression / replacement. I'm imagining that `rename[!](df, reg=> sub)` would essentially be shorthand for `rename[!](col->...

Is there a reason (other than preference) [for this](https://github.com/comonicon/Comonicon.jl/blob/main/src/frontend/markdown.jl#L202-L203) to error? It seems pretty common to have single letter options that are different from the first letter of the long...

help wanted
design decision

This was mentioned in #3, but that was ~4 years ago. Not sure it's worth taking a dependency on HTTP.jl, but being able to do `CSV.read(url)` would be really great.

Related to discussion in #1038

content

From @cmaimone on slack: > It can be a challenge for people who don't do PRs frequently to find the preview pages... If there were a way to somehow automate...

enhancement
development