kumeS / chatAI4R

chatAI4R: Chat-Based Interactive Artificial Intelligence for R
https://kumes.github.io/chatAI4R/
8 stars 1 forks source link

Use of undocumented igraph function #1

Open szhorvat opened 2 months ago

szhorvat commented 2 months ago

igraph::graph is undocumented and not guaranteed to be kept around. Please use make_graph instead.

https://github.com/kumeS/chatAI4R/blob/05331ed1d668698b0a7d0881dc4cca0f3730bf17/NAMESPACE#L63

kumeS commented 2 months ago

@szhorvat Thank you for your suggestion. When I update this package next, I will consider this NAMESPACE.