[GitHub] terrytangyuan commented on a change in pull request #9965: Fix R build crash in CI

2018-03-02 Thread GitBox
terrytangyuan commented on a change in pull request #9965: Fix R build crash in 
CI
URL: https://github.com/apache/incubator-mxnet/pull/9965#discussion_r171984322
 
 

 ##
 File path: R-package/R/viz.graph.R
 ##
 @@ -143,7 +142,7 @@ graph.viz <- function(symbol, shape=NULL, direction="TD", 
type="graph", graph.wi
   }
   
   graph<- create_graph(nodes_df = nodes_df_new, edges_df = edge_df_new, 
directed = TRUE) %>% 
-set_global_graph_attrs("layout", value = "dot", attr_type = "graph") %>% 
+add_global_graph_attrs("layout", value = "dot", attr_type = "graph") %>% 
 
 Review comment:
   Yes, agree that works in this case but I guess I was just commenting in 
general that this should be something to consider.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] terrytangyuan commented on a change in pull request #9965: Fix R build crash in CI

2018-03-02 Thread GitBox
terrytangyuan commented on a change in pull request #9965: Fix R build crash in 
CI
URL: https://github.com/apache/incubator-mxnet/pull/9965#discussion_r171971745
 
 

 ##
 File path: R-package/R/viz.graph.R
 ##
 @@ -143,7 +142,7 @@ graph.viz <- function(symbol, shape=NULL, direction="TD", 
type="graph", graph.wi
   }
   
   graph<- create_graph(nodes_df = nodes_df_new, edges_df = edge_df_new, 
directed = TRUE) %>% 
-set_global_graph_attrs("layout", value = "dot", attr_type = "graph") %>% 
+add_global_graph_attrs("layout", value = "dot", attr_type = "graph") %>% 
 
 Review comment:
   This will potentially lose users who cannot afford to upgrade their 
DiagrammeR at the moment due to large codebases. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] terrytangyuan commented on a change in pull request #9965: Fix R build crash in CI

2018-03-02 Thread GitBox
terrytangyuan commented on a change in pull request #9965: Fix R build crash in 
CI
URL: https://github.com/apache/incubator-mxnet/pull/9965#discussion_r171971463
 
 

 ##
 File path: R-package/R/viz.graph.R
 ##
 @@ -143,7 +142,7 @@ graph.viz <- function(symbol, shape=NULL, direction="TD", 
type="graph", graph.wi
   }
   
   graph<- create_graph(nodes_df = nodes_df_new, edges_df = edge_df_new, 
directed = TRUE) %>% 
-set_global_graph_attrs("layout", value = "dot", attr_type = "graph") %>% 
+add_global_graph_attrs("layout", value = "dot", attr_type = "graph") %>% 
 
 Review comment:
   This is not the ideal fix though IMO. MXNet should still be able to run 
under DiagrammeR = 0.9.0. You should be able to check the version and trigger 
the methods properly based on different versions of DiagrammeR. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services