首先,我想说的是,在编程方面我是一个新手,所以这个问题可能看似微不足道,但我无法理解。 每当我尝试提交这个问题的答案http://www.spoj.com/problems/GNY07A/时,即使输出看起来是正确的,我仍然会收到运行时错误
以下是代码:
regression
}
答案 0 :(得分:0)
### App 1 goes here
```{r, echo=FALSE}
library(shiny)
shinyAppDir(
"/srv/shiny-server/App1",
options=list(
width="100%", height=550
)
)
```
### App 2 goes here
```{r, echo=FALSE}
library(shiny)
shinyAppDir(
"/srv/shiny-server/App2",
options=list(
width="100%", height=550
)
)
```
## Likewise ...