issues
search
erblast
/
easyalluvial
create alluvial plots with a single line of code
https://erblast.github.io/easyalluvial/
108
stars
10
forks
source link
things to refactor
#16
Open
erblast
opened
4 years ago
erblast
commented
4 years ago
[ ] leaner functions with reduced but precise
roxygen
documentation
[ ] use
rlang::.data
fo non standard eval
https://resources.rstudio.com/rstudio-developed/tidyeval-2
[ ] use stopifnot() to check var types of all functions
[ ] use @inheritParam roxygen tag
[ ] in a test file make smaller test_that() functions and execute code used by many tests outside of the test_that() functions
roxygen
documentationrlang::.data
fo non standard eval https://resources.rstudio.com/rstudio-developed/tidyeval-2