Andrew Marx

Results 7 issues of Andrew Marx

A quick google image search for "metadata symbol" shows results that look like a cross between `code-slash` and `window`. I've also seen some that look like a cross between `code-slash`...

icon-request

Currently, when the link checker is run, it ignores any errors produced by missing links and returns success. I set this behavior because failing pull requests due to unrelated external...

In general, when writing comments or documentation about code, I like to append parentheses to function names (.e.g, `read.csv()` instead of `read.csv`) as way to help distinguish variables from functions....

formatting

Not sure if this is a pkgdown or roxygen issue, but I have an S4 method where one of the input types is a "function" and I'm getting a warning...

reprex

Attempting to use write_population() with the "text" output option does not work with either my own dataset or the builtin arapat data. Using the latest version of gstudio, R version...

A friend working with genepop output from PGDspider approached me for help with an error loading her genepop files. Working through the .read_genepop() function, it appears that gstudio drops any...

Something I've seen elsewhere is the concept of piping data to functions, which can drastically increase readability in cases where someone would either use intermediate variables or call functions as...

T-lang