【发布时间】:2020-05-27 01:58:18
【问题描述】:
我正在尝试使用函数 shinytest 测试一个闪亮的应用程序。 我做了记录并得到一个新文件: The picture show my test file and how I have specified the path to my application
当我尝试运行应用程序时,我收到以下错误: is_rmd(path) 中的错误: 未知 app 是普通 Shiny 应用还是 .Rmd:C:/Users/LUCBA/Projects/markt_to_marketpricingtool/test/myshinyapp.R
我知道该文件是一个 R 文件,但我还是得到了错误。
为什么会发生这种情况,我可以做些什么来解决它?
最好的卢卡斯
【问题讨论】:
-
显示代码图片不如仅在问题中粘贴代码有用。您似乎正在显示
test_1.R的内容。myshinyapp.R到底是什么?
标签: r file error-handling shiny