Zhian N. Kamvar

Results 178 issues of Zhian N. Kamvar

One thing I've noticed is the use of 1e-30 or 1e-10 to account for computational tolerance: https://github.com/thibautjombart/adegenet/blob/762b9ca3c8dea3a0735fc3417da0236e4912c297/R/dapc.R#L308-L309 I'm wondering if instead we should use `.Machine$double.eps ^ 0.5`, which sets the...

enhancement
question

This issue came up in #209, when I was trying to make a reprex, I noticed that I would get an error when I attempted to even up the number...

bug

as of 4d76f6529, there are a lot of sapply calls. We should probably convert these at some point. The following list is generated with: ``` $ grep -inr sapply R...

enhancement

Right now for anything dealing with genlight objects, parallel processing is dependent on whether or not the package parallel is installed: ``` r glSim(..., parallel = require("parallel")) ``` It can...

enhancement

The hierarchy slot currently will store a formula defining what levels of the strata slot are hierarchical. One thing that we do not have implemented is a method to actually...

help wanted

Currently the cross-validation in DAPC is controlled by a checkbox input. From how I've seen users interact with this feature, a submit button would be more appropriate. The cross-validation is...

enhancement

Hello, I recently updated to the most recent version (1.0-1) and noticed that I no longer have the ability to have html links in my in-line citation. I have produced...

I'm curious about how often the installer is updated. I noticed that there was a single release in June last year, but several releases the year before, and at the...

This IS an R package after all.... It should act like one (and make sure things don't break when R updates)!

This should go in the yaml.