daattali / timevis

📅 Create interactive timeline visualizations in R
http://daattali.com/shiny/timevis-demo/
Other
653 stars 157 forks source link

Added loadDependencies #25

Closed emillykkejensen closed 7 years ago

daattali commented 7 years ago

Thanks

Are the line lengths still capped at 80? The loadDependencies parameter seems to carry the line over the limit, it should probably go on the next line

Also, can you do

if (x) {
  deps <- list(...)
} else {
  deps <- NULL
}

I'm very particular about code style...

emillykkejensen commented 7 years ago

Should be capped now and changed the code at loadDependencies.