Zhian N. Kamvar

Results 178 issues of Zhian N. Kamvar

There needs to be a sensible error for the use of unfiltered data and a filtered msn when using `plot_poppr_msn()` Currently, it gives unhelpful warnings: ``` r library("poppr") #> Loading...

nitpick :thinking: :thinking: :thinking:
lots of refactoring :sweat_smile:

This was a suggestion from SAK-H.

enhancement

It's clear that the manual is getting long in the tooth and contains a bit too much information. It should be split up into a few HTML vignettes going forward....

nitpick :thinking: :thinking: :thinking:

The minimum spanning networks at the moment contain three elements: 1. The graph 2. The population names 3. The colors used for populations The second element is fairly redundant with...

enhancement
lots of refactoring :sweat_smile:

I think this is similar/related to #131 and #292, but one thing I noticed is that bare square brackets do not roundtrip: Input: ```markdown [unescaped brackets], \[escaped brackets\] and [a...

This will enter the "R for Social Scientists" lesson into the pre-beta stage of The Workbench Beta Phase. I have done two things in this PR: 1. I have updated...

commonmark supports both bare square brackets and escaped square brackets. When the enter the parser, there's no indication which set of brackets were escaped and which ones were bare: ```...

This will address #531 by updating the permissions in the workflow.

I believe the token needs to be updated, but _really_ I think we need to just avoid these actions that do what we can do in the action directly. From...

bug

I noticed that with a recent update to the nomnoml package, the direction always went downards regardless of the `# direction: right` directive. I realised that the documentation had no...