EBImage 中的 Display() 函数出错

Error with Display() function in EBImage

我使用 RStudio 中的 EBImage 包,但在执行显示功能时出现此错误。尝试示例函数

try({
im = readImage("http://www-huber.embl.de/EBImage/ExampleImages/berlin.tif")
display(x =im, title = "Berlin Impressions")
})

出错了 (function () : tentative d'appliquer un objet qui n'est pas une fonction

翻译消息 -> (function () 中的错误: 尝试应用一个不是函数的对象

更新到 RStudio 版本 0.98.1103