Garrick Aden-Buie
0a6a02dd64
Replace set_text_color()
Uses the algorithm mentioned at https://stackoverflow.com/a/3943023/2022615 based on the luminance of the background color to determine black or white text. The threshold favored black text in a way that didn't look good with our plots, so I increased the threshold from 0.179 to 0.333.
7年前
David
256448d876
took out animate-call from the join functions
if printed it will still call animate, but gives the user more flexibility about animation factors (such as times etc)
7年前
David
bfa7255a92
took out stringr calls, reduced single command pipes
7年前
Garrick Aden-Buie
e293d3e5df
Some initial cleanup of package structure for #10 #12
- Import packages from tidyverse
- Set global imports in zzzz-package.R
- Import pipe and tidyeval
- Update authors
- Downgrade version to 0.0.1.9000
- Change license to MIT
- TODO: Internal package qualifications still needed, e.g. dplyr::row_numbers()
7年前
David
259b44fcfa
allows multiple id-columns
-id1, -id2 work, id1:id2 does not (yet)
7年前
David
64bfc54ca9
updated readme
7年前
David
12176a7ac7
better colors in tidyr
7年前
David
779aef6183
working gather and spread
7年前
David
bdfc5438fe
removed base-plot references
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
668eb2a54f
fixed anti join
7年前
David
a861a5aa67
arguments can be now passed to tweak plot details
7年前
David
bcd6fe777b
fixed inner join
7年前
David
a29a10f3ae
all joins and sets properly working
7年前
David
dc16e6c8d6
more compact documentation
7年前
David
26e342bd44
added variable text size
7年前
David
0d9da0dab2
reduced fontsize
7年前
David
d75bf3104b
updated Readme and added create_images skript
7年前
David
cd19b3bca8
added package structure
7年前
Garrick Aden-Buie
16145d5fbd
Fix file name
7年前
Garrick Aden-Buie
c05408366c
Move folder checking code to R/03_check-folders.R
7年前
Garrick Aden-Buie
9a47907300
Fix union(y, x) static images
7年前
Garrick Aden-Buie
052f542540
Update joins after refactoring
7年前
Garrick Aden-Buie
93baaa8841
Refactor and incorporate set operations from @TylerGrantSmith
7年前
tacoactuary
c1409e0997
misc updates
modified union animation and added union_all
7年前
tacoactuary
35c4f1efc5
Added set operations
intersect/union/setdiff
7年前
Garrick Aden-Buie
5b1d6dd0c6
Add svg and organize static images
7年前
Garrick Aden-Buie
9ecbb7a607
Add static images
7年前
Garrick Aden-Buie
dfe260b02b
Fix #4 semi_join second key frame
7年前
Garrick Aden-Buie
4206e8f229
Add left_join with extra rows in y
7年前
Garrick Aden-Buie
c5da6977e5
Fix right_join animation
7年前
Garrick Aden-Buie
9fe519fa25
Initial commit
7年前