functions

Random color scheme picker for neovim

My vim journey When I was in grad school, I learned Git and Vim for the first time. I was intentionally trying to learn only one of these tools. My main editor was Text Wrangler, Sublime Text (the shareware version that kept bugging me to purchase a license), Atom (for a hot minute), RStudio (once it had the ability to pop out panes), and finally Vim once I needed to start editing scripts on the SLURM cluster when I was at UNL.

nice selection

I started writing in R before the tidyverse became a thing and I never really had to think about non-standard evaluation when writing functions. Those days are long past and I’ve recently struggled with the challenge when writing functions for the R4EPIs project, which would stick out like ugly little trolls along side tidyverse functions. One of my biggest struggles was trying to figure out how, excactly to select a varaible from a user as either a character string or a bare variable.