Unable to deploy application in shinyapps.io

Hello everyone,
I am a newbie in R. I would like to publish a dynamic nomogram to shinyappsio. But I could not. This is my code:

r3= glm(outcome ~ Gender+ Systolic.blood.pressure+ Breathing.rate+ Spo2+ Glasgow.coma.score, family=binomial, data=dat)
library(DynNom); library(shiny)
DynNom(r3, dat)
install.packages ('reconnect')

rsconnect::setAccountInfo(name='hatanduc',
			  token='C31558652153D6120CC140F119E55BA3',
			  secret='<SECRET>')

#And this is the return error line:

curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.
Error in http(service$protocol, service$host, service$port, method, url,  : 
  Curl request failed (curl error 35 occurred)

Please help me. Thank you very much!

Duc

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.