Bill Denney

Results 181 issues of Bill Denney

Fix #16 @hadley, I saw what you meant in the #16 discussion about affecting the value and not just the levels. That is addressed here. Also, I removed the `.desc`...

For `fct_expand`, it would be useful to be able to insert the new level somewhere other than as the last level in the levels. This is especially true for ordered...

feature

I often need to map a factor to another variable that either is already a factor or I need to make into a factor. Would you consider including something like...

feature

Currently, `safely` returns a list with the outputs for "results" and "error" with only one output. In many scenarios when looking to collect info like `safely` and `quietly` do, I'd...

feature
adverb :books:

When an attribute is assigned to a vertex, the plotting fails for reasons that appear to be related to not assigning default values to vertices (see the `as_data_frame()` output for...

bug
plotting :chart:

As described in https://groups.google.com/forum/#!searchin/got-your-back/verbose%7Csort:date/got-your-back/50TDppD3-5E/971Z6SwtFwAJ, it would be helpful to have optionally quieter output. Full steps to reproduce the issue: 1. Run GYB (especially as a cron job) 2. See many...

enhancement
help wanted

When generating a node, it would be simplifying to allow the aesthetics to be scalars even when the number of nodes is a vector. For example, it would be simpler...

I am generating a figure where I'd like to have an arrow that appears to go to nowhere. I'm making that "nowhere" by trying to set everything to blank (alpha...

No code changes. Documentation update.

Fix #58 The main thing I'm unsure of in this PR is the way that I'm setting NA for the hash. Overall, it seems unimportant since the session is disconnected,...