Zhian N. Kamvar

Results 178 issues of Zhian N. Kamvar

I know `wf` is the name you use in the action, so changing it is a bit involved but ultimately, I think it would be best to rename it to...

This makes things difficult for users if they want to acknowledge that there exists a group that they haven't yet sampled. ``` r g [1,] 1 i #> #> [1...

bug

This comes from https://github.com/R4EPI/sitrep/issues/70#issuecomment-466289656

@annecori has brought up the fact that the default incidence plots are ambiguous as to when the start and end dates are (e.g. it's difficult to tell if the end...

Sometimes, people want the maximum number of breaks. To do this, they can simply select the number of rows in their incidence matrix as shown in https://github.com/R4EPI/sitrep/pull/72

Given that `find_peak()` can do so without pooling and bootstrapping considers groups, it's not much of a stretch to think that we can bootstrap across groups and find the peak....

If a user reads in a genalex file with semicolons instead of commas, they will get the following error: ```r Error in if (nrow(gena) != ninds) { : missing value...

enhancement

``` r library(poppr) #> Loading required package: adegenet #> Loading required package: ade4 #> Registered S3 method overwritten by 'spdep': #> method from #> plot.mst ape #> #> /// adegenet...

wontfix

Travis came up with a bug from the new ggplot2 v3 (Tokyo Drift): https://travis-ci.org/grunwaldlab/poppr/jobs/400114394#L1575-L1577 ``` ── 1. Failure: mlg.table produces barplots (@test-plots.R#80) ───────────────── pt$mapping$x not identical to ptb$mapping$x. Objects equal...

nitpick :thinking: :thinking: :thinking:
Travis maintenance :construction_worker_woman:

Details on this here: https://stackoverflow.com/a/46696222/2752888

nitpick :thinking: :thinking: :thinking: