gpt4 book ai didi

r - Shiny 的 session 中止

转载 作者:行者123 更新时间:2023-12-02 03:28:19 25 4
gpt4 key购买 nike

我写了几个 ui.r 和 server.r 代码,当我运行时,程序包显示一条中止消息说:

R session Aborted ,R encounter a fatal error, The session was terminated.

代码是

library(shiny)
shinyUI(fluidPage (

titlePanel(title="wow my first App"),
sidebarLayout(
sidebarPanel("this is the sidebar panel"),
mainPanel("This is the main Panel text, output displayed here")
)

)

)

library(shiny)
shinyServer(
function(input,output)
{

}

)

你能帮帮我吗?我在 Windows Vista 上使用 R 3.1.3

最佳答案

首先运行下面的脚本,然后运行 Shiny 的应用程序,它将运行。

update.packages(ask = FALSE, checkBuilt = TRUE)

关于r - Shiny 的 session 中止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28999990/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com