If you see this, it means my rmd file is succesfully compiled to a webpage. Now I will draw a plot to display 100 random numbers. x <- 1:100 y <- rnorm(100, 100, 100) plot(x, y) abline(h = 100) In this example, I ran blogdown::build_site() after I wrote the contents, but I received an error like this: Error in loadNamespace(name) : there is no package called ‘xaringan’ Calls: local … tryCatch -> tryCatchList -> tryCatchOne -> Execution halted Error in buildone(unlist(files[i, ])) : Failed to compile content/en/2017-05-04-second-test-for-rmd-file. …