Open danmalter opened 9 years ago
The package works fine for me on my local machine, but when I try to upload it to an app using Shiny Server, I get the following error.
Loading required package: ipapi Loading required package: data.table Error : objects ‘winProgressBar’, ‘getWinProgressBar’, ‘setWinProgressBar’ are not exported by 'namespace:utils'
Package data.table automatically gets loaded as it is a requirement for ipapi.
@danmalter Hi, how did you solved it? I have the same quesion
The package works fine for me on my local machine, but when I try to upload it to an app using Shiny Server, I get the following error.
Package data.table automatically gets loaded as it is a requirement for ipapi.