I am new to blogdown and was trying to build a site. However I got an error which I cannot solve. Any idea? Thanks.
Asked
Active
Viewed 102 times
1 Answers
2
As @user2554330 pointed out in the comment, you were using an old (development) version of blogdown. Updating to the latest CRAN version (v0.5 at this time) should resolve your problem:
update.packages(ask = FALSE, checkBuilt = TRUE)

Yihui Xie
- 28,913
- 23
- 193
- 419