You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the sankey plot is generated using networkD3 and exported by making a screenshot with webshot. This turns out to be difficult to get past extensive R-CMD checks and therefore hinders a CRAN submission.
We want to:
recode the sankey plot in ggplot2 and ggalluvial
drop the webshot and networkD3 dependencies
remove any interactive components in the sankey plot, keep only a static version
the sankey plot is generated using
networkD3
and exported by making a screenshot withwebshot
. This turns out to be difficult to get past extensive R-CMD checks and therefore hinders a CRAN submission.We want to:
ggplot2
andggalluvial
webshot
andnetworkD3
dependenciesdevtools::check_win_devel()
#363webshot::is_phantomjs_installed() == FALSE
instead of error #356The text was updated successfully, but these errors were encountered: