Garrick Aden-Buie
ab88ed5e0e
Clean up return statements for #15
7年前
Garrick Aden-Buie
3ab9ff2096
Rename to choose_text_color and update tests
Changed name of set_text_color() to choose_text_color() to avoid confusion with the global option setter functions, e.g. set_text_size(). Updated tests to reflect modified threshold.
7年前
Garrick Aden-Buie
e600e4f31d
Add tidyr:: and dplyr:: where needed
Adds a few additional dplyr functions to the package imports, in particular: slice, data_frame, and row_number.
7年前
David
bfa7255a92
took out stringr calls, reduced single command pipes
7年前
David
779aef6183
working gather and spread
7年前
David
3b19e34033
renamed some helper functions
this makes it easier to differentiate between the join-related and the (coming) tidyr-related functions that have similar goals
7年前
David
1f20c8bb29
allow textcolor
7年前
David
a861a5aa67
arguments can be now passed to tweak plot details
7年前
David
a29a10f3ae
all joins and sets properly working
7年前
David
cd19b3bca8
added package structure
7年前