While `pmap` accepts anonymous functions in `.f` just like the other `map*`s, it doesn't allow users to make use of formulas (`~`). I spent a while (probably too long) trying to glean this from `?map2`, only to eventually find the answer [here](http://stackoverflow.com/questions/41865159/r-purrrpmap-how-to-refer-to-input-arguments-by-name). Please consider making this incompatibility explicit in the documentation - thanks!