利用shiny包快速搭建可视化原型系统
4 天 后
话说这个包为什么不让谢老大来讲讲。
Warning in checkEncoding(file) :
The input file E:\Software\shiny\apppra/server.R does not seem to be encoded in UTF8
Warning: invalid input found on input connection 'E:\Software\shiny\apppra/server.R'
Warning: Error in registerShinyDebugHook: attempt to set an attribute on NULL
Stack trace (innermost first):
Warning in checkEncoding(file) :
The input file E:\Software\shiny\apppra/server.R does not seem to be encoded in UTF8
Warning: invalid input found on input connection 'E:\Software\shiny\apppra/server.R'
Warning: Error in registerShinyDebugHook: attempt to set an attribute on NULL
Stack trace (innermost first):
这shinyDashboard得学习下... ^_^
[未知用户] 我木有时间啊。这错误消息说了 server.R 不是 UTF-8 编码的啊。
1 个月 后
"C:/PROGRA~1/R/R-33~1.1/bin/x64/R" --no-site-file --no-environ --no-save \
--no-restore --quiet CMD INSTALL \
"C:/Users/hkkbn/AppData/Local/Temp/Rtmp0igdyd/devtools27843c28ac7/ramnathv-rCharts-479a4f9" \
--library="C:/Users/hkkbn/Documents/R/win-library/3.3" --install-tests
Error in setwd(dir = new) : cannot change working directory
安装github包时候报错,想知道什么问题?
--no-restore --quiet CMD INSTALL \
"C:/Users/hkkbn/AppData/Local/Temp/Rtmp0igdyd/devtools27843c28ac7/ramnathv-rCharts-479a4f9" \
--library="C:/Users/hkkbn/Documents/R/win-library/3.3" --install-tests
Error in setwd(dir = new) : cannot change working directory
安装github包时候报错,想知道什么问题?
13 天 后
创建好的shiny网页应用如何发布呢?目前只知道可以做成R包来分享,但如何能使得其他人可以直接通过网址使用?
[未知用户] 试用一下敝厂的 ShinyApps.io
12 天 后
这个东西好
1 个月 后
ui 和 sever 放在一起跑没有问题,就是前面的例子。
后面的例子,ui 和sever放在文件夹里,分别存储文件就报错
Listening on http://127.0.0.1:5994
Warning: Error in <-: object 'output' not found
Stack trace (innermost first):
1: runApp
Error in output$networkD3 <- renderForceNetwork({ :
object 'output' not found
是这个output需要定义吗?请问怎么修正呢?
后面的例子,ui 和sever放在文件夹里,分别存储文件就报错
Listening on http://127.0.0.1:5994
Warning: Error in <-: object 'output' not found
Stack trace (innermost first):
1: runApp
Error in output$networkD3 <- renderForceNetwork({ :
object 'output' not found
是这个output需要定义吗?请问怎么修正呢?
24 天 后
[未知用户] 老大,我有两个弱智的疑问啊~~;
首先,用贵厂的ShinyApps.io发布的数据图表,是不是对所有人可见;这个数据安全性咋保证(⊙o⊙)?
第二,贵厂免费版的Shiny Servier部署完成后,可不可以对指定的用户赋予访问权限,还是说只能创建者才能访问?
首先,用贵厂的ShinyApps.io发布的数据图表,是不是对所有人可见;这个数据安全性咋保证(⊙o⊙)?
第二,贵厂免费版的Shiny Servier部署完成后,可不可以对指定的用户赋予访问权限,还是说只能创建者才能访问?
[未知用户] 一、ShinyApps.io 免费账户对所有人可见,付费用户可以设定访问权限。二、免费版 Shiny Server 好像是没有设定权限的功能的,应该是商业版中的功能。总之一句话,能开源的东西我们从来都直接开源,如果你的工作不属于开源的范围,那你也得相应花点银子,我们都是上有老下有小的凡人,卑职和臣妾们做不到一切免费,望理解,嘿嘿。
3 年 后
有源码吗,急需yihui