Watts-College / paf-513-template

https://watts-college.github.io/paf-513-template/
MIT License
0 stars 0 forks source link

Error in renderPlot({ : could not find function "renderPlot" #12

Open katie-cross opened 7 months ago

katie-cross commented 7 months ago

Hi there, can someone explain to me if:

Error in renderPlot({ : could not find function "renderPlot"

is possible. Even after:

install.packages( "shiny" ) install.packages( "flexdashboard" )

No matter what I do I have these errors which all resources suggest is because I don't have Shiny installed but I believe I do.

dongdongkim99 commented 6 months ago

@katie-cross Add "library(shiny)" to the first code chunk in the lab, along with "library(Lahman)" and "library(dplyr)"~