Re: [問題] Shinyapp

作者: psinqoo (零度空間)   2014-12-12 11:59:14
在我的電腦RUN是正常
用的是 rvest 包
但有出現
Note: the specification for class “Token” in package ‘selectr’ seems
equivalent to one from package ‘httr’: not turning on duplicate class
definitions for this class.
但上傳後 出現
Error:server certificate verification failed.
CAfile: /usr/local/lib/R/site-library/httr/cacert.pem CRLfile: none


需要做甚麼調整
※ 引述《psinqoo (零度空間)》之銘言:
:
: 問題: shinyapp server.r
:
: [問題類型]:
:
: 程式諮詢
:
: [軟體熟悉度]:
:
: 使用者(已經有用R 做過不少作品)
: [問題敘述]:
:
: 我在 ui.r 讓使用者能輸入 "數字"
: 在server.r
: ui.r 輸入後到 server.r 參數 input$num
: x1<-"https://www.xxx.xxx/xx/xxx/xxx_數字.html"
: (x1<-"https://www.xxx.xxx/xx/xxx/xxx_input$num.html")
: 這段要怎麼寫
: 例如 ui.r 使用者 輸入 1234
: x1<-"https://www.xxx.xxx/xx/xxx/xxx_1234.html"
:
: [程式範例]:
:
: 張貼能夠重現錯誤的程式碼,可以幫助版友更快的幫你解決問題
:
: [關鍵字]:
: shinyapp
:
: 選擇性,也許未來有用
:
: 謝謝各位大大解答
: 正解
: x1<-paste("https://www.xxx.xxx/xx/xxx/xxx_",input$num,".html",sep="")
作者: Wush978 (拒看低質媒體)   2014-12-12 19:51:00
我猜的,在server上安裝ca-certificates
作者: Wush978 (拒看低質媒體)   2014-12-12 19:51:00
我猜的,在server上安裝ca-certificates
作者: psinqoo (零度空間)   2014-12-12 20:22:00
因為我上傳 https://www.shinyapps.io/ 所以這問題無解?
作者: psinqoo (零度空間)   2014-12-12 20:22:00
因為我上傳 https://www.shinyapps.io/ 所以這問題無解?

Links booklink

Contact Us: admin [ a t ] ucptt.com