0

I am new to blogdown and was trying to build a site. However I got an error which I cannot solve. Any idea? Thanks.

enter image description here

enter image description here

Undecided
  • 611
  • 8
  • 13

1 Answers1

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