[R] Excel Add-Ins Not Loaded When Using excel.link & RDCOM

2018-05-29 Thread Ayhan Yuksel
Dear All, I am using excel.link package to open and modify Excel files. When I manually open Excel, all my add-ins are loaded without a problem. But when I open Excel using excel.link package, like: xls<-xl.get.excel() xl.workbook.open("MyFile.xlsx") some Excel add-ins are (installed but) not lo

Re: [R] How to turn off warnings about class name conflicts

2018-02-14 Thread Ayhan yuksel
a generic problem when we load two libraries with same defined class names Any idea ? On 14 February 2018 at 12:16, Daniel Nordlund wrote: > On 2/13/2018 11:47 PM, Ayhan yuksel wrote: > >> Hi, >> >> I am using two packages (quantmod and FRAPO) >> >> Quantm

[R] How to turn off warnings about class name conflicts

2018-02-14 Thread Ayhan yuksel
Hi, I am using two packages (quantmod and FRAPO) Quantmod and FRAPO both have a class names "zoo" R is displaying the following warning when I manipulate an object of class zoo: Found more than one class "zoo" in cache; using the first, from namespace 'quantmod' Also defined by ‘FRAPO’ The war