Unable to implement geom in plotly
還沒有人認領這個 Issue。
評估
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 新手友好度
- 18/100
- Issue 類型
- 缺陷
- 描述清晰度
- 需要釐清
- 活躍度
- 停滯
- 技術堆疊
- plotly, r
研究方向
從附帶的 Warnings.txt 開始,重現範例腳本,直到呼叫 ggplotly(cat_summary_plot)。檢查 inspect_cat(ebola_sierra_leone) 的輸出以及產生的 cat_summary_plot;當警告原因和任何所需的套件或相容性變更都已確定並記錄後,該 issue 即完成。
由索引模型根據 Issue 內容生成。
描述
Hello,
I am recently learning R from an online course. While working on the code script for the lesson on categorical overview analysis using ggplotly, I encountered 11 warnings related to the implementation of the geom. I may have missed the loading process of the needed packages. Can I ask your assistance in checking this out with me?
Attached is the doc with the warnings received:
Warnings.txt
Here's the sample code script I am working on until the problem:
Load Packages ----
if(!require(pacman)) install.packages("pacman")
pacman::p_load(
tidyverse, # meta-package
inspectdf,
plotly,
janitor,
visdat,
esquisse
)
Load Data ----
ebola_sierra_leone <- read_csv("C:/Users/micha/OneDrive/Desktop/Trainings&Schools/Graph_FoSSA&R/R/Week 2/ebola_sierra_leone.csv")
Explore data ----
head(ebola_sierra_leone)
tail(ebola_sierra_leone)
ncol(ebola_sierra_leone)
nrow(ebola_sierra_leone)
dim(ebola_sierra_leone)
summary(ebola_sierra_leone)
#general data overview
vis_dat(ebola_sierra_leone)
categorical overview
cat_summary_plot <- show_plot(inspect_cat(ebola_sierra_leone)) # nested function
ggplotly(cat_summary_plot)
Thank you!
- 主要語言
- R
- 星號
- 2.7k
- 分支
- 641
- PR 合併指標
- 30 天內沒有已合併 PR
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
plotly/plotly.R 的其他 Issue
-
難度 2/5 1-3 小時 新手友好度 62/100
-
難度 4/5 3-5 天 新手友好度 35/100
-
難度 3/5 1-2 天 新手友好度 68/100
-
難度 3/5 1-2 天 新手友好度 72/100
-
save_image Error 未關閉
難度 3/5 1-2 天 新手友好度 52/100
相似的 Issue
-
難度 2/5 1-3 小時 新手友好度 75/100
easystats/performance#950 ·
-
難度 2/5 1-3 小時 新手友好度 70/100
-
難度 2/5 1-3 小時 新手友好度 75/100
briandconnelly/airnow#9 ·
-
bug
難度 2/5 1-3 小時 新手友好度 75/100
-
難度 2/5 1-3 小時 新手友好度 75/100
OHDSI/CohortConstructor#774 ·