The following package is masked from 'package::shiny': serverInfo

292 views
Skip to first unread message

Mitch Herian

unread,
Sep 28, 2017, 11:59:38 AM9/28/17
to shinyapps.io Users
When deploying my shiny app, I receive the following error message:

Attaching package: rsconnect
The following package is masked from 'package::shiny':
serverInfo

Haven't been able to find much information on this particular topic.  Any help would be appreciated.

Here are the logs if it is helpful:
2017-09-28T15:42:19.869252+00:00 shinyapps[219891]: rmarkdown version: NA
2017-09-28T15:42:19.869253+00:00 shinyapps[219891]: knitr version: NA
2017-09-28T15:42:19.869253+00:00 shinyapps[219891]: jsonlite version: 1.5
2017-09-28T15:42:19.869281+00:00 shinyapps[219891]: RJSONIO version: 1.3.0
2017-09-28T15:42:19.869282+00:00 shinyapps[219891]: htmltools version: 0.3.6
2017-09-28T15:42:20.024122+00:00 shinyapps[219891]: Using jsonlite for JSON processing
2017-09-28T15:42:20.139173+00:00 shinyapps[219891]: 
2017-09-28T15:42:20.139177+00:00 shinyapps[219891]: Starting R with process ID: '35'
2017-09-28T15:42:27.129390+00:00 shinyapps[219891]: Uploading bundle for application: 219891...Error in value[[3L]](cond) : trying to use CRAN without setting a mirror
2017-09-28T15:42:26.960725+00:00 shinyapps[219891]: Preparing to deploy application...DONE
2017-09-28T15:42:27.129393+00:00 shinyapps[219891]: Calls: local ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
2017-09-28T15:42:27.129412+00:00 shinyapps[219891]: Execution halted
2017-09-28T15:48:38.960189+00:00 shinyapps[219891]: Server version: 1.5.6-3
2017-09-28T15:48:38.960212+00:00 shinyapps[219891]: LANG: en_US.UTF-8
2017-09-28T15:48:38.960215+00:00 shinyapps[219891]: R version: 3.4.1
2017-09-28T15:48:38.960216+00:00 shinyapps[219891]: shiny version: 1.0.5
2017-09-28T15:48:38.960217+00:00 shinyapps[219891]: rmarkdown version: NA
2017-09-28T15:48:38.960217+00:00 shinyapps[219891]: knitr version: NA
2017-09-28T15:48:38.960217+00:00 shinyapps[219891]: jsonlite version: 1.5
2017-09-28T15:48:38.960229+00:00 shinyapps[219891]: RJSONIO version: 1.3.0
2017-09-28T15:48:38.960229+00:00 shinyapps[219891]: htmltools version: 0.3.6
2017-09-28T15:48:39.090545+00:00 shinyapps[219891]: Using jsonlite for JSON processing
2017-09-28T15:48:39.182632+00:00 shinyapps[219891]: 
2017-09-28T15:48:39.182636+00:00 shinyapps[219891]: Starting R with process ID: '17'
2017-09-28T15:48:44.660616+00:00 shinyapps[219891]: 
2017-09-28T15:48:44.661294+00:00 shinyapps[219891]: The following object is masked from ‘package:shiny’:
2017-09-28T15:48:44.660619+00:00 shinyapps[219891]: Attaching package: ‘rsconnect’
2017-09-28T15:48:44.660619+00:00 shinyapps[219891]: 
2017-09-28T15:48:44.661295+00:00 shinyapps[219891]: 
2017-09-28T15:48:44.661297+00:00 shinyapps[219891]: 
2017-09-28T15:48:44.661296+00:00 shinyapps[219891]:     serverInfo
2017-09-28T15:48:45.766097+00:00 shinyapps[219891]: Preparing to deploy application...DONE
2017-09-28T15:48:45.908450+00:00 shinyapps[219891]: Uploading bundle for application: 219891...Error in value[[3L]](cond) : trying to use CRAN without setting a mirror
2017-09-28T15:48:45.908452+00:00 shinyapps[219891]: Calls: local ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
2017-09-28T15:48:45.908470+00:00 shinyapps[219891]: Execution halted
2017-09-28T15:51:24.855527+00:00 shinyapps[219891]: 
2017-09-28T15:51:24.855532+00:00 shinyapps[219891]: Attaching package: ‘rsconnect’
2017-09-28T15:51:24.855533+00:00 shinyapps[219891]: 
2017-09-28T15:51:24.856167+00:00 shinyapps[219891]: The following object is masked from ‘package:shiny’:
2017-09-28T15:51:24.856168+00:00 shinyapps[219891]: 
2017-09-28T15:51:24.856169+00:00 shinyapps[219891]:     serverInfo
2017-09-28T15:51:24.856169+00:00 shinyapps[219891]: 
2017-09-28T15:53:04.499527+00:00 shinyapps[219891]: 
2017-09-28T15:53:04.499529+00:00 shinyapps[219891]: Starting R with process ID: '38'
2017-09-28T15:53:10.319228+00:00 shinyapps[219891]: 
2017-09-28T15:53:10.319232+00:00 shinyapps[219891]: Attaching package: ‘rsconnect’
2017-09-28T15:53:10.319232+00:00 shinyapps[219891]: 
2017-09-28T15:53:10.319931+00:00 shinyapps[219891]: The following object is masked from ‘package:shiny’:
2017-09-28T15:53:10.319933+00:00 shinyapps[219891]: 
2017-09-28T15:53:10.319934+00:00 shinyapps[219891]:     serverInfo
2017-09-28T15:53:10.319934+00:00 shinyapps[219891]: 

Thanks!

Joshua Spiewak

unread,
Sep 28, 2017, 12:01:37 PM9/28/17
to shinyapps.io Users
It looks like you have a deployed an application that contains rsconnect commands to deploy an application. You likely did not mean to do that.
Reply all
Reply to author
Forward
0 new messages