Skip to content

Commit 56a27b5

Browse files
author
Joseph Damiba
committed
remove install instruction
1 parent 02eae7d commit 56a27b5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

r/2019-09-17-funnel-charts.Rmd

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,6 @@ p <- plot_ly(
171171
p
172172
```
173173

174-
```{r, echo=FALSE, message=FALSE, results="hide"}
175-
# Remove plotly install from github
176-
remove.packages("plotly")
177-
# Install plotly from CRAN
178-
install.packages("plotly", repos = "http://cran.us.r-project.org")
179-
```
180-
181174
#Reference
182175

183176
See [https://plot.ly/r/reference/#funnel](https://plot.ly/r/reference/#funnel) and [https://plot.ly/r/reference/#funnelarea](https://plot.ly/r/reference/#funnelarea) for more information and chart attribute options!

0 commit comments

Comments
 (0)