小编geo*_*bio的帖子

安装的 R 包大小

有没有办法知道 R 中安装的每个包的大小是多少?我的意思是,我的计算机上每个包的大小。

任何评论将不胜感激。

谢谢

r

5
推荐指数
1
解决办法
630
查看次数

闪亮 - 错误:“filter()”输入“..1”出现问题

我正在尝试使用 制作一个应用程序shiny,当我使用下面的代码运行该应用程序时出现错误。

\n

错误:

\n
Warning: Error in : Problem with `filter()` input `..2`.\n\xe2\x84\xb9 Input `..2` is `site == input$cueva`.\nx Input `..2` must be of size 672 or 1, not size 0.\n  202: <Anonymous>\n\n
Run Code Online (Sandbox Code Playgroud)\n
library(shiny)\nlibrary(shinyWidgets)\n\nsampleTypeVector <- c("Tapete microbiano", "Estromatolito", "Sedimento", "Suelo")\ncaves <- c("Chimalacatepec", "Iglesia")\n\nui <- fluidPage(\n    titlePanel("Taxonomic composition"),\n    \n    fluidRow(\n        column(4, " ", \n               pickerInput("sample.type", label = "Sample", \n                           choices = sampleTypeVector,\n                           multiple = TRUE,\n                           options = pickerOptions(\n                               actionsBox = TRUE\n                           ))),\n        column(8, " ",\n              pickerInput("cave", label …
Run Code Online (Sandbox Code Playgroud)

r shiny

2
推荐指数
1
解决办法
1万
查看次数

标签 统计

r ×2

shiny ×1