正在载入...
使用更先进的浏览器访问效果更佳。
无法加载完整的页面,请刷新页面重试。
利用shiny包快速搭建可视化原型系统
COSeditor
https://cos.name/2016/06/use-shiny-fleetly-set-up-visual-prototype-system/
fineboom
话说这个包为什么不让谢老大来讲讲。
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):
ryo
这shinyDashboard得学习下... ^_^
yihui
我木有时间啊。这错误消息说了 server.R 不是 UTF-8 编码的啊。
沙上行者
"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包时候报错,想知道什么问题?
庄芳
创建好的shiny网页应用如何发布呢?目前只知道可以做成R包来分享,但如何能使得其他人可以直接通过网址使用?
yihui
试用一下敝厂的 ShinyApps.io
tyytong
这个东西好
oiu12-oiu12
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需要定义吗?请问怎么修正呢?
FancyR
老大,我有两个弱智的疑问啊~~;
首先,用贵厂的ShinyApps.io发布的数据图表,是不是对所有人可见;这个数据安全性咋保证(⊙o⊙)?
第二,贵厂免费版的Shiny Servier部署完成后,可不可以对指定的用户赋予访问权限,还是说只能创建者才能访问?
yihui
一、ShinyApps.io 免费账户对所有人可见,付费用户可以设定访问权限。二、免费版 Shiny Server 好像是没有设定权限的功能的,应该是商业版中的功能。总之一句话,能开源的东西我们从来都直接开源,如果你的工作不属于开源的范围,那你也得相应花点银子,我们都是上有老下有小的凡人,卑职和臣妾们做不到一切免费,望理解,嘿嘿。