修复了Graphviz的C代码中的一个错误,该错误在GCC提供以下选项"-Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2"时出现,这是Ubuntu 12.04的情况。Vladimir Zhurov报道 , Venkat Seshan 和冲堂 .修复了在Graphviz代码中包含语句的问题。在plot,Ragraph-method中暴露mai参数。o将LICENSE更改为EPL。修正了描述文件中的一些错误文本。修正了pieGylph关于rep(NULL)的警告信息的问题(由Cristobal Fresno报告Rodríguez ).o根据R CMD检查要求更新了导入,依赖,命名空间。修复lt过时的问题。m4文件(s)在Graphviz;R CMD检查正在发出警告。o小插图从inst/doc移动到小插图目录。2.4版更改:o将pieGylph修复程序反向移植到发布分支。修复了OpenBSD上Graphviz中关于sincos的bug(感谢Rainer Hurling)。o现在使用路径。展开以修复波浪展开。o我们不再包括 ;这似乎是不需要的(感谢布莱恩D.雷普利)。修复了对节点和边的fontsize属性的处理(似乎至少从2006年开始就被破坏了)。2.2版的变化:o绘图现在不再接受边界。LWD或border.col。而不是边界。使用颜色。而不是边界。lwd,你需要使用renderGraph/layoutGraph接口。这修复了Rgraphviz写入非法点文件的长期错误。添加了unitTest。修正了shape = "triangle"节点的renderNodes(在renderGraph中使用)的错误。 It now works. o bugfix to renderNodes (used in renderGraph) for using node-specific lwd and shapes either "triangle", "ellipse" or "circle". It now works. Changes in version 2.1: o Rgraphviz now requires Graphviz >= 2.16. o Added graphvizCapabilities() that reports the capabilities of Graphviz. This requires Graphviz >= 2.28 and returns NULL if the Rgraphviz installation does not support it. o Rgraphviz now comes bundled with Graphviz 2.28, greatly simplifying installation. o Numerous bugfixes for bugs introduced in the 2.x.x versions.