hrbrmstr / ipapi

An R package to geolocate IPv4/6 addresses and/or domain names using ip-api.com's API
Other
23 stars 6 forks source link

Error with upload to Shiny Server #2

Open danmalter opened 9 years ago

danmalter commented 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.

Sophia409 commented 4 years ago

@danmalter Hi, how did you solved it? I have the same quesion