Philip Swannell

Results 12 issues of Philip Swannell

When running PackageCompiler under Windows, "A suitable compiler will be automatically installed the first time it is needed". However, that's not the case on Linux or MacOS. So my suggestion...

With help from @nalimilan, back in February I contributed a re-write of `corkendall` that yielded quite useful speedups. (see [this commit](https://github.com/JuliaStats/StatsBase.jl/commit/11ac5b596405367b3217d3d962e22523fef9bb0d). But I need a version of `corkendall` that supports...

My feature request is to make `CSV.read` have a mode in which if a field is quoted, then it will certainly be parsed as a `String`, even if the characters...

new feature

Debugger fails when attempting to debug calls to `RCall.reval` as described in [this post](https://discourse.julialang.org/t/rcall-and-debugger-dont-get-along/29368) I made today on Julia Discourse. It was suggested that I raise it as an issue...

bug

Hello BERT team, I have been debugging some code that worked with BERT1 but not with BERT2 which leads me to think there is a bug in BERT2's handling of...

Hi Duncan Small problem with BERT 2.2.1 is that the `BERT.version` list does not load at startup, which makes it not so easy to test what version of BERT is...

It would be helpful to see the path of a previewed file when hovering the mouse on the tab of a preview window. That would be the same behaviour as...

I'm using Excel-DNA Intellisense for VBA functions, which involves providing a worksheet named `_Intellisense_`. All works great, though I find that new line characters (ascii 10) in the "argument help"...

if `n = size(x,2)` then this PR reduces the number of calls made by `corspearman(x)` to `tiedrank` from `n + n(n-1)/2` to `n`. Likewise, if `m = size(y,2)` , the...

Back in Feb 2021, with help from @nalimilan, I re-wrote `corkendall` to improve its speed by a factor of about seven (see [# 634](https://github.com/JuliaStats/StatsBase.jl/issues/634)). More recently I have been working...