Shiny 是一個 R 包,允許 Linux 使用者將 R 程式碼轉換成互動式網頁和線上文件。您可以把您的 shiny 應用應用到您的組織或世界。這篇文章講述如何在 Ubuntu 上設定 shiny server。在 Ubuntu 上安裝 Shiny Server在安裝 shiny server 之前,我們需要安裝 shiny R 包。要安裝 R 包,使用以下命令 –$ sudo apt-get install r-base示例輸出應如下所示 -Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are ... 閱讀更多